.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-ffd22dfb-abe0-4dd5-a96b-1c27ac2555db {
  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-01b44317-df0b-483a-a465-0ec86394994c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-01b44317-df0b-483a-a465-0ec86394994c > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-01b44317-df0b-483a-a465-0ec86394994c.shg-box.shg-c {
  justify-content: center;
}

#s-32797dda-abcb-487b-82e0-d9900cfa9d3d hr {
  border: 0;
  width: 100%;
  border-top: 4px solid rgba(7, 3, 3, 1);
}

.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-f5d22fb3-5911-4011-9f10-2d934d55f04e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-f5d22fb3-5911-4011-9f10-2d934d55f04e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  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-99ab2c5f-6edb-4f09-ac32-500c301b4282 {
  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-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-99ab2c5f-6edb-4f09-ac32-500c301b4282"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-98e9b0fa-d5a3-4ea6-b9d2-ff42bef3c17f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 400px;
}








#s-98e9b0fa-d5a3-4ea6-b9d2-ff42bef3c17f > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-98e9b0fa-d5a3-4ea6-b9d2-ff42bef3c17f.shg-box.shg-c {
  justify-content: center;
}

#s-54b0786c-5a94-4dfc-a80e-2a656476c890 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 50px;
}








#s-54b0786c-5a94-4dfc-a80e-2a656476c890 > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.5;
}#s-54b0786c-5a94-4dfc-a80e-2a656476c890.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f7591e74-d4e6-4fcf-a8ed-12650deb10f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7591e74-d4e6-4fcf-a8ed-12650deb10f9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-125c0ece-a05a-4c4a-9dbf-121277b21410 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-c785f0a8-6a64-4d5c-8638-758091ae45d0 {
  min-height: 50px;
}








#s-c785f0a8-6a64-4d5c-8638-758091ae45d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c785f0a8-6a64-4d5c-8638-758091ae45d0.shg-box.shg-c {
  justify-content: center;
}

#s-fc6b0657-392f-42b8-a720-92bd1b284a2f {
  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-fc6b0657-392f-42b8-a720-92bd1b284a2f > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-fc6b0657-392f-42b8-a720-92bd1b284a2f.shg-box.shg-c {
  justify-content: center;
}

#s-2d357432-ed54-484b-82cb-c72d1ea94d09 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-2d357432-ed54-484b-82cb-c72d1ea94d09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d357432-ed54-484b-82cb-c72d1ea94d09.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d379987d-306d-45ef-a3c9-696549a95086"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bf2c52c8-a0e2-452b-89fd-f6c11ad40886 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bf2c52c8-a0e2-452b-89fd-f6c11ad40886 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf2c52c8-a0e2-452b-89fd-f6c11ad40886 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf2c52c8-a0e2-452b-89fd-f6c11ad40886 {
  
}
}@media (max-width: 767px){#s-bf2c52c8-a0e2-452b-89fd-f6c11ad40886 {
  
}
}







#s-bf2c52c8-a0e2-452b-89fd-f6c11ad40886 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf2c52c8-a0e2-452b-89fd-f6c11ad40886.shg-box.shg-c {
  justify-content: center;
}

#s-c5f8b030-56cd-4416-a8b7-f7f3823153b0 {
  border-style: solid;
margin-top: 0%;
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-d079ea1c-85c1-4c8f-b47c-c75d1a2b2583 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-35151fd7-387f-4964-9959-8778173bf058 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-35151fd7-387f-4964-9959-8778173bf058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35151fd7-387f-4964-9959-8778173bf058.shg-box.shg-c {
  justify-content: center;
}

.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-05e73714-5faa-4c9c-a1ac-c3ae01063af1 {
  text-align: center;
}




  #s-05e73714-5faa-4c9c-a1ac-c3ae01063af1 img.shogun-image {
    
    width: px;
  }


#s-05e73714-5faa-4c9c-a1ac-c3ae01063af1 .shogun-image-content {
  
    align-items: center;
  
}

#s-021a9a9e-850a-4c96-aca2-2982af77faf7 {
  min-height: 50px;
background-color: rgba(221, 248, 247, 1);
}








#s-021a9a9e-850a-4c96-aca2-2982af77faf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-021a9a9e-850a-4c96-aca2-2982af77faf7.shg-box.shg-c {
  justify-content: center;
}

#s-caffcdd0-7929-4d5b-92cf-edec5efcacb6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-caffcdd0-7929-4d5b-92cf-edec5efcacb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caffcdd0-7929-4d5b-92cf-edec5efcacb6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d5ea5e0f-d911-4d86-ac35-127b8292cbe2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5fe708e4-ea52-4731-911f-185eabdab785 {
  text-align: center;
}




  #s-5fe708e4-ea52-4731-911f-185eabdab785 img.shogun-image {
    
    width: px;
  }


#s-5fe708e4-ea52-4731-911f-185eabdab785 .shogun-image-content {
  
    align-items: center;
  
}

#s-52a56619-3e09-437f-85d2-b0137f787b64 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-52a56619-3e09-437f-85d2-b0137f787b64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52a56619-3e09-437f-85d2-b0137f787b64.shg-box.shg-c {
  justify-content: center;
}

#s-0a185d6f-b210-4c8d-bfa5-acfed313606f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0a185d6f-b210-4c8d-bfa5-acfed313606f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a185d6f-b210-4c8d-bfa5-acfed313606f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a185d6f-b210-4c8d-bfa5-acfed313606f {
  
}
}@media (max-width: 767px){#s-0a185d6f-b210-4c8d-bfa5-acfed313606f {
  
}
}







#s-0a185d6f-b210-4c8d-bfa5-acfed313606f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a185d6f-b210-4c8d-bfa5-acfed313606f.shg-box.shg-c {
  justify-content: center;
}

#s-30144381-227b-48e2-aa9f-7fe1b3d7f470 {
  border-style: solid;
margin-top: 0%;
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-c7e463b3-ab67-4602-8ce4-7021bacde0e9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-332cdf6d-0258-431e-a9c6-f8e28f2398f4 {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}








#s-332cdf6d-0258-431e-a9c6-f8e28f2398f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-332cdf6d-0258-431e-a9c6-f8e28f2398f4.shg-box.shg-c {
  justify-content: center;
}

#s-8821a304-949c-4325-b404-383841e967af {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-8821a304-949c-4325-b404-383841e967af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8821a304-949c-4325-b404-383841e967af.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-86fd696c-fabf-4fd5-bf00-516d435aadae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ef76051e-3cc1-4713-8dba-009ef143fbbc {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ef76051e-3cc1-4713-8dba-009ef143fbbc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef76051e-3cc1-4713-8dba-009ef143fbbc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef76051e-3cc1-4713-8dba-009ef143fbbc {
  
}
}@media (max-width: 767px){#s-ef76051e-3cc1-4713-8dba-009ef143fbbc {
  
}
}







#s-ef76051e-3cc1-4713-8dba-009ef143fbbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef76051e-3cc1-4713-8dba-009ef143fbbc.shg-box.shg-c {
  justify-content: center;
}

#s-1b06e067-811f-4153-b446-e9a7920b35bf {
  border-style: solid;
margin-top: 0%;
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-f4221ffa-30ce-4b22-9de9-773f0e49737c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-37067ce5-43c3-440d-961d-dfe270a32a2f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-37067ce5-43c3-440d-961d-dfe270a32a2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37067ce5-43c3-440d-961d-dfe270a32a2f.shg-box.shg-c {
  justify-content: center;
}

#s-57745e76-21f5-4432-9194-c2f0c0a4e8cc {
  text-align: center;
}




  #s-57745e76-21f5-4432-9194-c2f0c0a4e8cc img.shogun-image {
    
    width: px;
  }


#s-57745e76-21f5-4432-9194-c2f0c0a4e8cc .shogun-image-content {
  
    align-items: center;
  
}

#s-694bdbde-d44f-4d1c-908f-e281bf184d91 {
  min-height: 50px;
background-color: rgba(174, 233, 232, 1);
}








#s-694bdbde-d44f-4d1c-908f-e281bf184d91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-694bdbde-d44f-4d1c-908f-e281bf184d91.shg-box.shg-c {
  justify-content: center;
}

#s-fcd590d4-b379-4e57-98fb-7d82c37cf0ca {
  min-height: 50px;
background-color: rgba(221, 248, 247, 1);
}








#s-fcd590d4-b379-4e57-98fb-7d82c37cf0ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcd590d4-b379-4e57-98fb-7d82c37cf0ca.shg-box.shg-c {
  justify-content: center;
}

#s-e49f3feb-d220-4930-8d1e-6598a12dd6fa {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-e49f3feb-d220-4930-8d1e-6598a12dd6fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e49f3feb-d220-4930-8d1e-6598a12dd6fa.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5f410995-c44e-4cc1-a69b-93cd14c119b5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bd2b1116-8fd3-4aa0-904f-fa8546a98b94 {
  text-align: center;
}




  #s-bd2b1116-8fd3-4aa0-904f-fa8546a98b94 img.shogun-image {
    
    width: px;
  }


#s-bd2b1116-8fd3-4aa0-904f-fa8546a98b94 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec2ea0e3-0b90-4943-96f6-4fd8658cb288 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-ec2ea0e3-0b90-4943-96f6-4fd8658cb288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec2ea0e3-0b90-4943-96f6-4fd8658cb288.shg-box.shg-c {
  justify-content: center;
}

#s-b490c16f-8494-4d85-b050-fbc1892c98c8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b490c16f-8494-4d85-b050-fbc1892c98c8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b490c16f-8494-4d85-b050-fbc1892c98c8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b490c16f-8494-4d85-b050-fbc1892c98c8 {
  
}
}@media (max-width: 767px){#s-b490c16f-8494-4d85-b050-fbc1892c98c8 {
  
}
}







#s-b490c16f-8494-4d85-b050-fbc1892c98c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b490c16f-8494-4d85-b050-fbc1892c98c8.shg-box.shg-c {
  justify-content: center;
}

#s-246e994a-6665-401b-8953-aefbb7195a74 {
  border-style: solid;
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-c513a9a9-fc0b-411b-9156-fec6a30a87bc {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-38f11755-c3a7-42cc-8de3-379b6affb910 {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}








#s-38f11755-c3a7-42cc-8de3-379b6affb910 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38f11755-c3a7-42cc-8de3-379b6affb910.shg-box.shg-c {
  justify-content: center;
}

#s-d6ff68f6-5418-4895-8c36-595c444e69b5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-d6ff68f6-5418-4895-8c36-595c444e69b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6ff68f6-5418-4895-8c36-595c444e69b5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f421c602-777b-4ad7-9ac8-4efa85b8d0c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-31eae9ba-9b10-4dec-8c59-2c6cff16af56 {
  margin-left: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-31eae9ba-9b10-4dec-8c59-2c6cff16af56 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31eae9ba-9b10-4dec-8c59-2c6cff16af56 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31eae9ba-9b10-4dec-8c59-2c6cff16af56 {
  
}
}@media (max-width: 767px){#s-31eae9ba-9b10-4dec-8c59-2c6cff16af56 {
  
}
}







#s-31eae9ba-9b10-4dec-8c59-2c6cff16af56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31eae9ba-9b10-4dec-8c59-2c6cff16af56.shg-box.shg-c {
  justify-content: center;
}

#s-dd6652c8-7d51-4665-a6d5-01a87b3f313c {
  border-style: solid;
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-07231405-9584-4353-8b9e-61138c426075 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-71a34f88-bdbc-4596-b022-bd9c0f746688 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-71a34f88-bdbc-4596-b022-bd9c0f746688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71a34f88-bdbc-4596-b022-bd9c0f746688.shg-box.shg-c {
  justify-content: center;
}

#s-56325f22-7806-4f5b-8066-a3681e05c0cb {
  text-align: center;
}




  #s-56325f22-7806-4f5b-8066-a3681e05c0cb img.shogun-image {
    
    width: px;
  }


#s-56325f22-7806-4f5b-8066-a3681e05c0cb .shogun-image-content {
  
    align-items: center;
  
}

#s-22c39b6b-b83b-480f-9ae9-3020b1e692e5 {
  min-height: 50px;
background-color: rgba(221, 248, 247, 1);
}








#s-22c39b6b-b83b-480f-9ae9-3020b1e692e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22c39b6b-b83b-480f-9ae9-3020b1e692e5.shg-box.shg-c {
  justify-content: center;
}

#s-a0aa4554-d73a-4c02-b262-4aa62badc00e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-a0aa4554-d73a-4c02-b262-4aa62badc00e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0aa4554-d73a-4c02-b262-4aa62badc00e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a79ab863-623b-420e-bcab-23b9fc52bf89"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b709290e-af11-40ad-aad3-cce92b4f2f41 {
  text-align: center;
}




  #s-b709290e-af11-40ad-aad3-cce92b4f2f41 img.shogun-image {
    
    width: px;
  }


#s-b709290e-af11-40ad-aad3-cce92b4f2f41 .shogun-image-content {
  
    align-items: center;
  
}

#s-041bb681-7511-4352-8c3e-92ca32470c57 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-041bb681-7511-4352-8c3e-92ca32470c57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-041bb681-7511-4352-8c3e-92ca32470c57.shg-box.shg-c {
  justify-content: center;
}

#s-6de24bd2-da06-45ed-8e3f-a1ddabfa90a9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6de24bd2-da06-45ed-8e3f-a1ddabfa90a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6de24bd2-da06-45ed-8e3f-a1ddabfa90a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6de24bd2-da06-45ed-8e3f-a1ddabfa90a9 {
  
}
}@media (max-width: 767px){#s-6de24bd2-da06-45ed-8e3f-a1ddabfa90a9 {
  
}
}







#s-6de24bd2-da06-45ed-8e3f-a1ddabfa90a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6de24bd2-da06-45ed-8e3f-a1ddabfa90a9.shg-box.shg-c {
  justify-content: center;
}

#s-3b7160f3-c12a-46af-8fd2-221dff1d93d6 {
  border-style: solid;
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-6064d8f7-9f9f-491c-80c1-b4391be80e39 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-2e54b322-8543-42b3-a1f4-6f1d02706a2d {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}








#s-2e54b322-8543-42b3-a1f4-6f1d02706a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e54b322-8543-42b3-a1f4-6f1d02706a2d.shg-box.shg-c {
  justify-content: center;
}

#s-b054b88b-792e-4ab5-bb55-64f2b66195a0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-b054b88b-792e-4ab5-bb55-64f2b66195a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b054b88b-792e-4ab5-bb55-64f2b66195a0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-167957dc-01d1-41e7-8ea4-c67825477382"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a5c3b546-5a64-48e9-ab61-95c62a6935b6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a5c3b546-5a64-48e9-ab61-95c62a6935b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5c3b546-5a64-48e9-ab61-95c62a6935b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5c3b546-5a64-48e9-ab61-95c62a6935b6 {
  
}
}@media (max-width: 767px){#s-a5c3b546-5a64-48e9-ab61-95c62a6935b6 {
  
}
}







#s-a5c3b546-5a64-48e9-ab61-95c62a6935b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5c3b546-5a64-48e9-ab61-95c62a6935b6.shg-box.shg-c {
  justify-content: center;
}

#s-98976f9f-74bc-40bc-94da-2cf428b3f854 {
  border-style: solid;
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-1aa451e9-08c5-4ed5-a7d1-6c66db47a795 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-0b33e9c8-c77a-42db-90e1-18032bfb2078 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-0b33e9c8-c77a-42db-90e1-18032bfb2078 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b33e9c8-c77a-42db-90e1-18032bfb2078.shg-box.shg-c {
  justify-content: center;
}

#s-9ebbf4d7-4492-4267-8b1d-7cc7180bc583 {
  text-align: center;
}




  #s-9ebbf4d7-4492-4267-8b1d-7cc7180bc583 img.shogun-image {
    
    width: px;
  }


#s-9ebbf4d7-4492-4267-8b1d-7cc7180bc583 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b658492-935a-4688-9bfa-250471645d25 {
  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: 10px;
padding-top: 0px;
padding-bottom: 0px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3b658492-935a-4688-9bfa-250471645d25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e7afe3c7-719c-4136-b668-e9000fbc68bb {
  margin-top: auto;
margin-bottom: auto;
min-height: 800px;
}








#s-e7afe3c7-719c-4136-b668-e9000fbc68bb > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-e7afe3c7-719c-4136-b668-e9000fbc68bb {
  cursor: pointer;
}#s-e7afe3c7-719c-4136-b668-e9000fbc68bb.shg-box.shg-c {
  justify-content: center;
}

#s-7e5545b6-c930-440d-9362-d8b25701565a {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
min-height: 50px;
}








#s-7e5545b6-c930-440d-9362-d8b25701565a > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-7e5545b6-c930-440d-9362-d8b25701565a.shg-box.shg-c {
  justify-content: center;
}

#s-50653050-5a40-4fea-8031-8f90f74c63ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50653050-5a40-4fea-8031-8f90f74c63ae .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-26340811-6a76-4e79-be12-259f981aa704 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-26340811-6a76-4e79-be12-259f981aa704 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26340811-6a76-4e79-be12-259f981aa704 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26340811-6a76-4e79-be12-259f981aa704 {
  
}
}@media (max-width: 767px){#s-26340811-6a76-4e79-be12-259f981aa704 {
  
}
}
#s-bf2e4643-b239-482e-bb01-421ec569e1c8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-bf2e4643-b239-482e-bb01-421ec569e1c8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5f599e0c-2d0b-490b-b3bb-7a808a576f22 {
  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-5f599e0c-2d0b-490b-b3bb-7a808a576f22 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f599e0c-2d0b-490b-b3bb-7a808a576f22 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f599e0c-2d0b-490b-b3bb-7a808a576f22 {
  
}
}@media (max-width: 767px){#s-5f599e0c-2d0b-490b-b3bb-7a808a576f22 {
  
}
}







#s-5f599e0c-2d0b-490b-b3bb-7a808a576f22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f599e0c-2d0b-490b-b3bb-7a808a576f22.shg-box.shg-c {
  justify-content: center;
}

#s-f872d1bb-4d3a-4609-b159-4605f9c332d6 {
  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-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f872d1bb-4d3a-4609-b159-4605f9c332d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-168e973c-59a5-4363-9afa-9aefd31af972 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-44778fb4-d736-4aec-a33b-56d9066335ca {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-8c4bf2b1-8e52-4efd-ad94-f00bd0ec382e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-8e6fd26a-e3ea-4245-80ec-ffffe6e0a28d {
  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-8e6fd26a-e3ea-4245-80ec-ffffe6e0a28d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e6fd26a-e3ea-4245-80ec-ffffe6e0a28d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fd03124d-bc77-43de-859a-bee01ba2fb8a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-fd03124d-bc77-43de-859a-bee01ba2fb8a .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;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-73c821a7-867a-4dd5-b097-d32e92400d9f {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-05f5763e-7d20-42b6-97d2-e644a041daea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-a4249253-30eb-4858-84c3-e6b200a5b90a {
  text-align: center;
}




  #s-a4249253-30eb-4858-84c3-e6b200a5b90a img.shogun-image {
    
    width: px;
  }


#s-a4249253-30eb-4858-84c3-e6b200a5b90a .shogun-image-content {
  
    align-items: center;
  
}

#s-10547d0a-4f52-4489-b03a-e0d4ef1d34ed {
  text-align: center;
}




  #s-10547d0a-4f52-4489-b03a-e0d4ef1d34ed img.shogun-image {
    
    width: px;
  }


#s-10547d0a-4f52-4489-b03a-e0d4ef1d34ed .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ff0cd311-2f51-4af0-aca9-ec7f1281494e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-650d3e16-932b-4f9a-a0d9-4f0421af9b7d {
  text-align: center;
}




  #s-650d3e16-932b-4f9a-a0d9-4f0421af9b7d img.shogun-image {
    
    width: px;
  }


#s-650d3e16-932b-4f9a-a0d9-4f0421af9b7d .shogun-image-content {
  
    align-items: center;
  
}

#s-926fb8d4-a920-446c-b576-c2141856bf75 {
  text-align: center;
}




  #s-926fb8d4-a920-446c-b576-c2141856bf75 img.shogun-image {
    
    width: px;
  }


#s-926fb8d4-a920-446c-b576-c2141856bf75 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e8f2af10-5788-4dae-b0cd-fdb76104bf63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-93cef0de-92f3-4d3e-a782-d787059dbd84 {
  text-align: center;
}




  #s-93cef0de-92f3-4d3e-a782-d787059dbd84 img.shogun-image {
    
    width: px;
  }


#s-93cef0de-92f3-4d3e-a782-d787059dbd84 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3848529-05dd-4df7-be53-f705c9486265 {
  text-align: center;
}




  #s-a3848529-05dd-4df7-be53-f705c9486265 img.shogun-image {
    
    width: px;
  }


#s-a3848529-05dd-4df7-be53-f705c9486265 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0874d70e-ab31-4679-9ec6-10700389a56d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-33645f57-0a67-435c-a889-1938d97b7db1 {
  text-align: center;
}




  #s-33645f57-0a67-435c-a889-1938d97b7db1 img.shogun-image {
    
    width: px;
  }


#s-33645f57-0a67-435c-a889-1938d97b7db1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c99b5cf8-65bf-4f3b-99b9-7977067097ab {
  text-align: center;
}




  #s-c99b5cf8-65bf-4f3b-99b9-7977067097ab img.shogun-image {
    
    width: px;
  }


#s-c99b5cf8-65bf-4f3b-99b9-7977067097ab .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1ef7c97b-0952-43be-b695-bd4a4ebe5577"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-46819e7c-9291-4776-b188-899bf85c2295 {
  text-align: center;
}




  #s-46819e7c-9291-4776-b188-899bf85c2295 img.shogun-image {
    
    width: px;
  }


#s-46819e7c-9291-4776-b188-899bf85c2295 .shogun-image-content {
  
    align-items: center;
  
}

#s-441282ef-38c0-4258-b51c-69d41fbb7ce0 {
  text-align: center;
}




  #s-441282ef-38c0-4258-b51c-69d41fbb7ce0 img.shogun-image {
    
    width: px;
  }


#s-441282ef-38c0-4258-b51c-69d41fbb7ce0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a7d98434-094c-47e3-8de4-2529b5dac33a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-208584d9-112a-4a0d-ae54-50f12544a73b {
  text-align: center;
}




  #s-208584d9-112a-4a0d-ae54-50f12544a73b img.shogun-image {
    
    width: px;
  }


#s-208584d9-112a-4a0d-ae54-50f12544a73b .shogun-image-content {
  
    align-items: center;
  
}

#s-8e8307a5-004e-4df9-aea2-b6949fa7d921 {
  text-align: center;
}




  #s-8e8307a5-004e-4df9-aea2-b6949fa7d921 img.shogun-image {
    
    width: px;
  }


#s-8e8307a5-004e-4df9-aea2-b6949fa7d921 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0c9c3834-f602-4f43-b802-acb48ca9741b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-c7b3f5c7-6f20-45b9-8b20-c8cfd8b5cf61 {
  text-align: center;
}




  #s-c7b3f5c7-6f20-45b9-8b20-c8cfd8b5cf61 img.shogun-image {
    
    width: px;
  }


#s-c7b3f5c7-6f20-45b9-8b20-c8cfd8b5cf61 .shogun-image-content {
  
    align-items: center;
  
}

#s-bec386b6-e22c-4d75-bfe5-0748f8876ec0 {
  text-align: center;
}




  #s-bec386b6-e22c-4d75-bfe5-0748f8876ec0 img.shogun-image {
    
    width: px;
  }


#s-bec386b6-e22c-4d75-bfe5-0748f8876ec0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-88740113-a02e-4d5b-bf62-0141a19b5dc1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-1c5a4ca3-83a9-4fa5-8a65-04527b17a607 {
  text-align: center;
}




  #s-1c5a4ca3-83a9-4fa5-8a65-04527b17a607 img.shogun-image {
    
    width: px;
  }


#s-1c5a4ca3-83a9-4fa5-8a65-04527b17a607 .shogun-image-content {
  
    align-items: center;
  
}

#s-08aef333-5a57-4bfb-aa09-b2770f339f3c {
  text-align: center;
}




  #s-08aef333-5a57-4bfb-aa09-b2770f339f3c img.shogun-image {
    
    width: px;
  }


#s-08aef333-5a57-4bfb-aa09-b2770f339f3c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-860775ea-0250-4e79-9395-f14ad6a36476"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-1c0ff961-90e0-4f70-b6cd-b586805342e1 {
  text-align: center;
}




  #s-1c0ff961-90e0-4f70-b6cd-b586805342e1 img.shogun-image {
    
    width: px;
  }


#s-1c0ff961-90e0-4f70-b6cd-b586805342e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2e44e14-4de9-49bf-b7ac-d13e17627c69 {
  text-align: center;
}




  #s-e2e44e14-4de9-49bf-b7ac-d13e17627c69 img.shogun-image {
    
    width: px;
  }


#s-e2e44e14-4de9-49bf-b7ac-d13e17627c69 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c77fc409-bc32-4c4e-8c1b-6ca425ff079b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-da9af772-0119-4842-bc6c-03bf834d59b0 {
  text-align: center;
}




  #s-da9af772-0119-4842-bc6c-03bf834d59b0 img.shogun-image {
    
    width: px;
  }


#s-da9af772-0119-4842-bc6c-03bf834d59b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca6caeeb-97e2-409d-9fec-042517a70ecb {
  text-align: center;
}




  #s-ca6caeeb-97e2-409d-9fec-042517a70ecb img.shogun-image {
    
    width: px;
  }


#s-ca6caeeb-97e2-409d-9fec-042517a70ecb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1f7b2b48-5087-4f7b-9e45-901ba13deea7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-b52f6b22-ef82-40a3-a242-de87fb231d84 {
  text-align: center;
}




  #s-b52f6b22-ef82-40a3-a242-de87fb231d84 img.shogun-image {
    
    width: px;
  }


#s-b52f6b22-ef82-40a3-a242-de87fb231d84 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7823fc8-8a66-4b63-8fe4-33f4ff85fe60 {
  text-align: center;
}




  #s-f7823fc8-8a66-4b63-8fe4-33f4ff85fe60 img.shogun-image {
    
    width: px;
  }


#s-f7823fc8-8a66-4b63-8fe4-33f4ff85fe60 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-200b0027-40c3-4cc7-9cde-fe2d55258a4c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-8f47538f-4e69-4d09-870d-4d31c89eb101 {
  text-align: center;
}




  #s-8f47538f-4e69-4d09-870d-4d31c89eb101 img.shogun-image {
    
    width: px;
  }


#s-8f47538f-4e69-4d09-870d-4d31c89eb101 .shogun-image-content {
  
    align-items: center;
  
}

#s-28544957-72e5-4a0b-8e5e-3be9688da1e3 {
  text-align: center;
}




  #s-28544957-72e5-4a0b-8e5e-3be9688da1e3 img.shogun-image {
    
    width: px;
  }


#s-28544957-72e5-4a0b-8e5e-3be9688da1e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-1534a722-00fd-4594-82ef-00c6e199d381 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-1534a722-00fd-4594-82ef-00c6e199d381 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-409a2155-40c5-4961-9c70-761b0974e574 {
  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-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-40797926-0ebb-4e18-8d98-e3027ec3a318"] > .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-781d62cb-2dbc-4328-ad67-15fb9700e12f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-781d62cb-2dbc-4328-ad67-15fb9700e12f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-781d62cb-2dbc-4328-ad67-15fb9700e12f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-781d62cb-2dbc-4328-ad67-15fb9700e12f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-781d62cb-2dbc-4328-ad67-15fb9700e12f > .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-781d62cb-2dbc-4328-ad67-15fb9700e12f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6261c71b-87b4-4395-a1b6-72087eb30f76 {
  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-6261c71b-87b4-4395-a1b6-72087eb30f76 img.shogun-image {
    
    width: px;
  }


#s-6261c71b-87b4-4395-a1b6-72087eb30f76 .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-34df759f-a2f4-4bf8-bcc9-d37ff9504ab1 {
  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-34df759f-a2f4-4bf8-bcc9-d37ff9504ab1: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-34df759f-a2f4-4bf8-bcc9-d37ff9504ab1: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-34df759f-a2f4-4bf8-bcc9-d37ff9504ab1.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-95882058-79c7-42c6-b9f9-cbc622eb649f {
  min-height: 50px;
}








#s-95882058-79c7-42c6-b9f9-cbc622eb649f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95882058-79c7-42c6-b9f9-cbc622eb649f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9d393df7-5afb-45de-9d59-3218717919d5 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-9d393df7-5afb-45de-9d59-3218717919d5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-de60373b-d5ac-458b-9522-1c0e3ce037f7 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
min-height: 50px;
}








#s-de60373b-d5ac-458b-9522-1c0e3ce037f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de60373b-d5ac-458b-9522-1c0e3ce037f7.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ee574eb-1db5-4c0f-8c39-f0669686d74b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9b577cda-efbe-4c3f-afad-29b99b5ed94f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9b577cda-efbe-4c3f-afad-29b99b5ed94f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ae23c395-20ea-445d-b712-38890bc8d692 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ae23c395-20ea-445d-b712-38890bc8d692 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ae23c395-20ea-445d-b712-38890bc8d692 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ae23c395-20ea-445d-b712-38890bc8d692 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-ae23c395-20ea-445d-b712-38890bc8d692 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ae23c395-20ea-445d-b712-38890bc8d692 > .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-ae23c395-20ea-445d-b712-38890bc8d692 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-934fe865-1f7f-4067-8615-3c8f7b8414cc {
  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-05eda399-c5bc-43a5-8de2-ea73e222b8b3 {
  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-0d7ed94e-b09c-4335-b8d7-55cb627ea5eb {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
min-height: 50px;
}








#s-0d7ed94e-b09c-4335-b8d7-55cb627ea5eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d7ed94e-b09c-4335-b8d7-55cb627ea5eb.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2bbc96fe-c87b-40fb-87fb-b4a7dcb01f18"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ce5ad6ea-0ad6-4be8-bd1e-aacbefd93980 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ce5ad6ea-0ad6-4be8-bd1e-aacbefd93980 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cc284023-96dd-42e2-b8da-b396f177b62e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-cc284023-96dd-42e2-b8da-b396f177b62e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cc284023-96dd-42e2-b8da-b396f177b62e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-cc284023-96dd-42e2-b8da-b396f177b62e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-cc284023-96dd-42e2-b8da-b396f177b62e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cc284023-96dd-42e2-b8da-b396f177b62e > .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-cc284023-96dd-42e2-b8da-b396f177b62e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f3a50553-f250-4fb1-81a5-ed0d3c3c92d2 {
  min-height: 50px;
}








#s-f3a50553-f250-4fb1-81a5-ed0d3c3c92d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3a50553-f250-4fb1-81a5-ed0d3c3c92d2.shg-box.shg-c {
  justify-content: center;
}

#s-080290fc-b07f-4935-9a35-8d9addff2a92 {
  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-080290fc-b07f-4935-9a35-8d9addff2a92 > .shg-box-overlay {
  background-color: rgba(252, 252, 252, 1);
  opacity: 0.4;
}#s-080290fc-b07f-4935-9a35-8d9addff2a92.shg-box.shg-c {
  justify-content: flex-start;
}

#s-68341d8f-4ad2-46f8-9d20-8ebb37dcc1ef {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68341d8f-4ad2-46f8-9d20-8ebb37dcc1ef .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-863986c9-2701-4243-9bd0-a25cbe96f096 {
  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-018de451-e2bd-43e6-8e5a-bb754878420c {
  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-018de451-e2bd-43e6-8e5a-bb754878420c: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-018de451-e2bd-43e6-8e5a-bb754878420c: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-018de451-e2bd-43e6-8e5a-bb754878420c.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 20px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
