.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-40444bdf-5c24-4ff9-845b-1c2afefe36a4 {
  min-height: 50px;
}








#s-40444bdf-5c24-4ff9-845b-1c2afefe36a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40444bdf-5c24-4ff9-845b-1c2afefe36a4.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-268b773e-78d1-4482-a8f7-3f6954b4174f {
  margin-top: 15px;
margin-bottom: 30px;
text-align: left;
}

#s-268b773e-78d1-4482-a8f7-3f6954b4174f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-268b773e-78d1-4482-a8f7-3f6954b4174f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
.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-c9ba7ae2-45c5-4c24-9938-4c0c639935c1 {
  margin-bottom: 20px;
}

#s-1572b062-5a6c-4348-885c-d5034ad19b7a {
  margin-bottom: 20px;
min-height: 50px;
}








#s-1572b062-5a6c-4348-885c-d5034ad19b7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1572b062-5a6c-4348-885c-d5034ad19b7a.shg-box.shg-c {
  justify-content: center;
}

#s-b9c24251-aacf-453e-9656-0ef4b15599a9 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-b9c24251-aacf-453e-9656-0ef4b15599a9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

@media (min-width: 0px) {
[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0429e32f-fbd6-465a-9758-175dd196f4c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

.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-a7b0e4d2-fbdd-4c7e-add0-07ef0d05ea9b {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-a7b0e4d2-fbdd-4c7e-add0-07ef0d05ea9b img.shogun-image {
    
    width: px;
  }


#s-a7b0e4d2-fbdd-4c7e-add0-07ef0d05ea9b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f0b46d9b-8480-4ecb-a0af-c17a4ea79112 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-89eec8c4-95b3-4b71-a90f-0d7fa4c5426e {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-89eec8c4-95b3-4b71-a90f-0d7fa4c5426e img.shogun-image {
    
    width: px;
  }


#s-89eec8c4-95b3-4b71-a90f-0d7fa4c5426e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d8b37d1b-9200-4fdb-89eb-4b2aa8ddad58 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-901c3916-44e1-47a8-a487-931a35df6cf0 {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-901c3916-44e1-47a8-a487-931a35df6cf0 img.shogun-image {
    
    width: px;
  }


#s-901c3916-44e1-47a8-a487-931a35df6cf0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-bed7c085-05bd-466c-a0ea-2f8370d58d3c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-4e2ecda8-c088-4ab5-8202-ad9e2747be05 {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-4e2ecda8-c088-4ab5-8202-ad9e2747be05 img.shogun-image {
    
    width: px;
  }


#s-4e2ecda8-c088-4ab5-8202-ad9e2747be05 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-084c0544-51dc-48eb-8e3d-66cabcf6f34d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-484fc0a7-d520-4387-a68b-0ae998ff65be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-a55b7a78-bdf3-4ed2-be8c-da0ebe436dc0 {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-a55b7a78-bdf3-4ed2-be8c-da0ebe436dc0 img.shogun-image {
    
    width: px;
  }


#s-a55b7a78-bdf3-4ed2-be8c-da0ebe436dc0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-85b47ffd-2c7f-4cc5-b1a7-adfed45d58f8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-3a674cc9-ea20-49c4-b033-347e23147ab7 {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-3a674cc9-ea20-49c4-b033-347e23147ab7 img.shogun-image {
    
    width: px;
  }


#s-3a674cc9-ea20-49c4-b033-347e23147ab7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-656a7a2c-174c-4c83-bee5-55ada5adbc62 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-10e1b60b-96af-4339-8d47-fc7adebfd994 {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-10e1b60b-96af-4339-8d47-fc7adebfd994 img.shogun-image {
    
    width: px;
  }


#s-10e1b60b-96af-4339-8d47-fc7adebfd994 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-feafe3a2-dcf8-4b97-80b5-ab0e84d1a3f5 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-00bdbdc7-ff6e-47da-bf60-ae9a76245e1b {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-00bdbdc7-ff6e-47da-bf60-ae9a76245e1b img.shogun-image {
    
    width: px;
  }


#s-00bdbdc7-ff6e-47da-bf60-ae9a76245e1b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e3e54296-d15f-41b5-9ace-c9dce44a3b68 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-a8380698-2872-4cc6-a617-997b9a5384bf {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a8380698-2872-4cc6-a617-997b9a5384bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9202999d-7bdd-4ed1-86d7-a8e876767c6d {
  margin-bottom: 20px;
text-align: center;
}




  #s-9202999d-7bdd-4ed1-86d7-a8e876767c6d img.shogun-image {
    
    width: px;
  }


#s-9202999d-7bdd-4ed1-86d7-a8e876767c6d .shogun-image-content {
  
    align-items: center;
  
}

#s-0bf7665e-1d80-4be2-a0a2-73a83610b9ed {
  margin-bottom: 20px;
}

#s-91b9c1af-19f9-4d1d-9884-c9c317a24128 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-91b9c1af-19f9-4d1d-9884-c9c317a24128 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b11788c-64dd-43f2-82f0-3f5310572716"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d0336644-bed0-4084-b121-94b5fd4d6a1a {
  text-align: center;
}
@media (min-width: 1200px){#s-d0336644-bed0-4084-b121-94b5fd4d6a1a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0336644-bed0-4084-b121-94b5fd4d6a1a {
  
}
}@media (max-width: 767px){#s-d0336644-bed0-4084-b121-94b5fd4d6a1a {
  display: none;
}
#s-d0336644-bed0-4084-b121-94b5fd4d6a1a, #wrap-s-d0336644-bed0-4084-b121-94b5fd4d6a1a { display:none !important; }}



  #s-d0336644-bed0-4084-b121-94b5fd4d6a1a img.shogun-image {
    
    width: px;
  }


#s-d0336644-bed0-4084-b121-94b5fd4d6a1a .shogun-image-content {
  
    align-items: center;
  
}

#s-b908bdaa-e7a7-43d9-9e68-a6ee774b71f9 {
  text-align: center;
}
@media (max-width: 767px){#s-b908bdaa-e7a7-43d9-9e68-a6ee774b71f9 {
  display: none;
}
#s-b908bdaa-e7a7-43d9-9e68-a6ee774b71f9, #wrap-s-b908bdaa-e7a7-43d9-9e68-a6ee774b71f9 { display:none !important; }}



  #s-b908bdaa-e7a7-43d9-9e68-a6ee774b71f9 img.shogun-image {
    
    width: px;
  }


#s-b908bdaa-e7a7-43d9-9e68-a6ee774b71f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-dcd702aa-91a6-4efa-8941-2c64db8c8160 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-dcd702aa-91a6-4efa-8941-2c64db8c8160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcd702aa-91a6-4efa-8941-2c64db8c8160.shg-box.shg-c {
  justify-content: center;
}

#s-9c153db4-264d-4c2a-9fe9-61f5e9fd0f48 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-9c153db4-264d-4c2a-9fe9-61f5e9fd0f48 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-866212a4-724d-40a1-96dc-a5a5bf0eca4e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-5f49a20e-9c38-4910-8564-43d9a41674b4 {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
opacity: 1;
}





#s-5f49a20e-9c38-4910-8564-43d9a41674b4 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-15be2f8e-0c96-426d-8213-09b605535311 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-195d17ca-1e9e-4fe4-913a-10801af5d4de {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
opacity: 1;
}





#s-195d17ca-1e9e-4fe4-913a-10801af5d4de .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2fcea72f-712e-4ac4-84a4-88c3dc345192 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-f2ad0eb2-afa9-48b0-947e-50454e240716 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f2ad0eb2-afa9-48b0-947e-50454e240716"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-df5dd434-542f-459b-b6cd-a5ad0338169a {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
opacity: 1;
}





#s-df5dd434-542f-459b-b6cd-a5ad0338169a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0146759a-ab9a-4fc9-b98b-ab64bc8c87cd {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-ec2d2225-5333-4942-9f80-6965360a503c {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
opacity: 1;
}





#s-ec2d2225-5333-4942-9f80-6965360a503c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e4b2e19f-6a10-4515-b688-bc135fee01f0 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-08710f8b-522c-417b-aee6-395cd316eb4b {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-08710f8b-522c-417b-aee6-395cd316eb4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-23999037-c1cd-4b12-bd23-28c923f25899 {
  margin-bottom: 20px;
text-align: center;
}




  #s-23999037-c1cd-4b12-bd23-28c923f25899 img.shogun-image {
    
    width: px;
  }


#s-23999037-c1cd-4b12-bd23-28c923f25899 .shogun-image-content {
  
    align-items: center;
  
}

#s-669ed472-90fa-4b68-b0d3-2eaf5dde3415 {
  margin-bottom: 20px;
}

#s-7202a2f4-2030-4780-bfe2-7d762757c879 {
  text-align: center;
}
@media (min-width: 1200px){#s-7202a2f4-2030-4780-bfe2-7d762757c879 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7202a2f4-2030-4780-bfe2-7d762757c879 {
  
}
}@media (max-width: 767px){#s-7202a2f4-2030-4780-bfe2-7d762757c879 {
  display: none;
}
#s-7202a2f4-2030-4780-bfe2-7d762757c879, #wrap-s-7202a2f4-2030-4780-bfe2-7d762757c879 { display:none !important; }}



  #s-7202a2f4-2030-4780-bfe2-7d762757c879 img.shogun-image {
    
    width: px;
  }


#s-7202a2f4-2030-4780-bfe2-7d762757c879 .shogun-image-content {
  
    align-items: center;
  
}

#s-75e036fb-39b7-4802-bda3-72a16a166947 {
  text-align: center;
}
@media (max-width: 767px){#s-75e036fb-39b7-4802-bda3-72a16a166947 {
  display: none;
}
#s-75e036fb-39b7-4802-bda3-72a16a166947, #wrap-s-75e036fb-39b7-4802-bda3-72a16a166947 { display:none !important; }}



  #s-75e036fb-39b7-4802-bda3-72a16a166947 img.shogun-image {
    
    width: px;
  }


#s-75e036fb-39b7-4802-bda3-72a16a166947 .shogun-image-content {
  
    align-items: center;
  
}

#s-979eea4d-9626-4595-9703-64d76adf4233 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-979eea4d-9626-4595-9703-64d76adf4233 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-979eea4d-9626-4595-9703-64d76adf4233.shg-box.shg-c {
  justify-content: center;
}

#s-f5f8e539-a959-418a-b8c0-3a32e5b33c3f {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-f5f8e539-a959-418a-b8c0-3a32e5b33c3f .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-45e74d2c-4fc9-4bde-b837-eb932fd53116 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-45e74d2c-4fc9-4bde-b837-eb932fd53116"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-5ca7672b-c4cd-4a32-84b3-64140f71190e {
  margin-bottom: 10px;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-b7d0c7af-cd18-49bc-9595-a076caf4a2b1 {
  margin-bottom: 10px;
}

#s-ec63581d-275e-4efb-af0a-353ba54317ac {
  margin-bottom: 10px;
}

#s-ccd2b609-8d23-40a4-a19c-989c2706c38d {
  margin-bottom: 10px;
}

#s-dad0defe-b8a6-4cac-836b-5802bd9268c0 {
  margin-bottom: 10px;
}

#s-8d2e2b8e-c621-4359-85f7-35f2febcd190 {
  margin-bottom: 10px;
}

#s-69883824-ec74-4b3f-b346-ec2ceda9cff8 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69883824-ec74-4b3f-b346-ec2ceda9cff8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-34bb6cbb-f789-46fc-936d-014588c65d2e {
  margin-bottom: 20px;
text-align: center;
}




  #s-34bb6cbb-f789-46fc-936d-014588c65d2e img.shogun-image {
    
    width: px;
  }


#s-34bb6cbb-f789-46fc-936d-014588c65d2e .shogun-image-content {
  
    align-items: center;
  
}

#s-964dfae9-caa8-477d-9df7-c685526144a3 {
  margin-bottom: 20px;
}

#s-cf076ff7-acca-4c61-aa4c-0cd628b020a6 {
  text-align: center;
}
@media (min-width: 1200px){#s-cf076ff7-acca-4c61-aa4c-0cd628b020a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf076ff7-acca-4c61-aa4c-0cd628b020a6 {
  
}
}@media (max-width: 767px){#s-cf076ff7-acca-4c61-aa4c-0cd628b020a6 {
  display: none;
}
#s-cf076ff7-acca-4c61-aa4c-0cd628b020a6, #wrap-s-cf076ff7-acca-4c61-aa4c-0cd628b020a6 { display:none !important; }}



  #s-cf076ff7-acca-4c61-aa4c-0cd628b020a6 img.shogun-image {
    
    width: px;
  }


#s-cf076ff7-acca-4c61-aa4c-0cd628b020a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e9f61ff-9dad-47b2-8dae-f78980466027 {
  text-align: center;
}
@media (max-width: 767px){#s-2e9f61ff-9dad-47b2-8dae-f78980466027 {
  display: none;
}
#s-2e9f61ff-9dad-47b2-8dae-f78980466027, #wrap-s-2e9f61ff-9dad-47b2-8dae-f78980466027 { display:none !important; }}



  #s-2e9f61ff-9dad-47b2-8dae-f78980466027 img.shogun-image {
    
    width: px;
  }


#s-2e9f61ff-9dad-47b2-8dae-f78980466027 .shogun-image-content {
  
    align-items: center;
  
}

#s-778fbbb1-4c3f-4f8d-b73c-119bc1ea8125 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-778fbbb1-4c3f-4f8d-b73c-119bc1ea8125 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-778fbbb1-4c3f-4f8d-b73c-119bc1ea8125.shg-box.shg-c {
  justify-content: center;
}

#s-8c386adb-0dc5-409e-aaf9-d3e409635d38 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-8c386adb-0dc5-409e-aaf9-d3e409635d38 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a40663d3-b049-4329-aa7e-fc7ebfae6abf {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-46f1d83c-b771-4c5d-b9ca-7cca250856fe {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-46f1d83c-b771-4c5d-b9ca-7cca250856fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ae8e8cc8-eac3-4f3c-ad14-d2f33372a103 {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 0.96;
}




  #s-ae8e8cc8-eac3-4f3c-ad14-d2f33372a103 img.shogun-image {
    
    width: px;
  }


#s-ae8e8cc8-eac3-4f3c-ad14-d2f33372a103 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c4bab708-0c83-49b5-8aa0-955e0620afd6 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-f558805d-5156-4025-92ce-19ed6330b5dd {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-f558805d-5156-4025-92ce-19ed6330b5dd img.shogun-image {
    
    width: px;
  }


#s-f558805d-5156-4025-92ce-19ed6330b5dd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7bb4554c-5590-4032-9d9a-6d9a4665d61a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-9f9bb51f-bb13-43a8-a37a-b9fa828003ad {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6d14710c-1b16-4416-8e4d-e13c8ec43eaa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-6d54a3f5-3773-41aa-9a6f-d5148f42c5d8 {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 0.96;
}




  #s-6d54a3f5-3773-41aa-9a6f-d5148f42c5d8 img.shogun-image {
    
    width: px;
  }


#s-6d54a3f5-3773-41aa-9a6f-d5148f42c5d8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-fc789217-98a4-4d45-8273-bf284e71e5b0 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-d910ca68-5924-4f6b-9517-8d1d1cb1b20f {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-d910ca68-5924-4f6b-9517-8d1d1cb1b20f img.shogun-image {
    
    width: px;
  }


#s-d910ca68-5924-4f6b-9517-8d1d1cb1b20f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1efbe22a-2f98-4d5a-aaf1-e27d3c044df7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-24658212-e21e-496b-9292-fb32dec9e919 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-24658212-e21e-496b-9292-fb32dec9e919"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4e1603ae-851a-4497-87ea-ba2db99a2494 {
  margin-bottom: 20px;
text-align: center;
}




  #s-4e1603ae-851a-4497-87ea-ba2db99a2494 img.shogun-image {
    
    width: px;
  }


#s-4e1603ae-851a-4497-87ea-ba2db99a2494 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5e3a733-8ae2-4669-99b8-d855cc90fe47 {
  margin-bottom: 20px;
}

#s-f125d71d-8591-4853-ab5f-50bde48b9248 {
  text-align: center;
}
@media (min-width: 1200px){#s-f125d71d-8591-4853-ab5f-50bde48b9248 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f125d71d-8591-4853-ab5f-50bde48b9248 {
  
}
}@media (max-width: 767px){#s-f125d71d-8591-4853-ab5f-50bde48b9248 {
  display: none;
}
#s-f125d71d-8591-4853-ab5f-50bde48b9248, #wrap-s-f125d71d-8591-4853-ab5f-50bde48b9248 { display:none !important; }}



  #s-f125d71d-8591-4853-ab5f-50bde48b9248 img.shogun-image {
    
    width: px;
  }


#s-f125d71d-8591-4853-ab5f-50bde48b9248 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3768f3c-c064-40d2-a0bb-37ab51077ed1 {
  text-align: center;
}
@media (max-width: 767px){#s-c3768f3c-c064-40d2-a0bb-37ab51077ed1 {
  display: none;
}
#s-c3768f3c-c064-40d2-a0bb-37ab51077ed1, #wrap-s-c3768f3c-c064-40d2-a0bb-37ab51077ed1 { display:none !important; }}



  #s-c3768f3c-c064-40d2-a0bb-37ab51077ed1 img.shogun-image {
    
    width: px;
  }


#s-c3768f3c-c064-40d2-a0bb-37ab51077ed1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f39d0f4-fb6e-4f69-8d3f-c1af81e4e4e3 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-4f39d0f4-fb6e-4f69-8d3f-c1af81e4e4e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f39d0f4-fb6e-4f69-8d3f-c1af81e4e4e3.shg-box.shg-c {
  justify-content: center;
}

#s-28493294-ae8b-4539-b4ed-cdc6d2426a63 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-28493294-ae8b-4539-b4ed-cdc6d2426a63 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-5b21b349-ae53-4aba-a9c9-22d7d27e66de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-c6a2a138-cc8c-4c62-8717-03749955aa53 {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-c6a2a138-cc8c-4c62-8717-03749955aa53 img.shogun-image {
    
    width: px;
  }


#s-c6a2a138-cc8c-4c62-8717-03749955aa53 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-707b2676-73b8-410f-a652-01aa3c6ba884 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-975736dd-c340-44f5-9b48-bc24d779e7fb {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-975736dd-c340-44f5-9b48-bc24d779e7fb img.shogun-image {
    
    width: px;
  }


#s-975736dd-c340-44f5-9b48-bc24d779e7fb .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6e93cf99-b6b6-4c61-a978-cf29e0e1c5b4 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-18b95ba1-cd3a-43d1-9c03-77f772a904ac {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-18b95ba1-cd3a-43d1-9c03-77f772a904ac img.shogun-image {
    
    width: px;
  }


#s-18b95ba1-cd3a-43d1-9c03-77f772a904ac .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d106b158-dcb1-4629-8d4d-81961ed5e309 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-52cd024e-1b8b-4b13-8adc-74da91705257 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-52cd024e-1b8b-4b13-8adc-74da91705257"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-536e3f2a-d969-4057-a12a-a798a7bc9a23 {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-536e3f2a-d969-4057-a12a-a798a7bc9a23 img.shogun-image {
    
    width: px;
  }


#s-536e3f2a-d969-4057-a12a-a798a7bc9a23 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-13dd560f-18d4-415f-8ff8-5da83e47879e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-abd0d3cd-e463-4adf-a984-96b2790418bc {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-abd0d3cd-e463-4adf-a984-96b2790418bc img.shogun-image {
    
    width: px;
  }


#s-abd0d3cd-e463-4adf-a984-96b2790418bc .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-594d5ab7-80a1-4417-9c80-ac5f537745fb {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-9a3a143f-5d56-4005-b974-59f8b75d8f16 {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-9a3a143f-5d56-4005-b974-59f8b75d8f16 img.shogun-image {
    
    width: px;
  }


#s-9a3a143f-5d56-4005-b974-59f8b75d8f16 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a22385ee-0376-47fb-8c36-75f1c2404570 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-478af549-58c8-4c14-8643-ae84e0bc8212 {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
opacity: 1;
}




  #s-478af549-58c8-4c14-8643-ae84e0bc8212 img.shogun-image {
    
    width: px;
  }


#s-478af549-58c8-4c14-8643-ae84e0bc8212 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-809d65a5-7d9d-41db-b478-df47808b5afe {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-f4a59afd-c4a0-4743-abb3-02010870e670 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f4a59afd-c4a0-4743-abb3-02010870e670"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f228c2ca-8715-465d-b1f0-fb31bab16716 {
  margin-bottom: 20px;
text-align: center;
}




  #s-f228c2ca-8715-465d-b1f0-fb31bab16716 img.shogun-image {
    
    width: px;
  }


#s-f228c2ca-8715-465d-b1f0-fb31bab16716 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bec22cd-5523-453d-90a7-57767f42bd3c {
  margin-bottom: 20px;
}

#s-ada16a4e-979e-410c-b330-f21c54ef52a6 {
  text-align: center;
}
@media (min-width: 1200px){#s-ada16a4e-979e-410c-b330-f21c54ef52a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ada16a4e-979e-410c-b330-f21c54ef52a6 {
  
}
}@media (max-width: 767px){#s-ada16a4e-979e-410c-b330-f21c54ef52a6 {
  display: none;
}
#s-ada16a4e-979e-410c-b330-f21c54ef52a6, #wrap-s-ada16a4e-979e-410c-b330-f21c54ef52a6 { display:none !important; }}



  #s-ada16a4e-979e-410c-b330-f21c54ef52a6 img.shogun-image {
    
    width: px;
  }


#s-ada16a4e-979e-410c-b330-f21c54ef52a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e22d8bda-1177-4a61-86d8-c460cc791d6d {
  text-align: center;
}
@media (max-width: 767px){#s-e22d8bda-1177-4a61-86d8-c460cc791d6d {
  display: none;
}
#s-e22d8bda-1177-4a61-86d8-c460cc791d6d, #wrap-s-e22d8bda-1177-4a61-86d8-c460cc791d6d { display:none !important; }}



  #s-e22d8bda-1177-4a61-86d8-c460cc791d6d img.shogun-image {
    
    width: px;
  }


#s-e22d8bda-1177-4a61-86d8-c460cc791d6d .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}