.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-12d7fd77-b799-4d10-ad54-7a8becc5ee6d {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
background-color: rgba(245, 245, 245, 1);
}

.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-08c565d4-0828-47bd-9daa-22f26acea0f4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-08c565d4-0828-47bd-9daa-22f26acea0f4 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-08c565d4-0828-47bd-9daa-22f26acea0f4.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-494d2290-b34a-47bd-90cd-f1a21444f567 {
  margin-top: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-494d2290-b34a-47bd-90cd-f1a21444f567 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: 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;
}

#s-6f4cde04-079e-4103-a112-27f8cc59b15c {
  background-image: url(https://i.shgcdn.com/bc90021e-e8d6-425f-982a-969060bb0866/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6f4cde04-079e-4103-a112-27f8cc59b15c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-70bc66c0-7ae5-4239-93fc-46a1e43e14cf {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 400px;
}








#s-70bc66c0-7ae5-4239-93fc-46a1e43e14cf > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-70bc66c0-7ae5-4239-93fc-46a1e43e14cf.shg-box.shg-c {
  justify-content: center;
}

#s-9fcd1e99-37b3-4850-93a3-1b0284b8d77c {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 50px;
}








#s-9fcd1e99-37b3-4850-93a3-1b0284b8d77c > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.5;
}#s-9fcd1e99-37b3-4850-93a3-1b0284b8d77c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-22fbdc9b-c113-416c-b8dc-5d26c5bc0f74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22fbdc9b-c113-416c-b8dc-5d26c5bc0f74 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d957261e-9ee4-47fe-b1ae-459c4267be39 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-d957261e-9ee4-47fe-b1ae-459c4267be39 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d957261e-9ee4-47fe-b1ae-459c4267be39 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d957261e-9ee4-47fe-b1ae-459c4267be39 {
  
}
}@media (max-width: 767px){#s-d957261e-9ee4-47fe-b1ae-459c4267be39 {
  
}
}
#s-68c0255c-4068-4db9-b0ae-e20855275970 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 200px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-68c0255c-4068-4db9-b0ae-e20855275970 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-68c0255c-4068-4db9-b0ae-e20855275970.shg-box.shg-c {
  justify-content: center;
}

#s-b8eea9d1-edbe-4945-9d44-e441f7feec45 {
  min-height: 50px;
background-color: rgba(221, 248, 247, 1);
}








#s-b8eea9d1-edbe-4945-9d44-e441f7feec45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8eea9d1-edbe-4945-9d44-e441f7feec45.shg-box.shg-c {
  justify-content: center;
}

#s-145c8bcb-a59c-49a5-9876-e2367ff36a55 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-145c8bcb-a59c-49a5-9876-e2367ff36a55"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-bc9a06c3-36e2-47f3-b62b-0bed8ee61fb2 {
  text-align: center;
}




  #s-bc9a06c3-36e2-47f3-b62b-0bed8ee61fb2 img.shogun-image {
    
    width: px;
  }


#s-bc9a06c3-36e2-47f3-b62b-0bed8ee61fb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf71e172-9e6c-4e28-8cbc-b7a6c303a597 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-bf71e172-9e6c-4e28-8cbc-b7a6c303a597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf71e172-9e6c-4e28-8cbc-b7a6c303a597.shg-box.shg-c {
  justify-content: center;
}

#s-16717b65-dda3-4ac3-901c-39ac5459f093 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-16717b65-dda3-4ac3-901c-39ac5459f093 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16717b65-dda3-4ac3-901c-39ac5459f093 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16717b65-dda3-4ac3-901c-39ac5459f093 {
  
}
}@media (max-width: 767px){#s-16717b65-dda3-4ac3-901c-39ac5459f093 {
  
}
}







#s-16717b65-dda3-4ac3-901c-39ac5459f093 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16717b65-dda3-4ac3-901c-39ac5459f093.shg-box.shg-c {
  justify-content: center;
}

#s-38eb7749-e6d2-4547-a640-f8cc0c02b28a {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-44ed79f2-7cde-4750-969e-d751f1c4aa76 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-ebf51608-cae9-4daa-a52e-9e9e4757b70d {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ebf51608-cae9-4daa-a52e-9e9e4757b70d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3d67e336-469a-4044-bb2c-ac94820f651d {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3d67e336-469a-4044-bb2c-ac94820f651d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d67e336-469a-4044-bb2c-ac94820f651d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d67e336-469a-4044-bb2c-ac94820f651d {
  
}
}@media (max-width: 767px){#s-3d67e336-469a-4044-bb2c-ac94820f651d {
  
}
}







#s-3d67e336-469a-4044-bb2c-ac94820f651d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d67e336-469a-4044-bb2c-ac94820f651d.shg-box.shg-c {
  justify-content: center;
}

#s-e9b26ea1-206d-4d80-b955-f466555e10f6 {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-1cb65c2b-ebe3-48a7-8ee2-28c43e5f54ea {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-0ba05968-2d64-4594-9db3-2c77de6a6e0d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-0ba05968-2d64-4594-9db3-2c77de6a6e0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ba05968-2d64-4594-9db3-2c77de6a6e0d.shg-box.shg-c {
  justify-content: center;
}

#s-ea140053-56b2-47f6-9c43-fa432399f9ca {
  text-align: center;
}




  #s-ea140053-56b2-47f6-9c43-fa432399f9ca img.shogun-image {
    
    width: px;
  }


#s-ea140053-56b2-47f6-9c43-fa432399f9ca .shogun-image-content {
  
    align-items: center;
  
}

#s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-12d87d5a-0848-4d1f-9cc6-8f49ab1ee4f5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-57fbeb89-09c4-4afd-ba9e-9b4ca45608c6 {
  text-align: center;
}




  #s-57fbeb89-09c4-4afd-ba9e-9b4ca45608c6 img.shogun-image {
    
    width: px;
  }


#s-57fbeb89-09c4-4afd-ba9e-9b4ca45608c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-31a7ffda-c4e0-4231-8986-477b669e9a3d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-31a7ffda-c4e0-4231-8986-477b669e9a3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31a7ffda-c4e0-4231-8986-477b669e9a3d.shg-box.shg-c {
  justify-content: center;
}

#s-4fc55a0b-9819-438e-b756-0503919c1f39 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4fc55a0b-9819-438e-b756-0503919c1f39 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fc55a0b-9819-438e-b756-0503919c1f39 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fc55a0b-9819-438e-b756-0503919c1f39 {
  
}
}@media (max-width: 767px){#s-4fc55a0b-9819-438e-b756-0503919c1f39 {
  
}
}







#s-4fc55a0b-9819-438e-b756-0503919c1f39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fc55a0b-9819-438e-b756-0503919c1f39.shg-box.shg-c {
  justify-content: center;
}

#s-45bb7cf0-0d70-48ef-baca-332d9c16c547 {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-d5dba5ce-3e54-4123-9ced-72164da87b3c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e6e05e6-64c2-4b56-9650-11e1d811c6b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-afe28da6-94ff-46a4-a687-dd31b26bcb30 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-afe28da6-94ff-46a4-a687-dd31b26bcb30 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afe28da6-94ff-46a4-a687-dd31b26bcb30 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-afe28da6-94ff-46a4-a687-dd31b26bcb30 {
  
}
}@media (max-width: 767px){#s-afe28da6-94ff-46a4-a687-dd31b26bcb30 {
  
}
}







#s-afe28da6-94ff-46a4-a687-dd31b26bcb30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afe28da6-94ff-46a4-a687-dd31b26bcb30.shg-box.shg-c {
  justify-content: center;
}

#s-b7bab236-c481-4afb-a743-77d29d6a713e {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-fd654772-cd5f-409b-89e3-d51afbe40d2d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-f11664ee-6602-42ed-a11d-d31f30dd2ed9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-f11664ee-6602-42ed-a11d-d31f30dd2ed9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f11664ee-6602-42ed-a11d-d31f30dd2ed9.shg-box.shg-c {
  justify-content: center;
}

#s-749fbaf8-ff6f-4484-ac83-46003f34cecf {
  text-align: center;
}




  #s-749fbaf8-ff6f-4484-ac83-46003f34cecf img.shogun-image {
    
    width: px;
  }


#s-749fbaf8-ff6f-4484-ac83-46003f34cecf .shogun-image-content {
  
    align-items: center;
  
}

#s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c9dc24b4-9f8a-4cdc-86eb-ede1b2d8affc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b8e08e0f-3b7a-403a-a9bf-fbaa48fb412d {
  text-align: center;
}




  #s-b8e08e0f-3b7a-403a-a9bf-fbaa48fb412d img.shogun-image {
    
    width: px;
  }


#s-b8e08e0f-3b7a-403a-a9bf-fbaa48fb412d .shogun-image-content {
  
    align-items: center;
  
}

#s-4bad3af4-def0-49b6-92e0-b18086c11353 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-4bad3af4-def0-49b6-92e0-b18086c11353 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bad3af4-def0-49b6-92e0-b18086c11353.shg-box.shg-c {
  justify-content: center;
}

#s-6f241392-a9c2-4027-9115-9a3aea919c19 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6f241392-a9c2-4027-9115-9a3aea919c19 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f241392-a9c2-4027-9115-9a3aea919c19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f241392-a9c2-4027-9115-9a3aea919c19 {
  
}
}@media (max-width: 767px){#s-6f241392-a9c2-4027-9115-9a3aea919c19 {
  
}
}







#s-6f241392-a9c2-4027-9115-9a3aea919c19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f241392-a9c2-4027-9115-9a3aea919c19.shg-box.shg-c {
  justify-content: center;
}

#s-a3ad55a8-749e-475d-af58-7502d703ce54 {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-0ebbc328-7553-4f6b-858a-22b6d7cc3b1d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-77b62de5-1053-484d-a346-851145f806c4 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77b62de5-1053-484d-a346-851145f806c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2bbcdc5d-ab3e-4f8a-aac6-80007d86cf39 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2bbcdc5d-ab3e-4f8a-aac6-80007d86cf39 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bbcdc5d-ab3e-4f8a-aac6-80007d86cf39 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bbcdc5d-ab3e-4f8a-aac6-80007d86cf39 {
  
}
}@media (max-width: 767px){#s-2bbcdc5d-ab3e-4f8a-aac6-80007d86cf39 {
  
}
}







#s-2bbcdc5d-ab3e-4f8a-aac6-80007d86cf39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bbcdc5d-ab3e-4f8a-aac6-80007d86cf39.shg-box.shg-c {
  justify-content: center;
}

#s-aa07513c-4a69-4c26-bfb2-9016ca90e56b {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-29a88bb8-e417-4cfc-b827-69d2cb827573 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-f6b23b3c-0235-41cd-8fd6-3af9383d251f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-f6b23b3c-0235-41cd-8fd6-3af9383d251f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6b23b3c-0235-41cd-8fd6-3af9383d251f.shg-box.shg-c {
  justify-content: center;
}

#s-25e64967-9b9a-4d30-a321-7b16d1b867b6 {
  text-align: center;
}




  #s-25e64967-9b9a-4d30-a321-7b16d1b867b6 img.shogun-image {
    
    width: px;
  }


#s-25e64967-9b9a-4d30-a321-7b16d1b867b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a77b556-9a40-4ee9-887d-605f8eaba51f {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1a77b556-9a40-4ee9-887d-605f8eaba51f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-53da0981-d71e-4b1f-befa-f4e726f9056a {
  text-align: center;
}




  #s-53da0981-d71e-4b1f-befa-f4e726f9056a img.shogun-image {
    
    width: px;
  }


#s-53da0981-d71e-4b1f-befa-f4e726f9056a .shogun-image-content {
  
    align-items: center;
  
}

#s-9af7b812-4e46-4e3e-b064-587a9cda839f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-9af7b812-4e46-4e3e-b064-587a9cda839f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9af7b812-4e46-4e3e-b064-587a9cda839f.shg-box.shg-c {
  justify-content: center;
}

#s-56230b53-9852-4946-bf1c-631334e00fd1 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-56230b53-9852-4946-bf1c-631334e00fd1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56230b53-9852-4946-bf1c-631334e00fd1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-56230b53-9852-4946-bf1c-631334e00fd1 {
  
}
}@media (max-width: 767px){#s-56230b53-9852-4946-bf1c-631334e00fd1 {
  
}
}







#s-56230b53-9852-4946-bf1c-631334e00fd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56230b53-9852-4946-bf1c-631334e00fd1.shg-box.shg-c {
  justify-content: center;
}

#s-5788d76c-ad8a-4514-82b4-c01b86bd8546 {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-3ec40c7c-6d24-48b6-96cb-3c7d03ad6e59 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-73ebd183-47ca-44e3-ad94-958076565d07 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-73ebd183-47ca-44e3-ad94-958076565d07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-115cf5bc-78e6-468e-84d8-ceb64369f711 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-115cf5bc-78e6-468e-84d8-ceb64369f711 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-115cf5bc-78e6-468e-84d8-ceb64369f711 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-115cf5bc-78e6-468e-84d8-ceb64369f711 {
  
}
}@media (max-width: 767px){#s-115cf5bc-78e6-468e-84d8-ceb64369f711 {
  
}
}







#s-115cf5bc-78e6-468e-84d8-ceb64369f711 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-115cf5bc-78e6-468e-84d8-ceb64369f711.shg-box.shg-c {
  justify-content: center;
}

#s-5538cf71-36f6-43b5-a4ed-022685daa0f5 {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-ddc32fd9-5900-4c81-8a21-d14957c18921 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-7ac3d4c1-0351-4fba-be80-eec1e42dee04 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-7ac3d4c1-0351-4fba-be80-eec1e42dee04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ac3d4c1-0351-4fba-be80-eec1e42dee04.shg-box.shg-c {
  justify-content: center;
}

#s-f8a5bcb5-f4b9-40cd-95b6-320f2b1970ef {
  text-align: center;
}




  #s-f8a5bcb5-f4b9-40cd-95b6-320f2b1970ef img.shogun-image {
    
    width: px;
  }


#s-f8a5bcb5-f4b9-40cd-95b6-320f2b1970ef .shogun-image-content {
  
    align-items: center;
  
}

#s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5ddea9ae-cf90-4a0d-803f-59c4aa8cf6a6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9cc76ff7-c66d-4d8f-a602-7162826979dd {
  text-align: center;
}




  #s-9cc76ff7-c66d-4d8f-a602-7162826979dd img.shogun-image {
    
    width: px;
  }


#s-9cc76ff7-c66d-4d8f-a602-7162826979dd .shogun-image-content {
  
    align-items: center;
  
}

#s-f555da31-9cdd-4df3-8d14-0f05157229f0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-f555da31-9cdd-4df3-8d14-0f05157229f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f555da31-9cdd-4df3-8d14-0f05157229f0.shg-box.shg-c {
  justify-content: center;
}

#s-63a2467f-832d-42b5-91a7-3e03846aacb0 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-63a2467f-832d-42b5-91a7-3e03846aacb0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63a2467f-832d-42b5-91a7-3e03846aacb0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63a2467f-832d-42b5-91a7-3e03846aacb0 {
  
}
}@media (max-width: 767px){#s-63a2467f-832d-42b5-91a7-3e03846aacb0 {
  
}
}







#s-63a2467f-832d-42b5-91a7-3e03846aacb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63a2467f-832d-42b5-91a7-3e03846aacb0.shg-box.shg-c {
  justify-content: center;
}

#s-c40e8cb3-41f1-4793-b55a-2f7c758f7240 {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-86f0737c-cecb-4247-8d9f-75a124b5d047 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3 {
  background-image: url(https://i.shgcdn.com/f075859a-5755-4747-891f-28979ca7e498/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9a5c7da9-e7d8-47ef-9d24-b85fc5a279e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7b740195-f5ec-45e7-97cf-563afcbe9e75 {
  margin-top: auto;
margin-bottom: auto;
min-height: 800px;
}








#s-7b740195-f5ec-45e7-97cf-563afcbe9e75 > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-7b740195-f5ec-45e7-97cf-563afcbe9e75 {
  cursor: pointer;
}#s-7b740195-f5ec-45e7-97cf-563afcbe9e75.shg-box.shg-c {
  justify-content: center;
}

#s-4f49825f-0d8d-4833-b1b6-981a2dbefb39 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
min-height: 50px;
}








#s-4f49825f-0d8d-4833-b1b6-981a2dbefb39 > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-4f49825f-0d8d-4833-b1b6-981a2dbefb39.shg-box.shg-c {
  justify-content: center;
}

#s-ed756fc9-38dc-4055-8063-ad17b27d8b90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed756fc9-38dc-4055-8063-ad17b27d8b90 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2b71203c-4350-4e2d-9727-7f18d613c391 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-2b71203c-4350-4e2d-9727-7f18d613c391 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b71203c-4350-4e2d-9727-7f18d613c391 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b71203c-4350-4e2d-9727-7f18d613c391 {
  
}
}@media (max-width: 767px){#s-2b71203c-4350-4e2d-9727-7f18d613c391 {
  
}
}
#s-02a38641-5217-4e0b-8d0d-cee14e75ef28 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-02a38641-5217-4e0b-8d0d-cee14e75ef28 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-995c4b58-4c21-43dc-ae23-3541e555b2d4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-995c4b58-4c21-43dc-ae23-3541e555b2d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-995c4b58-4c21-43dc-ae23-3541e555b2d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-995c4b58-4c21-43dc-ae23-3541e555b2d4 {
  
}
}@media (max-width: 767px){#s-995c4b58-4c21-43dc-ae23-3541e555b2d4 {
  
}
}







#s-995c4b58-4c21-43dc-ae23-3541e555b2d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-995c4b58-4c21-43dc-ae23-3541e555b2d4.shg-box.shg-c {
  justify-content: center;
}

#s-1513751f-21e6-4af8-986a-637fedf143cc {
  background-image: url(https://i.shgcdn.com/28e5c5c0-a1da-4188-8d08-91a9ee233b5b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1513751f-21e6-4af8-986a-637fedf143cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f5c663b6-acd8-4835-a4a0-38df58101162 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-d4ee5ede-7c44-4f3f-90a2-fdb85c0edb3e {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-dc618457-2cf4-4d96-ac9a-46fe5dff6807 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-0b4037e1-ddd4-443d-af5e-75451956a8c3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-0b4037e1-ddd4-443d-af5e-75451956a8c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b4037e1-ddd4-443d-af5e-75451956a8c3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-11ffb411-b727-4c45-9462-2ac1efc6a196 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-11ffb411-b727-4c45-9462-2ac1efc6a196 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-a351e629-55bc-48bd-9283-9adc38751c1d {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c234cea7-204f-4695-a474-0baa20556029"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-881ce9ca-7312-49ad-8aed-aa5314cea567 {
  text-align: center;
}




  #s-881ce9ca-7312-49ad-8aed-aa5314cea567 img.shogun-image {
    
    width: px;
  }


#s-881ce9ca-7312-49ad-8aed-aa5314cea567 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb57d2a2-9e65-42f9-b659-e3d187814db8 {
  text-align: center;
}




  #s-cb57d2a2-9e65-42f9-b659-e3d187814db8 img.shogun-image {
    
    width: px;
  }


#s-cb57d2a2-9e65-42f9-b659-e3d187814db8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0b762201-f219-4e48-942c-42e9dbf2f226"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-995d6cc3-6b1b-407e-be71-271e590ab15b {
  text-align: center;
}




  #s-995d6cc3-6b1b-407e-be71-271e590ab15b img.shogun-image {
    
    width: px;
  }


#s-995d6cc3-6b1b-407e-be71-271e590ab15b .shogun-image-content {
  
    align-items: center;
  
}

#s-c08f42d5-3f0d-470d-a41d-db617564ad67 {
  text-align: center;
}




  #s-c08f42d5-3f0d-470d-a41d-db617564ad67 img.shogun-image {
    
    width: px;
  }


#s-c08f42d5-3f0d-470d-a41d-db617564ad67 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f519e33e-dffa-4aa3-8da7-4a013a432aa4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-d5b66ba1-e4a1-4c6b-a22f-daefbe2e7c92 {
  text-align: center;
}




  #s-d5b66ba1-e4a1-4c6b-a22f-daefbe2e7c92 img.shogun-image {
    
    width: px;
  }


#s-d5b66ba1-e4a1-4c6b-a22f-daefbe2e7c92 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa2aa8ed-2bca-48f9-8394-1084f7537f83 {
  text-align: center;
}




  #s-aa2aa8ed-2bca-48f9-8394-1084f7537f83 img.shogun-image {
    
    width: px;
  }


#s-aa2aa8ed-2bca-48f9-8394-1084f7537f83 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-281c8cfd-89b4-4493-aa93-cc54f7ee4c57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-4a37742c-8f37-44f4-9963-e2beea27e725 {
  text-align: center;
}




  #s-4a37742c-8f37-44f4-9963-e2beea27e725 img.shogun-image {
    
    width: px;
  }


#s-4a37742c-8f37-44f4-9963-e2beea27e725 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf8f2191-6a58-4b33-b432-36c287c8b0c5 {
  text-align: center;
}




  #s-bf8f2191-6a58-4b33-b432-36c287c8b0c5 img.shogun-image {
    
    width: px;
  }


#s-bf8f2191-6a58-4b33-b432-36c287c8b0c5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-60bf7eef-7266-4e0e-b088-f3cb14bf170c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-2b304ab0-90c7-43da-9640-12c9636f8f7f {
  text-align: center;
}




  #s-2b304ab0-90c7-43da-9640-12c9636f8f7f img.shogun-image {
    
    width: px;
  }


#s-2b304ab0-90c7-43da-9640-12c9636f8f7f .shogun-image-content {
  
    align-items: center;
  
}

#s-85b7d06b-69ad-4734-96dc-3f44a3dc19d6 {
  text-align: center;
}




  #s-85b7d06b-69ad-4734-96dc-3f44a3dc19d6 img.shogun-image {
    
    width: px;
  }


#s-85b7d06b-69ad-4734-96dc-3f44a3dc19d6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7403840d-70d3-487f-82c2-0467dde7080e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-72b09b3e-2dcf-40f0-bb36-62015cf234ed {
  text-align: center;
}




  #s-72b09b3e-2dcf-40f0-bb36-62015cf234ed img.shogun-image {
    
    width: px;
  }


#s-72b09b3e-2dcf-40f0-bb36-62015cf234ed .shogun-image-content {
  
    align-items: center;
  
}

#s-9006e7c1-cb08-4945-9511-e823810d6485 {
  text-align: center;
}




  #s-9006e7c1-cb08-4945-9511-e823810d6485 img.shogun-image {
    
    width: px;
  }


#s-9006e7c1-cb08-4945-9511-e823810d6485 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2258dda2-89be-4de9-a2e2-d5c97f83012b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-7d6957a2-d2a6-45e9-ba1b-d58e525230ef {
  text-align: center;
}




  #s-7d6957a2-d2a6-45e9-ba1b-d58e525230ef img.shogun-image {
    
    width: px;
  }


#s-7d6957a2-d2a6-45e9-ba1b-d58e525230ef .shogun-image-content {
  
    align-items: center;
  
}

#s-ab8ae82e-8209-4f0c-ad67-35424d8913dc {
  text-align: center;
}




  #s-ab8ae82e-8209-4f0c-ad67-35424d8913dc img.shogun-image {
    
    width: px;
  }


#s-ab8ae82e-8209-4f0c-ad67-35424d8913dc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-047b5768-ce7e-4a42-ac1e-d6da775be327"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-a4e6ea80-0188-4709-ab3d-c063ec48fb13 {
  text-align: center;
}




  #s-a4e6ea80-0188-4709-ab3d-c063ec48fb13 img.shogun-image {
    
    width: px;
  }


#s-a4e6ea80-0188-4709-ab3d-c063ec48fb13 .shogun-image-content {
  
    align-items: center;
  
}

#s-34cafb5b-62f2-4cb0-98bd-33cf8bb926a3 {
  text-align: center;
}




  #s-34cafb5b-62f2-4cb0-98bd-33cf8bb926a3 img.shogun-image {
    
    width: px;
  }


#s-34cafb5b-62f2-4cb0-98bd-33cf8bb926a3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1e44e232-7cdd-4d16-a4c3-06ab1b19591b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-4102a0bf-8400-45d8-9052-5f00531e3fe9 {
  text-align: center;
}




  #s-4102a0bf-8400-45d8-9052-5f00531e3fe9 img.shogun-image {
    
    width: px;
  }


#s-4102a0bf-8400-45d8-9052-5f00531e3fe9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6953429a-0b1d-4c08-b1a8-61dd984fd5bc {
  text-align: center;
}




  #s-6953429a-0b1d-4c08-b1a8-61dd984fd5bc img.shogun-image {
    
    width: px;
  }


#s-6953429a-0b1d-4c08-b1a8-61dd984fd5bc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8359b6ef-7615-43dd-9c01-456c33ec97a4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-cd259388-9f8e-416a-a07b-66ce7be92e5a {
  text-align: center;
}




  #s-cd259388-9f8e-416a-a07b-66ce7be92e5a img.shogun-image {
    
    width: px;
  }


#s-cd259388-9f8e-416a-a07b-66ce7be92e5a .shogun-image-content {
  
    align-items: center;
  
}

#s-08d5e952-b5de-48f8-a16b-19d228e3d799 {
  text-align: center;
}




  #s-08d5e952-b5de-48f8-a16b-19d228e3d799 img.shogun-image {
    
    width: px;
  }


#s-08d5e952-b5de-48f8-a16b-19d228e3d799 .shogun-image-content {
  
    align-items: center;
  
}

#s-25a4c60b-5042-4ba3-9ac3-cabeb60c40ad {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-25a4c60b-5042-4ba3-9ac3-cabeb60c40ad .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6323ee3f-dc1b-42b2-81e1-21007c75c89a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-06cf2541-1765-41a2-bf95-5bf5aab645ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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-d07ad1ee-148f-4ccc-9539-136c9b5a48e7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d07ad1ee-148f-4ccc-9539-136c9b5a48e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d07ad1ee-148f-4ccc-9539-136c9b5a48e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-d07ad1ee-148f-4ccc-9539-136c9b5a48e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d07ad1ee-148f-4ccc-9539-136c9b5a48e7 > .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-d07ad1ee-148f-4ccc-9539-136c9b5a48e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ec7751b6-cacb-472a-8179-85b6b68abf5c {
  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-ec7751b6-cacb-472a-8179-85b6b68abf5c img.shogun-image {
    
    width: px;
  }


#s-ec7751b6-cacb-472a-8179-85b6b68abf5c .shogun-image-content {
  
    align-items:  flex-start;
  
}

.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-c44ada7f-f748-4bcb-9386-139440755da0 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
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-c44ada7f-f748-4bcb-9386-139440755da0:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(141, 216, 234, 1) !important;
border-radius: 4px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c44ada7f-f748-4bcb-9386-139440755da0:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-c44ada7f-f748-4bcb-9386-139440755da0.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-f98defce-b60c-47ed-ba46-8129ee074805 {
  min-height: 50px;
}








#s-f98defce-b60c-47ed-ba46-8129ee074805 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f98defce-b60c-47ed-ba46-8129ee074805.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1fa69191-5929-46a6-88d6-96692e785a42 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-1fa69191-5929-46a6-88d6-96692e785a42 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-775365d3-2cb9-4237-b1c7-513ccb10c809 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
min-height: 50px;
}








#s-775365d3-2cb9-4237-b1c7-513ccb10c809 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-775365d3-2cb9-4237-b1c7-513ccb10c809.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d011298-43c6-4af0-bd07-4047f90e2533"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b7e0113e-122d-4bbf-af17-05ed0ec8ed3f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b7e0113e-122d-4bbf-af17-05ed0ec8ed3f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-20fbf406-00f4-4aa4-8a21-4a38d03fbdf2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-20fbf406-00f4-4aa4-8a21-4a38d03fbdf2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-20fbf406-00f4-4aa4-8a21-4a38d03fbdf2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-20fbf406-00f4-4aa4-8a21-4a38d03fbdf2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-20fbf406-00f4-4aa4-8a21-4a38d03fbdf2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-20fbf406-00f4-4aa4-8a21-4a38d03fbdf2 > .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-20fbf406-00f4-4aa4-8a21-4a38d03fbdf2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f0da2585-004f-4481-8f2a-4e44c98afaa3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-48bfaf61-2b9e-4e9e-a658-924733ee10a4 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-36869c00-d3b8-429a-a16b-fce3ce05bc21 {
  min-height: 50px;
}








#s-36869c00-d3b8-429a-a16b-fce3ce05bc21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36869c00-d3b8-429a-a16b-fce3ce05bc21.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5035eff1-0d7d-40bf-a7f9-7a49f3fb5504"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9fb4d416-9160-42f7-87e1-6f4c2a50868b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9fb4d416-9160-42f7-87e1-6f4c2a50868b .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9a29809a-158d-4d4e-92f0-b8f9a66f6007 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9a29809a-158d-4d4e-92f0-b8f9a66f6007 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9a29809a-158d-4d4e-92f0-b8f9a66f6007 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9a29809a-158d-4d4e-92f0-b8f9a66f6007 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-9a29809a-158d-4d4e-92f0-b8f9a66f6007 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9a29809a-158d-4d4e-92f0-b8f9a66f6007 > .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-9a29809a-158d-4d4e-92f0-b8f9a66f6007 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-160ceff6-3c7d-417c-b250-6496825021ac {
  min-height: 50px;
}








#s-160ceff6-3c7d-417c-b250-6496825021ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-160ceff6-3c7d-417c-b250-6496825021ac.shg-box.shg-c {
  justify-content: center;
}

#s-db373ca9-87ee-4f9d-9fc3-fca1b1dd18f2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
min-height: 50px;
background-position: center center;
}








#s-db373ca9-87ee-4f9d-9fc3-fca1b1dd18f2 > .shg-box-overlay {
  background-color: rgba(252, 252, 252, 1);
  opacity: 0.4;
}#s-db373ca9-87ee-4f9d-9fc3-fca1b1dd18f2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a516bdb2-1936-460f-ba89-7f36ab53296d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a516bdb2-1936-460f-ba89-7f36ab53296d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-37ac3a8d-e2bd-47f7-8fda-04178d65d4a7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
}

#s-00b4882c-0b52-4ab5-89e0-5255b13c158e {
  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: 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(253, 253, 253, 1);
text-decoration: none;
}
#s-00b4882c-0b52-4ab5-89e0-5255b13c158e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-00b4882c-0b52-4ab5-89e0-5255b13c158e:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-00b4882c-0b52-4ab5-89e0-5255b13c158e.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 20px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-97cdf826-23b7-4a62-819f-fbb131fde19a {
  min-height: 50px;
}








#s-97cdf826-23b7-4a62-819f-fbb131fde19a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97cdf826-23b7-4a62-819f-fbb131fde19a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0d11f1ad-9dfe-47c0-a90c-a639a0d88011 {
  text-align: center;
}




  #s-0d11f1ad-9dfe-47c0-a90c-a639a0d88011 img.shogun-image {
    
    width: px;
  }


#s-0d11f1ad-9dfe-47c0-a90c-a639a0d88011 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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;
}
