.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-8c8cf437-b9ab-4490-a254-5ff5ee840818 {
  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-38d53fbb-dbde-425e-9fbb-b0c792d3cde8 {
  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-38d53fbb-dbde-425e-9fbb-b0c792d3cde8 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-38d53fbb-dbde-425e-9fbb-b0c792d3cde8.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-cd3b1bdd-dd19-4df5-95f2-0148d7071458 {
  margin-top: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-cd3b1bdd-dd19-4df5-95f2-0148d7071458 .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-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c {
  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-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c18e3e2c-14c2-44ef-8dbb-e36c2b0b586c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2b36504c-15a6-4853-a0ed-c3c758d9a779 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 400px;
}








#s-2b36504c-15a6-4853-a0ed-c3c758d9a779 > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-2b36504c-15a6-4853-a0ed-c3c758d9a779.shg-box.shg-c {
  justify-content: center;
}

#s-9af89299-a291-4425-b4c9-d1d280de4551 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 50px;
}








#s-9af89299-a291-4425-b4c9-d1d280de4551 > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.5;
}#s-9af89299-a291-4425-b4c9-d1d280de4551.shg-box.shg-c {
  justify-content: flex-start;
}

#s-523aa11f-a35e-4296-a77e-19106a7937fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-523aa11f-a35e-4296-a77e-19106a7937fc .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-83ae5755-1910-4ba4-ac65-b1908747736e {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-83ae5755-1910-4ba4-ac65-b1908747736e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83ae5755-1910-4ba4-ac65-b1908747736e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-83ae5755-1910-4ba4-ac65-b1908747736e {
  
}
}@media (max-width: 767px){#s-83ae5755-1910-4ba4-ac65-b1908747736e {
  
}
}
#s-3c97697e-d62e-4543-a31e-027487170df5 {
  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-3c97697e-d62e-4543-a31e-027487170df5 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-3c97697e-d62e-4543-a31e-027487170df5.shg-box.shg-c {
  justify-content: center;
}

#s-69abf023-02e6-40c6-b014-2d9c70c362b8 {
  min-height: 50px;
background-color: rgba(221, 248, 247, 1);
}








#s-69abf023-02e6-40c6-b014-2d9c70c362b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69abf023-02e6-40c6-b014-2d9c70c362b8.shg-box.shg-c {
  justify-content: center;
}

#s-74aeeeaf-b138-495c-a566-0462cad0627d {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-74aeeeaf-b138-495c-a566-0462cad0627d"] > .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-ed5035b9-c325-4527-8a1b-652b57ab2c34 {
  text-align: center;
}




  #s-ed5035b9-c325-4527-8a1b-652b57ab2c34 img.shogun-image {
    
    width: px;
  }


#s-ed5035b9-c325-4527-8a1b-652b57ab2c34 .shogun-image-content {
  
    align-items: center;
  
}

#s-da8da171-a45f-4ba2-aad4-5199489d79ce {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-da8da171-a45f-4ba2-aad4-5199489d79ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da8da171-a45f-4ba2-aad4-5199489d79ce.shg-box.shg-c {
  justify-content: center;
}

#s-d93099d1-fa4a-47a1-a6cf-c2b05f89f96f {
  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-d93099d1-fa4a-47a1-a6cf-c2b05f89f96f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d93099d1-fa4a-47a1-a6cf-c2b05f89f96f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d93099d1-fa4a-47a1-a6cf-c2b05f89f96f {
  
}
}@media (max-width: 767px){#s-d93099d1-fa4a-47a1-a6cf-c2b05f89f96f {
  
}
}







#s-d93099d1-fa4a-47a1-a6cf-c2b05f89f96f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d93099d1-fa4a-47a1-a6cf-c2b05f89f96f.shg-box.shg-c {
  justify-content: center;
}

#s-a46ec0fe-7163-4a2c-9bc8-b661e4ec8d48 {
  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-b9d027c6-c8fb-4e1f-b361-db617628a125 {
  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-c8a5fe4c-a306-449f-a627-d02ee525b4af {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c8a5fe4c-a306-449f-a627-d02ee525b4af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-47e7a863-c19e-4163-aa14-be56d884a0a2 {
  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-47e7a863-c19e-4163-aa14-be56d884a0a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47e7a863-c19e-4163-aa14-be56d884a0a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47e7a863-c19e-4163-aa14-be56d884a0a2 {
  
}
}@media (max-width: 767px){#s-47e7a863-c19e-4163-aa14-be56d884a0a2 {
  
}
}







#s-47e7a863-c19e-4163-aa14-be56d884a0a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47e7a863-c19e-4163-aa14-be56d884a0a2.shg-box.shg-c {
  justify-content: center;
}

#s-0baa3020-01d9-4218-8b26-78b216b130c8 {
  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-bc8ba1e2-ff8b-4fd6-9b0e-a26e2d729195 {
  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-23ae77ae-d585-46c6-a034-ed742594cced {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-23ae77ae-d585-46c6-a034-ed742594cced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23ae77ae-d585-46c6-a034-ed742594cced.shg-box.shg-c {
  justify-content: center;
}

#s-f5ff9990-df21-4101-989c-0ac4a1cd1284 {
  text-align: center;
}




  #s-f5ff9990-df21-4101-989c-0ac4a1cd1284 img.shogun-image {
    
    width: px;
  }


#s-f5ff9990-df21-4101-989c-0ac4a1cd1284 .shogun-image-content {
  
    align-items: center;
  
}

#s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b85cdc8c-e55e-48a9-b77a-6b7eda6e2cf8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-486ef673-adb2-43de-b680-de79c169d721 {
  text-align: center;
}




  #s-486ef673-adb2-43de-b680-de79c169d721 img.shogun-image {
    
    width: px;
  }


#s-486ef673-adb2-43de-b680-de79c169d721 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3962856-97ac-4c56-bfe6-076567ff2e2c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-b3962856-97ac-4c56-bfe6-076567ff2e2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3962856-97ac-4c56-bfe6-076567ff2e2c.shg-box.shg-c {
  justify-content: center;
}

#s-5e05e930-f73c-4bc4-aed9-00fa4e0531f1 {
  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-5e05e930-f73c-4bc4-aed9-00fa4e0531f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e05e930-f73c-4bc4-aed9-00fa4e0531f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e05e930-f73c-4bc4-aed9-00fa4e0531f1 {
  
}
}@media (max-width: 767px){#s-5e05e930-f73c-4bc4-aed9-00fa4e0531f1 {
  
}
}







#s-5e05e930-f73c-4bc4-aed9-00fa4e0531f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e05e930-f73c-4bc4-aed9-00fa4e0531f1.shg-box.shg-c {
  justify-content: center;
}

#s-da721e8b-0a6d-4ce9-968d-3ea83b146a2f {
  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-7e7805a9-a1cf-4845-a982-7d436b41dd32 {
  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-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42c6a6b8-f6ed-4c76-ba6b-0fd3b6cf6219"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3a512e8e-b36a-4706-802a-063cb0d9d129 {
  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-3a512e8e-b36a-4706-802a-063cb0d9d129 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a512e8e-b36a-4706-802a-063cb0d9d129 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a512e8e-b36a-4706-802a-063cb0d9d129 {
  
}
}@media (max-width: 767px){#s-3a512e8e-b36a-4706-802a-063cb0d9d129 {
  
}
}







#s-3a512e8e-b36a-4706-802a-063cb0d9d129 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a512e8e-b36a-4706-802a-063cb0d9d129.shg-box.shg-c {
  justify-content: center;
}

#s-9a40765f-50f6-4439-b303-daad9bfaaa95 {
  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-8824847c-2cc6-44e3-a932-1e82b220af1b {
  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-e58b09b3-0a56-4ccb-a3d9-babf289db7e7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-e58b09b3-0a56-4ccb-a3d9-babf289db7e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e58b09b3-0a56-4ccb-a3d9-babf289db7e7.shg-box.shg-c {
  justify-content: center;
}

#s-86ffd665-6aa6-4678-8491-cb88c7809205 {
  text-align: center;
}




  #s-86ffd665-6aa6-4678-8491-cb88c7809205 img.shogun-image {
    
    width: px;
  }


#s-86ffd665-6aa6-4678-8491-cb88c7809205 .shogun-image-content {
  
    align-items: center;
  
}

#s-de2f3735-bc14-41a0-8194-f26aace74c84 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-de2f3735-bc14-41a0-8194-f26aace74c84"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-538664cd-076a-42e5-938c-3ec905daabcd {
  text-align: center;
}




  #s-538664cd-076a-42e5-938c-3ec905daabcd img.shogun-image {
    
    width: px;
  }


#s-538664cd-076a-42e5-938c-3ec905daabcd .shogun-image-content {
  
    align-items: center;
  
}

#s-f610cb2c-a5ac-49a8-88f8-dcc0fa2acd84 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-f610cb2c-a5ac-49a8-88f8-dcc0fa2acd84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f610cb2c-a5ac-49a8-88f8-dcc0fa2acd84.shg-box.shg-c {
  justify-content: center;
}

#s-0075ef5e-bbef-4be3-8878-fe95b0101d13 {
  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-0075ef5e-bbef-4be3-8878-fe95b0101d13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0075ef5e-bbef-4be3-8878-fe95b0101d13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0075ef5e-bbef-4be3-8878-fe95b0101d13 {
  
}
}@media (max-width: 767px){#s-0075ef5e-bbef-4be3-8878-fe95b0101d13 {
  
}
}







#s-0075ef5e-bbef-4be3-8878-fe95b0101d13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0075ef5e-bbef-4be3-8878-fe95b0101d13.shg-box.shg-c {
  justify-content: center;
}

#s-77c398e7-230f-44f7-bb3b-f40a3c77fbd8 {
  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-046dfe80-a6c1-4eca-9859-dbae4d0363aa {
  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-aa9e801f-364c-4e43-a830-c39b299df6c6 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa9e801f-364c-4e43-a830-c39b299df6c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0c886a8f-9f04-42bc-8400-0171fdf662d2 {
  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-0c886a8f-9f04-42bc-8400-0171fdf662d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c886a8f-9f04-42bc-8400-0171fdf662d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c886a8f-9f04-42bc-8400-0171fdf662d2 {
  
}
}@media (max-width: 767px){#s-0c886a8f-9f04-42bc-8400-0171fdf662d2 {
  
}
}







#s-0c886a8f-9f04-42bc-8400-0171fdf662d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c886a8f-9f04-42bc-8400-0171fdf662d2.shg-box.shg-c {
  justify-content: center;
}

#s-344e0e22-99cc-4caf-adf8-e1895c57cba1 {
  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-9dfff05e-5984-4cc2-a34e-6ea5b15415fd {
  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-64574fc1-2a1b-45e0-ae88-6a1826e415c3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-64574fc1-2a1b-45e0-ae88-6a1826e415c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64574fc1-2a1b-45e0-ae88-6a1826e415c3.shg-box.shg-c {
  justify-content: center;
}

#s-47864a5d-35ba-4934-97bc-54fe0e5a5360 {
  text-align: center;
}




  #s-47864a5d-35ba-4934-97bc-54fe0e5a5360 img.shogun-image {
    
    width: px;
  }


#s-47864a5d-35ba-4934-97bc-54fe0e5a5360 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc178afe-4626-49ba-8d95-cde96dbcfe28 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-bc178afe-4626-49ba-8d95-cde96dbcfe28"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-83569aef-dbae-4596-9ae1-1c6a6eae942f {
  text-align: center;
}




  #s-83569aef-dbae-4596-9ae1-1c6a6eae942f img.shogun-image {
    
    width: px;
  }


#s-83569aef-dbae-4596-9ae1-1c6a6eae942f .shogun-image-content {
  
    align-items: center;
  
}

#s-01cb0fe3-e6ca-4507-9068-aec34be50113 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-01cb0fe3-e6ca-4507-9068-aec34be50113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01cb0fe3-e6ca-4507-9068-aec34be50113.shg-box.shg-c {
  justify-content: center;
}

#s-7a460cc8-68ad-4a60-a27b-f844d412a576 {
  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-7a460cc8-68ad-4a60-a27b-f844d412a576 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a460cc8-68ad-4a60-a27b-f844d412a576 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a460cc8-68ad-4a60-a27b-f844d412a576 {
  
}
}@media (max-width: 767px){#s-7a460cc8-68ad-4a60-a27b-f844d412a576 {
  
}
}







#s-7a460cc8-68ad-4a60-a27b-f844d412a576 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a460cc8-68ad-4a60-a27b-f844d412a576.shg-box.shg-c {
  justify-content: center;
}

#s-4ebf19f9-fa47-4dfc-b364-bfd9db67f7eb {
  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-d72a331f-a475-4a4c-b7e6-ee6b04723048 {
  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-4f442be5-3155-4183-95dd-f507c3816bbd {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f442be5-3155-4183-95dd-f507c3816bbd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8ae79289-0440-45bd-88f2-5df3db6171de {
  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-8ae79289-0440-45bd-88f2-5df3db6171de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ae79289-0440-45bd-88f2-5df3db6171de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ae79289-0440-45bd-88f2-5df3db6171de {
  
}
}@media (max-width: 767px){#s-8ae79289-0440-45bd-88f2-5df3db6171de {
  
}
}







#s-8ae79289-0440-45bd-88f2-5df3db6171de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ae79289-0440-45bd-88f2-5df3db6171de.shg-box.shg-c {
  justify-content: center;
}

#s-fe457617-ccde-4f93-9a4e-9d57bf82de03 {
  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-e5c4312c-2753-44fd-b9bb-283baccee45b {
  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-0e77188f-2a45-4e30-97dc-ed6e505822bc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-0e77188f-2a45-4e30-97dc-ed6e505822bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e77188f-2a45-4e30-97dc-ed6e505822bc.shg-box.shg-c {
  justify-content: center;
}

#s-0dfe105a-8aab-4c58-a08f-7c9f9c20a793 {
  text-align: center;
}




  #s-0dfe105a-8aab-4c58-a08f-7c9f9c20a793 img.shogun-image {
    
    width: px;
  }


#s-0dfe105a-8aab-4c58-a08f-7c9f9c20a793 .shogun-image-content {
  
    align-items: center;
  
}

#s-09883443-d13c-4a93-af12-3bfea31f8f68 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-09883443-d13c-4a93-af12-3bfea31f8f68"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-120185a4-9a6a-4fae-a79e-8bb33a227847 {
  text-align: center;
}




  #s-120185a4-9a6a-4fae-a79e-8bb33a227847 img.shogun-image {
    
    width: px;
  }


#s-120185a4-9a6a-4fae-a79e-8bb33a227847 .shogun-image-content {
  
    align-items: center;
  
}

#s-07787972-0bc0-4b7a-947c-3a824d06648f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-07787972-0bc0-4b7a-947c-3a824d06648f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07787972-0bc0-4b7a-947c-3a824d06648f.shg-box.shg-c {
  justify-content: center;
}

#s-ceb39bc3-06cb-4c0b-90a3-bd0189e1e60d {
  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-ceb39bc3-06cb-4c0b-90a3-bd0189e1e60d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ceb39bc3-06cb-4c0b-90a3-bd0189e1e60d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ceb39bc3-06cb-4c0b-90a3-bd0189e1e60d {
  
}
}@media (max-width: 767px){#s-ceb39bc3-06cb-4c0b-90a3-bd0189e1e60d {
  
}
}







#s-ceb39bc3-06cb-4c0b-90a3-bd0189e1e60d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceb39bc3-06cb-4c0b-90a3-bd0189e1e60d.shg-box.shg-c {
  justify-content: center;
}

#s-ab5d88f5-a44b-40f7-89fe-5b69184d0fa1 {
  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-bee6859d-1c68-42cd-aaab-5c10df05a15f {
  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-4f265b22-11af-47b6-ada9-9504576e05f4 {
  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-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f265b22-11af-47b6-ada9-9504576e05f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8bd21170-0d93-43db-aced-6097b719d460 {
  margin-top: auto;
margin-bottom: auto;
min-height: 800px;
}








#s-8bd21170-0d93-43db-aced-6097b719d460 > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-8bd21170-0d93-43db-aced-6097b719d460 {
  cursor: pointer;
}#s-8bd21170-0d93-43db-aced-6097b719d460.shg-box.shg-c {
  justify-content: center;
}

#s-117997b7-05de-4a29-82b0-f7823ee7e92f {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
min-height: 50px;
}








#s-117997b7-05de-4a29-82b0-f7823ee7e92f > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-117997b7-05de-4a29-82b0-f7823ee7e92f.shg-box.shg-c {
  justify-content: center;
}

#s-366be830-5ab6-4a3d-9f36-996462d561d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-366be830-5ab6-4a3d-9f36-996462d561d6 .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-10dab52b-82e4-4905-9c0f-59701188061e {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-10dab52b-82e4-4905-9c0f-59701188061e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10dab52b-82e4-4905-9c0f-59701188061e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-10dab52b-82e4-4905-9c0f-59701188061e {
  
}
}@media (max-width: 767px){#s-10dab52b-82e4-4905-9c0f-59701188061e {
  
}
}
#s-8494f6d5-5745-4714-889b-d263c53d4efc {
  min-height: 50px;
}








#s-8494f6d5-5745-4714-889b-d263c53d4efc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8494f6d5-5745-4714-889b-d263c53d4efc.shg-box.shg-c {
  justify-content: center;
}

#s-3af1d7c9-a7d7-41b3-9598-3903ffbd3d5a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-3af1d7c9-a7d7-41b3-9598-3903ffbd3d5a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1b9f4aa9-79da-414c-afff-f483065bbaac {
  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-1b9f4aa9-79da-414c-afff-f483065bbaac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b9f4aa9-79da-414c-afff-f483065bbaac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b9f4aa9-79da-414c-afff-f483065bbaac {
  
}
}@media (max-width: 767px){#s-1b9f4aa9-79da-414c-afff-f483065bbaac {
  
}
}







#s-1b9f4aa9-79da-414c-afff-f483065bbaac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b9f4aa9-79da-414c-afff-f483065bbaac.shg-box.shg-c {
  justify-content: center;
}

#s-bc27f1db-d404-41ea-981f-57f13a3cc071 {
  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-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc27f1db-d404-41ea-981f-57f13a3cc071"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-191befa2-efe5-4b87-9e62-688ecf84edff {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-7d659a0c-e9f7-49e4-b376-6fcd6c8dd011 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-5627ab91-fd18-4573-8e54-1d40692e2ff5 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-312bb957-384c-4368-be0f-58a4895cc4f5 {
  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-312bb957-384c-4368-be0f-58a4895cc4f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-312bb957-384c-4368-be0f-58a4895cc4f5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-32675672-fa42-4367-99f2-b26be5f77122 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-32675672-fa42-4367-99f2-b26be5f77122 .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-57f14ece-13b1-490d-9a4e-1c4148d17b76 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-280996ef-9861-46e2-ba69-318b9f9b19ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-be53ed75-e2c8-4a1f-aed9-bc7a3d256e17 {
  text-align: center;
}




  #s-be53ed75-e2c8-4a1f-aed9-bc7a3d256e17 img.shogun-image {
    
    width: px;
  }


#s-be53ed75-e2c8-4a1f-aed9-bc7a3d256e17 .shogun-image-content {
  
    align-items: center;
  
}

#s-78198c2b-1c00-4cc1-aaaa-f03b2743702d {
  text-align: center;
}




  #s-78198c2b-1c00-4cc1-aaaa-f03b2743702d img.shogun-image {
    
    width: px;
  }


#s-78198c2b-1c00-4cc1-aaaa-f03b2743702d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-18a85f36-5a78-4800-b66c-439ac99ac912"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-c2671b89-f76f-43c3-91a4-1adb62df14ee {
  text-align: center;
}




  #s-c2671b89-f76f-43c3-91a4-1adb62df14ee img.shogun-image {
    
    width: px;
  }


#s-c2671b89-f76f-43c3-91a4-1adb62df14ee .shogun-image-content {
  
    align-items: center;
  
}

#s-f1f656bb-a5ba-4b56-b29d-03aa1c7b753c {
  text-align: center;
}




  #s-f1f656bb-a5ba-4b56-b29d-03aa1c7b753c img.shogun-image {
    
    width: px;
  }


#s-f1f656bb-a5ba-4b56-b29d-03aa1c7b753c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e2e47ee8-3f2c-4eac-b18c-1a2bbaa9f5c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-fc6744a7-6aef-40b6-bf1c-f17f950db450 {
  text-align: center;
}




  #s-fc6744a7-6aef-40b6-bf1c-f17f950db450 img.shogun-image {
    
    width: px;
  }


#s-fc6744a7-6aef-40b6-bf1c-f17f950db450 .shogun-image-content {
  
    align-items: center;
  
}

#s-5299f410-8f68-4027-8f0b-3aa35ca63e0b {
  text-align: center;
}




  #s-5299f410-8f68-4027-8f0b-3aa35ca63e0b img.shogun-image {
    
    width: px;
  }


#s-5299f410-8f68-4027-8f0b-3aa35ca63e0b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-09db0d8b-bf3a-4b38-8d7c-d2264469ec51"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-2613d2bf-f220-46d5-a5c2-174a28d7eb76 {
  text-align: center;
}




  #s-2613d2bf-f220-46d5-a5c2-174a28d7eb76 img.shogun-image {
    
    width: px;
  }


#s-2613d2bf-f220-46d5-a5c2-174a28d7eb76 .shogun-image-content {
  
    align-items: center;
  
}

#s-01ade977-46cb-4989-8bc3-7afbf6c53c25 {
  text-align: center;
}




  #s-01ade977-46cb-4989-8bc3-7afbf6c53c25 img.shogun-image {
    
    width: px;
  }


#s-01ade977-46cb-4989-8bc3-7afbf6c53c25 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-046ddd6a-387c-40ac-904d-1bc3b17c469a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-ade7dadf-2d20-4740-82e8-7357864599f6 {
  text-align: center;
}




  #s-ade7dadf-2d20-4740-82e8-7357864599f6 img.shogun-image {
    
    width: px;
  }


#s-ade7dadf-2d20-4740-82e8-7357864599f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6cb98f8-30f6-4989-8b54-4852b7889730 {
  text-align: center;
}




  #s-a6cb98f8-30f6-4989-8b54-4852b7889730 img.shogun-image {
    
    width: px;
  }


#s-a6cb98f8-30f6-4989-8b54-4852b7889730 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-015e79a9-f1bd-41ac-931b-29439edb43c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-e712d221-f27c-4af7-b94c-cf3b5da06f69 {
  text-align: center;
}




  #s-e712d221-f27c-4af7-b94c-cf3b5da06f69 img.shogun-image {
    
    width: px;
  }


#s-e712d221-f27c-4af7-b94c-cf3b5da06f69 .shogun-image-content {
  
    align-items: center;
  
}

#s-1be8321b-0913-4275-b555-0cd878015eaf {
  text-align: center;
}




  #s-1be8321b-0913-4275-b555-0cd878015eaf img.shogun-image {
    
    width: px;
  }


#s-1be8321b-0913-4275-b555-0cd878015eaf .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-25a96bc2-c077-4b0f-948a-6d049088d475"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-d0b8c864-d141-4159-bbf0-7f8b39f2305c {
  text-align: center;
}




  #s-d0b8c864-d141-4159-bbf0-7f8b39f2305c img.shogun-image {
    
    width: px;
  }


#s-d0b8c864-d141-4159-bbf0-7f8b39f2305c .shogun-image-content {
  
    align-items: center;
  
}

#s-ae23aeb1-dede-4a7a-8366-5487a29d9724 {
  text-align: center;
}




  #s-ae23aeb1-dede-4a7a-8366-5487a29d9724 img.shogun-image {
    
    width: px;
  }


#s-ae23aeb1-dede-4a7a-8366-5487a29d9724 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-dac1e65f-ae96-4915-ba6c-08137b14186f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-941a227c-6e52-42c6-8244-66ccef91d4f6 {
  text-align: center;
}




  #s-941a227c-6e52-42c6-8244-66ccef91d4f6 img.shogun-image {
    
    width: px;
  }


#s-941a227c-6e52-42c6-8244-66ccef91d4f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5a99d00-3894-4e43-9b64-51df08a337c4 {
  text-align: center;
}




  #s-a5a99d00-3894-4e43-9b64-51df08a337c4 img.shogun-image {
    
    width: px;
  }


#s-a5a99d00-3894-4e43-9b64-51df08a337c4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-89010c13-f34c-440e-a222-c0d625c5dcd0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-69b4e581-a9c1-4a8d-827c-2a49d6dc8f9d {
  text-align: center;
}




  #s-69b4e581-a9c1-4a8d-827c-2a49d6dc8f9d img.shogun-image {
    
    width: px;
  }


#s-69b4e581-a9c1-4a8d-827c-2a49d6dc8f9d .shogun-image-content {
  
    align-items: center;
  
}

#s-5efc0889-1733-4534-8af5-19b3f3f966db {
  text-align: center;
}




  #s-5efc0889-1733-4534-8af5-19b3f3f966db img.shogun-image {
    
    width: px;
  }


#s-5efc0889-1733-4534-8af5-19b3f3f966db .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-9a954c41-cc6a-4a24-b20c-f2fde81f0b51"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-ad3148f5-7bbb-4b55-aff5-a208788b8e98 {
  text-align: center;
}




  #s-ad3148f5-7bbb-4b55-aff5-a208788b8e98 img.shogun-image {
    
    width: px;
  }


#s-ad3148f5-7bbb-4b55-aff5-a208788b8e98 .shogun-image-content {
  
    align-items: center;
  
}

#s-811b7161-0794-4413-a99f-2ce30e25c393 {
  text-align: center;
}




  #s-811b7161-0794-4413-a99f-2ce30e25c393 img.shogun-image {
    
    width: px;
  }


#s-811b7161-0794-4413-a99f-2ce30e25c393 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec901769-e60b-4d21-b866-ea3440fbff1b {
  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-ec901769-e60b-4d21-b866-ea3440fbff1b .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5c9e75c3-7c32-4946-972a-cf65147890c8 {
  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-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3357298b-1477-4e5b-b41e-9cea76eeee0c"] > .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-92843e6b-c3f5-4d9e-960f-15dfddc64676 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-92843e6b-c3f5-4d9e-960f-15dfddc64676 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-92843e6b-c3f5-4d9e-960f-15dfddc64676 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-92843e6b-c3f5-4d9e-960f-15dfddc64676 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-92843e6b-c3f5-4d9e-960f-15dfddc64676 > .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-92843e6b-c3f5-4d9e-960f-15dfddc64676 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d89b2cf2-ad61-4f65-88e4-e34c0b678b9b {
  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-d89b2cf2-ad61-4f65-88e4-e34c0b678b9b img.shogun-image {
    
    width: px;
  }


#s-d89b2cf2-ad61-4f65-88e4-e34c0b678b9b .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-76bea013-34d2-415b-a06b-788ca0c032a3 {
  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-76bea013-34d2-415b-a06b-788ca0c032a3: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-76bea013-34d2-415b-a06b-788ca0c032a3: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-76bea013-34d2-415b-a06b-788ca0c032a3.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-dcde2bee-5f7a-454f-aca0-8e761c2e5eb7 {
  min-height: 50px;
}








#s-dcde2bee-5f7a-454f-aca0-8e761c2e5eb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcde2bee-5f7a-454f-aca0-8e761c2e5eb7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0d0e1d44-f918-46b1-b030-0092705856eb {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-0d0e1d44-f918-46b1-b030-0092705856eb .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-648b6633-910f-4f48-b24f-aad21ba54a54 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
min-height: 50px;
}








#s-648b6633-910f-4f48-b24f-aad21ba54a54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-648b6633-910f-4f48-b24f-aad21ba54a54.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fd002424-8d6c-43b8-9ee9-58c03764f0dd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f25c7128-aa95-4b8d-a6b8-6c612ea7bfb1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f25c7128-aa95-4b8d-a6b8-6c612ea7bfb1 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a7f624b4-03a1-4cf3-902d-19116c9cdc72 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a7f624b4-03a1-4cf3-902d-19116c9cdc72 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a7f624b4-03a1-4cf3-902d-19116c9cdc72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a7f624b4-03a1-4cf3-902d-19116c9cdc72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-a7f624b4-03a1-4cf3-902d-19116c9cdc72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a7f624b4-03a1-4cf3-902d-19116c9cdc72 > .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-a7f624b4-03a1-4cf3-902d-19116c9cdc72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-81aead1f-c49e-4f39-baca-d54548583233 {
  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-f73b89b2-761c-444f-85fd-ce40e4ef9cc7 {
  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-7c476a5e-8c77-4943-9ba5-044b68e0a3bf {
  min-height: 50px;
}








#s-7c476a5e-8c77-4943-9ba5-044b68e0a3bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c476a5e-8c77-4943-9ba5-044b68e0a3bf.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-787fa39d-da89-4287-bee2-62a7df8fd34c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1288dd21-70b9-40fa-a65c-16969b577bfe {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1288dd21-70b9-40fa-a65c-16969b577bfe .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b89db705-945b-47e4-88f0-2aa845aa3008 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b89db705-945b-47e4-88f0-2aa845aa3008 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b89db705-945b-47e4-88f0-2aa845aa3008 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b89db705-945b-47e4-88f0-2aa845aa3008 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-b89db705-945b-47e4-88f0-2aa845aa3008 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b89db705-945b-47e4-88f0-2aa845aa3008 > .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-b89db705-945b-47e4-88f0-2aa845aa3008 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-8aeb17fa-aaeb-4396-8898-705883d6c68b {
  min-height: 50px;
}








#s-8aeb17fa-aaeb-4396-8898-705883d6c68b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aeb17fa-aaeb-4396-8898-705883d6c68b.shg-box.shg-c {
  justify-content: center;
}

#s-5f04eff1-23bd-4752-8d94-862db613687a {
  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-5f04eff1-23bd-4752-8d94-862db613687a > .shg-box-overlay {
  background-color: rgba(252, 252, 252, 1);
  opacity: 0.4;
}#s-5f04eff1-23bd-4752-8d94-862db613687a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e60d4ce2-210a-4834-af5b-90552a6e4225 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e60d4ce2-210a-4834-af5b-90552a6e4225 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-50524a73-18bf-4c75-8170-b1db2eaab49c {
  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-6f437426-7471-4726-b180-074c15fe7956 {
  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-6f437426-7471-4726-b180-074c15fe7956: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-6f437426-7471-4726-b180-074c15fe7956: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-6f437426-7471-4726-b180-074c15fe7956.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 20px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-150f2568-0bde-48c0-99cc-304cf97e08c5 {
  min-height: 50px;
}








#s-150f2568-0bde-48c0-99cc-304cf97e08c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-150f2568-0bde-48c0-99cc-304cf97e08c5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0c5a115a-3bde-4f67-89d7-1fd97b428319 {
  text-align: center;
}




  #s-0c5a115a-3bde-4f67-89d7-1fd97b428319 img.shogun-image {
    
    width: px;
  }


#s-0c5a115a-3bde-4f67-89d7-1fd97b428319 .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;
}
