.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-656b961c-c8b0-41d3-a9b3-ca3a4cc9a3e4 {
  min-height: 50px;
}








#s-656b961c-c8b0-41d3-a9b3-ca3a4cc9a3e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-656b961c-c8b0-41d3-a9b3-ca3a4cc9a3e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-d4ae2838-4b16-4b14-9bd8-a38ad765ecc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4ae2838-4b16-4b14-9bd8-a38ad765ecc0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4ae2838-4b16-4b14-9bd8-a38ad765ecc0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d4ae2838-4b16-4b14-9bd8-a38ad765ecc0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4ae2838-4b16-4b14-9bd8-a38ad765ecc0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4ae2838-4b16-4b14-9bd8-a38ad765ecc0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4ae2838-4b16-4b14-9bd8-a38ad765ecc0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-f75ccc94-ea59-47cd-a6b3-eaa32142a623 {
  margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f75ccc94-ea59-47cd-a6b3-eaa32142a623 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: 2px;
  
}



#s-29a8c9a0-d5b1-4cd7-9bdc-3237791d8d65 {
  min-height: 50px;
}








#s-29a8c9a0-d5b1-4cd7-9bdc-3237791d8d65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29a8c9a0-d5b1-4cd7-9bdc-3237791d8d65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-162cbeee-30f9-472e-9538-3b4a2ed7ab8f .shogun-icon-wrapper {
  text-align: center;
}


#s-162cbeee-30f9-472e-9538-3b4a2ed7ab8f .shogun-icon-wrapper > .shogun-icon {

  font-size: 46px !important;
  color: rgba(12, 57, 104, 1);
}

#s-e742d738-bc7a-4beb-8d85-791586433957 {
  min-height: 70px;
}








#s-e742d738-bc7a-4beb-8d85-791586433957 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e742d738-bc7a-4beb-8d85-791586433957.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73795630-4a3f-4350-871f-72acc4a92cfa {
  margin-left: 5px;
margin-right: 5px;
}

#s-b64ac1ab-2bce-4ffb-a7b8-f5613fee2650 {
  min-height: 50px;
}








#s-b64ac1ab-2bce-4ffb-a7b8-f5613fee2650 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b64ac1ab-2bce-4ffb-a7b8-f5613fee2650.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-77907b99-a075-4d30-b7ed-105f1aa2771b {
  min-height: 75px;
}








#s-77907b99-a075-4d30-b7ed-105f1aa2771b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77907b99-a075-4d30-b7ed-105f1aa2771b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-962be116-3e33-478d-ae3a-4b61272ea064 {
  margin-left: 5px;
margin-right: 5px;
}

#s-d9dfc809-e28a-44f9-a4af-e654d7e5312c {
  min-height: 50px;
}








#s-d9dfc809-e28a-44f9-a4af-e654d7e5312c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9dfc809-e28a-44f9-a4af-e654d7e5312c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76b319ab-569d-4573-b52d-be2a613e7a8e {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-76b319ab-569d-4573-b52d-be2a613e7a8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76b319ab-569d-4573-b52d-be2a613e7a8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-76b319ab-569d-4573-b52d-be2a613e7a8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-76b319ab-569d-4573-b52d-be2a613e7a8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-76b319ab-569d-4573-b52d-be2a613e7a8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-76b319ab-569d-4573-b52d-be2a613e7a8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-76b319ab-569d-4573-b52d-be2a613e7a8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-6ec8440b-3248-489e-83ec-84dc3b674b84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ec8440b-3248-489e-83ec-84dc3b674b84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ec8440b-3248-489e-83ec-84dc3b674b84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ec8440b-3248-489e-83ec-84dc3b674b84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0492dbb9-762c-4b38-aaed-433304a7de1a {
  min-height: 50px;
}








#s-0492dbb9-762c-4b38-aaed-433304a7de1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0492dbb9-762c-4b38-aaed-433304a7de1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-0743f2ac-370f-4598-a44c-ce328035bfef {
  text-align: center;
}







  #s-0743f2ac-370f-4598-a44c-ce328035bfef img.shogun-image {
    

    
    
    
  }


#s-0743f2ac-370f-4598-a44c-ce328035bfef .shogun-image-content {
  
    align-items: center;
  
}

#s-e0e90150-1ba6-4958-8fec-4579b9cfe6e8 {
  min-height: 50px;
}








#s-e0e90150-1ba6-4958-8fec-4579b9cfe6e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0e90150-1ba6-4958-8fec-4579b9cfe6e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-53639206-d4a4-406f-a1b3-91465696429a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53639206-d4a4-406f-a1b3-91465696429a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53639206-d4a4-406f-a1b3-91465696429a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53639206-d4a4-406f-a1b3-91465696429a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5682485a-3325-4b7e-9007-d89d070f057b {
  min-height: 50px;
}








#s-5682485a-3325-4b7e-9007-d89d070f057b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5682485a-3325-4b7e-9007-d89d070f057b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b49d1bb-86d1-4677-9429-dfff3324f2e3 {
  text-align: center;
}







  #s-8b49d1bb-86d1-4677-9429-dfff3324f2e3 img.shogun-image {
    

    
    
    
  }


#s-8b49d1bb-86d1-4677-9429-dfff3324f2e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-46f262fd-f32a-403d-92a4-ce50ee8fe0a2 {
  min-height: 50px;
}








#s-46f262fd-f32a-403d-92a4-ce50ee8fe0a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46f262fd-f32a-403d-92a4-ce50ee8fe0a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d813917e-9ce4-4702-b0c8-c1dc2a21caf9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d813917e-9ce4-4702-b0c8-c1dc2a21caf9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d813917e-9ce4-4702-b0c8-c1dc2a21caf9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d813917e-9ce4-4702-b0c8-c1dc2a21caf9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1458c3b3-694f-46e2-8052-7f6575bbf509 {
  min-height: 50px;
}








#s-1458c3b3-694f-46e2-8052-7f6575bbf509 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1458c3b3-694f-46e2-8052-7f6575bbf509.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c8db4b4-06b6-4ffe-ab88-468be51c2005 {
  text-align: center;
}







  #s-9c8db4b4-06b6-4ffe-ab88-468be51c2005 img.shogun-image {
    

    
    
    
  }


#s-9c8db4b4-06b6-4ffe-ab88-468be51c2005 .shogun-image-content {
  
    align-items: center;
  
}

#s-84fade0e-8baa-4d00-9464-aa02fa290b18 {
  min-height: 50px;
}








#s-84fade0e-8baa-4d00-9464-aa02fa290b18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84fade0e-8baa-4d00-9464-aa02fa290b18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2307e5ee-5e64-4677-9bc7-4a6b3c9f267c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2307e5ee-5e64-4677-9bc7-4a6b3c9f267c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2307e5ee-5e64-4677-9bc7-4a6b3c9f267c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2307e5ee-5e64-4677-9bc7-4a6b3c9f267c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-92508fd1-4685-4700-8fe0-bf3c9d8fd9bb {
  min-height: 50px;
}








#s-92508fd1-4685-4700-8fe0-bf3c9d8fd9bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92508fd1-4685-4700-8fe0-bf3c9d8fd9bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23ec1863-a08d-45c4-aa96-1abdd2909242 {
  text-align: center;
}







  #s-23ec1863-a08d-45c4-aa96-1abdd2909242 img.shogun-image {
    

    
    
    
  }


#s-23ec1863-a08d-45c4-aa96-1abdd2909242 .shogun-image-content {
  
    align-items: center;
  
}

#s-7dfd893c-8016-4f33-aca3-e703c14dc3d2 {
  min-height: 50px;
}








#s-7dfd893c-8016-4f33-aca3-e703c14dc3d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dfd893c-8016-4f33-aca3-e703c14dc3d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-90d55a60-882e-4e17-964d-c5487cbec66a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90d55a60-882e-4e17-964d-c5487cbec66a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90d55a60-882e-4e17-964d-c5487cbec66a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90d55a60-882e-4e17-964d-c5487cbec66a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-72bb3905-5256-4332-b086-e811166740a1 {
  min-height: 50px;
}








#s-72bb3905-5256-4332-b086-e811166740a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72bb3905-5256-4332-b086-e811166740a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fdfff1d-1c9e-42f3-a193-b8bd0db45293 {
  text-align: center;
}







  #s-9fdfff1d-1c9e-42f3-a193-b8bd0db45293 img.shogun-image {
    

    
    
    
  }


#s-9fdfff1d-1c9e-42f3-a193-b8bd0db45293 .shogun-image-content {
  
    align-items: center;
  
}

#s-f27a3630-4ee8-417e-ad20-a95aedc953f7 {
  min-height: 50px;
}








#s-f27a3630-4ee8-417e-ad20-a95aedc953f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f27a3630-4ee8-417e-ad20-a95aedc953f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9f948a7e-8c15-40fb-a4ab-5f21d8919f6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f948a7e-8c15-40fb-a4ab-5f21d8919f6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f948a7e-8c15-40fb-a4ab-5f21d8919f6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f948a7e-8c15-40fb-a4ab-5f21d8919f6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4378feef-01f5-4f36-8329-56f1e53b63da {
  min-height: 50px;
}








#s-4378feef-01f5-4f36-8329-56f1e53b63da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4378feef-01f5-4f36-8329-56f1e53b63da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2ed9f89-d4d0-4f5e-bb9e-7963d781a03b {
  text-align: center;
}







  #s-b2ed9f89-d4d0-4f5e-bb9e-7963d781a03b img.shogun-image {
    

    
    
    
  }


#s-b2ed9f89-d4d0-4f5e-bb9e-7963d781a03b .shogun-image-content {
  
    align-items: center;
  
}

#s-31cdef6b-6eed-4b89-8f5f-1e817056672f {
  min-height: 50px;
}








#s-31cdef6b-6eed-4b89-8f5f-1e817056672f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31cdef6b-6eed-4b89-8f5f-1e817056672f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f05bdc08-dea6-433f-ae8c-8271e87b27db {
  min-height: 50px;
}








#s-f05bdc08-dea6-433f-ae8c-8271e87b27db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f05bdc08-dea6-433f-ae8c-8271e87b27db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-241a89b7-b651-44d9-b099-93b1bc10af6c {
  margin-left: 5px;
margin-right: 5px;
}

#s-51137228-9556-49ef-a2f4-fc4fed3c28a0 {
  min-height: 50px;
}








#s-51137228-9556-49ef-a2f4-fc4fed3c28a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51137228-9556-49ef-a2f4-fc4fed3c28a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2461ae61-f54e-4f89-838e-04e533578209 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-2461ae61-f54e-4f89-838e-04e533578209"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2461ae61-f54e-4f89-838e-04e533578209"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2461ae61-f54e-4f89-838e-04e533578209"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2461ae61-f54e-4f89-838e-04e533578209"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2461ae61-f54e-4f89-838e-04e533578209"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2461ae61-f54e-4f89-838e-04e533578209"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2461ae61-f54e-4f89-838e-04e533578209"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-4a4bc493-d65c-469f-a539-de33d7f8182c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a4bc493-d65c-469f-a539-de33d7f8182c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a4bc493-d65c-469f-a539-de33d7f8182c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a4bc493-d65c-469f-a539-de33d7f8182c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-13a98814-571e-4658-ba36-220429a2e508 {
  min-height: 50px;
}








#s-13a98814-571e-4658-ba36-220429a2e508 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13a98814-571e-4658-ba36-220429a2e508.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34851e7c-79ca-4851-a20d-4d9a929688d7 {
  text-align: center;
}







  #s-34851e7c-79ca-4851-a20d-4d9a929688d7 img.shogun-image {
    

    
    
    
  }


#s-34851e7c-79ca-4851-a20d-4d9a929688d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2ba3dba-d5ce-49aa-86c6-02f0c96c9db5 {
  min-height: 50px;
}








#s-a2ba3dba-d5ce-49aa-86c6-02f0c96c9db5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2ba3dba-d5ce-49aa-86c6-02f0c96c9db5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c2c727b1-1d3d-4e6a-964e-ab6cc14dfd75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2c727b1-1d3d-4e6a-964e-ab6cc14dfd75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2c727b1-1d3d-4e6a-964e-ab6cc14dfd75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2c727b1-1d3d-4e6a-964e-ab6cc14dfd75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f2524fbd-df55-4047-820f-a00703249844 {
  min-height: 50px;
}








#s-f2524fbd-df55-4047-820f-a00703249844 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2524fbd-df55-4047-820f-a00703249844.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f091a542-f42d-4cd4-a802-6a86cd739476 {
  text-align: center;
}







  #s-f091a542-f42d-4cd4-a802-6a86cd739476 img.shogun-image {
    

    
    
    
  }


#s-f091a542-f42d-4cd4-a802-6a86cd739476 .shogun-image-content {
  
    align-items: center;
  
}

#s-444b718c-b023-456b-beb2-d32a1a38c8dd {
  min-height: 50px;
}








#s-444b718c-b023-456b-beb2-d32a1a38c8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-444b718c-b023-456b-beb2-d32a1a38c8dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a52215dc-da6a-406b-a221-f556ff1fed7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a52215dc-da6a-406b-a221-f556ff1fed7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a52215dc-da6a-406b-a221-f556ff1fed7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a52215dc-da6a-406b-a221-f556ff1fed7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9ea7a334-5cbe-4b13-987b-b3a241d973c0 {
  min-height: 50px;
}








#s-9ea7a334-5cbe-4b13-987b-b3a241d973c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ea7a334-5cbe-4b13-987b-b3a241d973c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22f571c5-aa46-4c50-9feb-9c5f2a1960c8 {
  max-width: 286px;
aspect-ratio: 286/190;
text-align: center;
}





  #s-22f571c5-aa46-4c50-9feb-9c5f2a1960c8 img.shogun-image,
  #s-22f571c5-aa46-4c50-9feb-9c5f2a1960c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22f571c5-aa46-4c50-9feb-9c5f2a1960c8 {
    width: 100%;
    height: auto;
  }



  #s-22f571c5-aa46-4c50-9feb-9c5f2a1960c8 img.shogun-image {
    

    
    
    
  }


#s-22f571c5-aa46-4c50-9feb-9c5f2a1960c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5806f49f-c138-46cd-bceb-fe016fac2a06 {
  min-height: 50px;
}








#s-5806f49f-c138-46cd-bceb-fe016fac2a06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5806f49f-c138-46cd-bceb-fe016fac2a06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-246f5a26-d43b-40d6-8837-8156939a57b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-246f5a26-d43b-40d6-8837-8156939a57b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-246f5a26-d43b-40d6-8837-8156939a57b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-246f5a26-d43b-40d6-8837-8156939a57b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e58b5b40-709b-49f8-9b1d-aafb93794755 {
  min-height: 50px;
}








#s-e58b5b40-709b-49f8-9b1d-aafb93794755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e58b5b40-709b-49f8-9b1d-aafb93794755.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7182a3f7-d717-4a5d-8d66-c91c1439bbd5 {
  text-align: center;
}







  #s-7182a3f7-d717-4a5d-8d66-c91c1439bbd5 img.shogun-image {
    

    
    
    
  }


#s-7182a3f7-d717-4a5d-8d66-c91c1439bbd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1046e0e-6fc8-4aa2-9bb4-a62139b7d1ae {
  min-height: 50px;
}








#s-c1046e0e-6fc8-4aa2-9bb4-a62139b7d1ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1046e0e-6fc8-4aa2-9bb4-a62139b7d1ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0ea1ab56-2690-490d-b33b-32ec15304c62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ea1ab56-2690-490d-b33b-32ec15304c62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ea1ab56-2690-490d-b33b-32ec15304c62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ea1ab56-2690-490d-b33b-32ec15304c62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0e90ce22-277a-4ee3-921a-ebff08b72930 {
  min-height: 50px;
}








#s-0e90ce22-277a-4ee3-921a-ebff08b72930 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e90ce22-277a-4ee3-921a-ebff08b72930.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5748fcad-2a8c-4117-aba1-0602344e0170 {
  text-align: center;
}







  #s-5748fcad-2a8c-4117-aba1-0602344e0170 img.shogun-image {
    

    
    
    
  }


#s-5748fcad-2a8c-4117-aba1-0602344e0170 .shogun-image-content {
  
    align-items: center;
  
}

#s-59654ddf-3acf-4cf3-a488-436c6997253d {
  min-height: 50px;
}








#s-59654ddf-3acf-4cf3-a488-436c6997253d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59654ddf-3acf-4cf3-a488-436c6997253d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-05c3eb1f-88d1-4a6e-92e8-2d82a7c2989a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05c3eb1f-88d1-4a6e-92e8-2d82a7c2989a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05c3eb1f-88d1-4a6e-92e8-2d82a7c2989a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05c3eb1f-88d1-4a6e-92e8-2d82a7c2989a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5ee4f820-ef45-4b37-801e-6ffca4674316 {
  min-height: 50px;
}








#s-5ee4f820-ef45-4b37-801e-6ffca4674316 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ee4f820-ef45-4b37-801e-6ffca4674316.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35505881-065e-4db0-ab85-d3d237c98bbc {
  text-align: center;
}







  #s-35505881-065e-4db0-ab85-d3d237c98bbc img.shogun-image {
    

    
    
    
  }


#s-35505881-065e-4db0-ab85-d3d237c98bbc .shogun-image-content {
  
    align-items: center;
  
}

#s-ba00f282-1ca8-476c-9dec-904964ba5105 {
  min-height: 50px;
}








#s-ba00f282-1ca8-476c-9dec-904964ba5105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba00f282-1ca8-476c-9dec-904964ba5105.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ce033725-a460-452c-b1bb-2d072e15e35b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce033725-a460-452c-b1bb-2d072e15e35b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce033725-a460-452c-b1bb-2d072e15e35b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce033725-a460-452c-b1bb-2d072e15e35b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-00599588-9318-4447-900c-2669556b1d15 {
  min-height: 50px;
}








#s-00599588-9318-4447-900c-2669556b1d15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00599588-9318-4447-900c-2669556b1d15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7f0a79c-b73b-49f2-a6e3-1e2c4d1e684b {
  text-align: center;
}







  #s-e7f0a79c-b73b-49f2-a6e3-1e2c4d1e684b img.shogun-image {
    

    
    
    
  }


#s-e7f0a79c-b73b-49f2-a6e3-1e2c4d1e684b .shogun-image-content {
  
    align-items: center;
  
}

#s-cb857b7b-40eb-4bc0-a87c-575c16d4be08 {
  min-height: 50px;
}








#s-cb857b7b-40eb-4bc0-a87c-575c16d4be08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb857b7b-40eb-4bc0-a87c-575c16d4be08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a63a48ff-c8b5-47e4-89f6-5e79708642be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a63a48ff-c8b5-47e4-89f6-5e79708642be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a63a48ff-c8b5-47e4-89f6-5e79708642be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a63a48ff-c8b5-47e4-89f6-5e79708642be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4ed9bc2a-ebde-4403-a82d-f57b2a832bea {
  min-height: 50px;
}








#s-4ed9bc2a-ebde-4403-a82d-f57b2a832bea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ed9bc2a-ebde-4403-a82d-f57b2a832bea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b9087d9-b0f6-4bdc-8a41-7a118585ac4d {
  text-align: center;
}







  #s-8b9087d9-b0f6-4bdc-8a41-7a118585ac4d img.shogun-image {
    

    
    
    
  }


#s-8b9087d9-b0f6-4bdc-8a41-7a118585ac4d .shogun-image-content {
  
    align-items: center;
  
}

#s-d1881197-0234-45b0-a53c-7c5c6fd7a2b6 {
  min-height: 50px;
}








#s-d1881197-0234-45b0-a53c-7c5c6fd7a2b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1881197-0234-45b0-a53c-7c5c6fd7a2b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0b5ca785-e104-4e20-8b8e-1042d5c4481f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b5ca785-e104-4e20-8b8e-1042d5c4481f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b5ca785-e104-4e20-8b8e-1042d5c4481f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b5ca785-e104-4e20-8b8e-1042d5c4481f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e044660e-1469-4e89-842e-9370bf3b9242 {
  min-height: 50px;
}








#s-e044660e-1469-4e89-842e-9370bf3b9242 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e044660e-1469-4e89-842e-9370bf3b9242.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6ac964e-f2ed-4848-b90e-74dafc021404 {
  text-align: center;
}







  #s-a6ac964e-f2ed-4848-b90e-74dafc021404 img.shogun-image {
    

    
    
    
  }


#s-a6ac964e-f2ed-4848-b90e-74dafc021404 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c00496c-bbd3-48ae-a887-1c00c93fbc8b {
  min-height: 50px;
}








#s-9c00496c-bbd3-48ae-a887-1c00c93fbc8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c00496c-bbd3-48ae-a887-1c00c93fbc8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cf575f69-0a59-434d-af37-7662abd5b5b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf575f69-0a59-434d-af37-7662abd5b5b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf575f69-0a59-434d-af37-7662abd5b5b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf575f69-0a59-434d-af37-7662abd5b5b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f0f1e666-0a7b-4855-9e92-935266082963 {
  min-height: 50px;
}








#s-f0f1e666-0a7b-4855-9e92-935266082963 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0f1e666-0a7b-4855-9e92-935266082963.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03666bb8-1981-437c-b33f-5f72d2a20ea8 {
  text-align: center;
}







  #s-03666bb8-1981-437c-b33f-5f72d2a20ea8 img.shogun-image {
    

    
    
    
  }


#s-03666bb8-1981-437c-b33f-5f72d2a20ea8 .shogun-image-content {
  
    align-items: center;
  
}

#s-da07e5e9-7fac-4ade-8892-13898468c424 {
  min-height: 50px;
}








#s-da07e5e9-7fac-4ade-8892-13898468c424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da07e5e9-7fac-4ade-8892-13898468c424.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-dfff98cd-79b5-482f-9841-26935669c2ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfff98cd-79b5-482f-9841-26935669c2ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfff98cd-79b5-482f-9841-26935669c2ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfff98cd-79b5-482f-9841-26935669c2ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fddb80e1-9fa1-4249-bdcd-0afa698a8a95 {
  min-height: 50px;
}








#s-fddb80e1-9fa1-4249-bdcd-0afa698a8a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fddb80e1-9fa1-4249-bdcd-0afa698a8a95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-645ecbc7-5c97-464f-a31b-aecf8d4f86be {
  text-align: center;
}







  #s-645ecbc7-5c97-464f-a31b-aecf8d4f86be img.shogun-image {
    

    
    
    
  }


#s-645ecbc7-5c97-464f-a31b-aecf8d4f86be .shogun-image-content {
  
    align-items: center;
  
}

#s-54ef1f41-a408-4d57-805e-4d9f31c0204c {
  min-height: 50px;
}








#s-54ef1f41-a408-4d57-805e-4d9f31c0204c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54ef1f41-a408-4d57-805e-4d9f31c0204c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a20024f1-e93a-45ab-bf4b-c496de385ed1 {
  min-height: 50px;
}








#s-a20024f1-e93a-45ab-bf4b-c496de385ed1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a20024f1-e93a-45ab-bf4b-c496de385ed1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fa34c87-0327-47d5-b971-157a59b8b934 {
  margin-left: 5px;
margin-right: 5px;
}

#s-b672816e-e67f-4b94-9722-a6f34d348b89 {
  min-height: 50px;
}








#s-b672816e-e67f-4b94-9722-a6f34d348b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b672816e-e67f-4b94-9722-a6f34d348b89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa6f2f5c-0519-462a-bff6-78a10d721523 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-aa6f2f5c-0519-462a-bff6-78a10d721523"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa6f2f5c-0519-462a-bff6-78a10d721523"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aa6f2f5c-0519-462a-bff6-78a10d721523"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aa6f2f5c-0519-462a-bff6-78a10d721523"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aa6f2f5c-0519-462a-bff6-78a10d721523"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa6f2f5c-0519-462a-bff6-78a10d721523"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aa6f2f5c-0519-462a-bff6-78a10d721523"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-9321fc9a-bdb2-46f4-a498-b045a49bc443"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9321fc9a-bdb2-46f4-a498-b045a49bc443"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9321fc9a-bdb2-46f4-a498-b045a49bc443"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9321fc9a-bdb2-46f4-a498-b045a49bc443"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14aa7db3-a9ed-4cba-b39f-d662eb4fe5fb {
  min-height: 50px;
}








#s-14aa7db3-a9ed-4cba-b39f-d662eb4fe5fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14aa7db3-a9ed-4cba-b39f-d662eb4fe5fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92ebc451-a899-4122-bb78-935f31edc49c {
  text-align: center;
}







  #s-92ebc451-a899-4122-bb78-935f31edc49c img.shogun-image {
    

    
    
    
  }


#s-92ebc451-a899-4122-bb78-935f31edc49c .shogun-image-content {
  
    align-items: center;
  
}

#s-def2050a-2aef-4eef-ae64-fc010f4e8ea7 {
  min-height: 50px;
}








#s-def2050a-2aef-4eef-ae64-fc010f4e8ea7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-def2050a-2aef-4eef-ae64-fc010f4e8ea7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-538d4d41-b61f-44e7-89ed-e8879c75f52a {
  min-height: 50px;
}








#s-538d4d41-b61f-44e7-89ed-e8879c75f52a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-538d4d41-b61f-44e7-89ed-e8879c75f52a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-844e42c1-f590-49cf-9b7e-8523be3a1706 {
  margin-left: 5px;
margin-right: 5px;
}

#s-0dad9d99-ff9a-4ccf-817b-22b82cc852ce {
  min-height: 50px;
}








#s-0dad9d99-ff9a-4ccf-817b-22b82cc852ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dad9d99-ff9a-4ccf-817b-22b82cc852ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27192cd2-9638-4bc3-a5a4-f299fe12f7ec {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-27192cd2-9638-4bc3-a5a4-f299fe12f7ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27192cd2-9638-4bc3-a5a4-f299fe12f7ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-27192cd2-9638-4bc3-a5a4-f299fe12f7ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-27192cd2-9638-4bc3-a5a4-f299fe12f7ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-27192cd2-9638-4bc3-a5a4-f299fe12f7ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-27192cd2-9638-4bc3-a5a4-f299fe12f7ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-27192cd2-9638-4bc3-a5a4-f299fe12f7ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-84209547-c1d8-41ef-a3db-c029617ec8ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84209547-c1d8-41ef-a3db-c029617ec8ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84209547-c1d8-41ef-a3db-c029617ec8ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84209547-c1d8-41ef-a3db-c029617ec8ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d4d0b228-f127-4450-b8db-01b3e924f04e {
  min-height: 50px;
}








#s-d4d0b228-f127-4450-b8db-01b3e924f04e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4d0b228-f127-4450-b8db-01b3e924f04e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6a38c38-3e59-4b3a-9a3b-6eb752d6c324 {
  text-align: center;
}







  #s-e6a38c38-3e59-4b3a-9a3b-6eb752d6c324 img.shogun-image {
    

    
    
    
  }


#s-e6a38c38-3e59-4b3a-9a3b-6eb752d6c324 .shogun-image-content {
  
    align-items: center;
  
}

#s-85884e85-1044-4416-bf7a-8e98f82e8379 {
  min-height: 50px;
}








#s-85884e85-1044-4416-bf7a-8e98f82e8379 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85884e85-1044-4416-bf7a-8e98f82e8379.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03d36bd7-d615-4e54-a3bc-700124019c7a {
  min-height: 50px;
}








#s-03d36bd7-d615-4e54-a3bc-700124019c7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03d36bd7-d615-4e54-a3bc-700124019c7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2e5673e-b9b9-4188-99d2-483ec78c7956 {
  margin-left: 5px;
margin-right: 5px;
}

#s-36b0636e-ce4b-4d39-9597-1d2b2e35f1ec {
  min-height: 50px;
}








#s-36b0636e-ce4b-4d39-9597-1d2b2e35f1ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36b0636e-ce4b-4d39-9597-1d2b2e35f1ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f2a80b4-2b1b-4d29-96b9-d2fdb0acc8e5 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-6f2a80b4-2b1b-4d29-96b9-d2fdb0acc8e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f2a80b4-2b1b-4d29-96b9-d2fdb0acc8e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f2a80b4-2b1b-4d29-96b9-d2fdb0acc8e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6f2a80b4-2b1b-4d29-96b9-d2fdb0acc8e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f2a80b4-2b1b-4d29-96b9-d2fdb0acc8e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f2a80b4-2b1b-4d29-96b9-d2fdb0acc8e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f2a80b4-2b1b-4d29-96b9-d2fdb0acc8e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-f3f07e72-04b6-42f8-9f1c-96b1cece5833"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3f07e72-04b6-42f8-9f1c-96b1cece5833"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3f07e72-04b6-42f8-9f1c-96b1cece5833"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3f07e72-04b6-42f8-9f1c-96b1cece5833"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-640269bb-0723-41ff-92aa-3e5e92a470d9 {
  min-height: 50px;
}








#s-640269bb-0723-41ff-92aa-3e5e92a470d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-640269bb-0723-41ff-92aa-3e5e92a470d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d26722c1-2088-4ec0-a9e0-7e2dbbeb8895 {
  text-align: center;
}







  #s-d26722c1-2088-4ec0-a9e0-7e2dbbeb8895 img.shogun-image {
    

    
    
    
  }


#s-d26722c1-2088-4ec0-a9e0-7e2dbbeb8895 .shogun-image-content {
  
    align-items: center;
  
}

#s-05075fd0-7084-4009-965a-c643dffd4842 {
  min-height: 50px;
}








#s-05075fd0-7084-4009-965a-c643dffd4842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05075fd0-7084-4009-965a-c643dffd4842.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41d5ac80-3936-44b5-849f-238b2f477a51 {
  min-height: 50px;
}








#s-41d5ac80-3936-44b5-849f-238b2f477a51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41d5ac80-3936-44b5-849f-238b2f477a51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b4b4e61-9643-4c1a-9c57-462dc78cd1b4 {
  min-height: 50px;
}








#s-3b4b4e61-9643-4c1a-9c57-462dc78cd1b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b4b4e61-9643-4c1a-9c57-462dc78cd1b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b7e3b6a-ad15-425d-ad54-79fb8db4fab4 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-7b7e3b6a-ad15-425d-ad54-79fb8db4fab4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b7e3b6a-ad15-425d-ad54-79fb8db4fab4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b7e3b6a-ad15-425d-ad54-79fb8db4fab4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7b7e3b6a-ad15-425d-ad54-79fb8db4fab4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b7e3b6a-ad15-425d-ad54-79fb8db4fab4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b7e3b6a-ad15-425d-ad54-79fb8db4fab4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b7e3b6a-ad15-425d-ad54-79fb8db4fab4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-3a202543-9566-445b-a914-de8b2a53fd51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a202543-9566-445b-a914-de8b2a53fd51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a202543-9566-445b-a914-de8b2a53fd51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a202543-9566-445b-a914-de8b2a53fd51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-46d0a376-2967-4d40-b6e5-d74819b85331 {
  min-height: 50px;
}








#s-46d0a376-2967-4d40-b6e5-d74819b85331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46d0a376-2967-4d40-b6e5-d74819b85331.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f903730-79e5-4dfd-8adb-215823d53022 {
  min-height: 50px;
}








#s-4f903730-79e5-4dfd-8adb-215823d53022 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f903730-79e5-4dfd-8adb-215823d53022.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bed5e563-c453-4f64-b16a-b6c5e7b11933 {
  min-height: 50px;
}








#s-bed5e563-c453-4f64-b16a-b6c5e7b11933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bed5e563-c453-4f64-b16a-b6c5e7b11933.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eac33f34-b540-433b-9af7-2470706ea331 {
  min-height: 50px;
}








#s-eac33f34-b540-433b-9af7-2470706ea331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eac33f34-b540-433b-9af7-2470706ea331.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-968f06e9-f095-4e74-9d4f-1b35cf3e081c {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-968f06e9-f095-4e74-9d4f-1b35cf3e081c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-968f06e9-f095-4e74-9d4f-1b35cf3e081c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-968f06e9-f095-4e74-9d4f-1b35cf3e081c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-968f06e9-f095-4e74-9d4f-1b35cf3e081c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-968f06e9-f095-4e74-9d4f-1b35cf3e081c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-968f06e9-f095-4e74-9d4f-1b35cf3e081c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-968f06e9-f095-4e74-9d4f-1b35cf3e081c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-885244e6-9941-4543-90ef-d9dd1a0b2e7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-885244e6-9941-4543-90ef-d9dd1a0b2e7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-885244e6-9941-4543-90ef-d9dd1a0b2e7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-885244e6-9941-4543-90ef-d9dd1a0b2e7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-83e202f1-8ff6-437f-afe0-22fa1dc3076e {
  min-height: 50px;
}








#s-83e202f1-8ff6-437f-afe0-22fa1dc3076e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83e202f1-8ff6-437f-afe0-22fa1dc3076e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-130fcfa7-80c8-4e03-9a68-5d52b599b9df {
  min-height: 50px;
}








#s-130fcfa7-80c8-4e03-9a68-5d52b599b9df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-130fcfa7-80c8-4e03-9a68-5d52b599b9df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5a61e80-cf80-49da-bd33-3f9079654791 {
  text-align: center;
}







  #s-d5a61e80-cf80-49da-bd33-3f9079654791 img.shogun-image {
    

    
    
    
  }


#s-d5a61e80-cf80-49da-bd33-3f9079654791 .shogun-image-content {
  
    align-items: center;
  
}

#s-78f762bb-00a5-488b-af37-d9c513fe3490 {
  min-height: 50px;
}








#s-78f762bb-00a5-488b-af37-d9c513fe3490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78f762bb-00a5-488b-af37-d9c513fe3490.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-605616e5-f019-445a-8627-04c943ef9a6b {
  min-height: 50px;
}








#s-605616e5-f019-445a-8627-04c943ef9a6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-605616e5-f019-445a-8627-04c943ef9a6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95ce59d1-6f8a-48dd-8a95-9ef3692f42f3 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-95ce59d1-6f8a-48dd-8a95-9ef3692f42f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95ce59d1-6f8a-48dd-8a95-9ef3692f42f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95ce59d1-6f8a-48dd-8a95-9ef3692f42f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-95ce59d1-6f8a-48dd-8a95-9ef3692f42f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95ce59d1-6f8a-48dd-8a95-9ef3692f42f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-95ce59d1-6f8a-48dd-8a95-9ef3692f42f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95ce59d1-6f8a-48dd-8a95-9ef3692f42f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-748e9025-403a-485a-b312-4bddaead188e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-748e9025-403a-485a-b312-4bddaead188e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-748e9025-403a-485a-b312-4bddaead188e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-748e9025-403a-485a-b312-4bddaead188e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-49305efd-6411-4603-9be7-9ebed24dea8b {
  min-height: 50px;
}








#s-49305efd-6411-4603-9be7-9ebed24dea8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49305efd-6411-4603-9be7-9ebed24dea8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95853994-60b2-450f-8f05-7cc0fc8792d3 {
  min-height: 50px;
}








#s-95853994-60b2-450f-8f05-7cc0fc8792d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95853994-60b2-450f-8f05-7cc0fc8792d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c262aee2-a934-4a85-ab33-ddc896392430 {
  max-width: 359px;
aspect-ratio: 359/238;
text-align: center;
}





  #s-c262aee2-a934-4a85-ab33-ddc896392430 img.shogun-image,
  #s-c262aee2-a934-4a85-ab33-ddc896392430 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c262aee2-a934-4a85-ab33-ddc896392430 {
    width: 100%;
    height: auto;
  }



  #s-c262aee2-a934-4a85-ab33-ddc896392430 img.shogun-image {
    

    
    
    
  }


#s-c262aee2-a934-4a85-ab33-ddc896392430 .shogun-image-content {
  
    align-items: center;
  
}

#s-908361e1-f4b6-4bd9-aa07-5d12e232f746 {
  min-height: 50px;
}








#s-908361e1-f4b6-4bd9-aa07-5d12e232f746 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-908361e1-f4b6-4bd9-aa07-5d12e232f746.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73dfd284-fe99-4836-9373-5c03f922c341 {
  margin-left: 5px;
margin-right: 5px;
}

#s-ab357bd5-7da5-4f25-a794-4c6152881f0b {
  min-height: 50px;
}








#s-ab357bd5-7da5-4f25-a794-4c6152881f0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab357bd5-7da5-4f25-a794-4c6152881f0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1fc34d0-4ba3-479f-8873-38bfc9ff9b25 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-c1fc34d0-4ba3-479f-8873-38bfc9ff9b25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1fc34d0-4ba3-479f-8873-38bfc9ff9b25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1fc34d0-4ba3-479f-8873-38bfc9ff9b25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c1fc34d0-4ba3-479f-8873-38bfc9ff9b25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1fc34d0-4ba3-479f-8873-38bfc9ff9b25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1fc34d0-4ba3-479f-8873-38bfc9ff9b25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1fc34d0-4ba3-479f-8873-38bfc9ff9b25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-e95457f1-0f01-4bb3-b5c9-5e1bd073b066"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e95457f1-0f01-4bb3-b5c9-5e1bd073b066"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e95457f1-0f01-4bb3-b5c9-5e1bd073b066"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e95457f1-0f01-4bb3-b5c9-5e1bd073b066"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1e9d1887-b3cd-4253-96f7-92bac6110f73 {
  min-height: 50px;
}








#s-1e9d1887-b3cd-4253-96f7-92bac6110f73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e9d1887-b3cd-4253-96f7-92bac6110f73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebef5317-b074-4a76-870f-8e63d92e5831 {
  text-align: center;
}







  #s-ebef5317-b074-4a76-870f-8e63d92e5831 img.shogun-image {
    

    
    
    
  }


#s-ebef5317-b074-4a76-870f-8e63d92e5831 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ab2983e-3794-4789-94f4-4abe62681072 {
  min-height: 50px;
}








#s-3ab2983e-3794-4789-94f4-4abe62681072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ab2983e-3794-4789-94f4-4abe62681072.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d21bdc04-a4a0-4db9-9fc3-67edccf76a3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d21bdc04-a4a0-4db9-9fc3-67edccf76a3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d21bdc04-a4a0-4db9-9fc3-67edccf76a3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d21bdc04-a4a0-4db9-9fc3-67edccf76a3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-01b5e973-b0c3-4865-866c-3c8f8f16a094 {
  min-height: 50px;
}








#s-01b5e973-b0c3-4865-866c-3c8f8f16a094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01b5e973-b0c3-4865-866c-3c8f8f16a094.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4867e53a-4a94-43f6-95d2-670497205ed7 {
  text-align: center;
}







  #s-4867e53a-4a94-43f6-95d2-670497205ed7 img.shogun-image {
    

    
    
    
  }


#s-4867e53a-4a94-43f6-95d2-670497205ed7 .shogun-image-content {
  
    align-items: center;
  
}

#s-56dfde04-cbae-4765-ac0a-12b2aaa305ff {
  min-height: 50px;
}








#s-56dfde04-cbae-4765-ac0a-12b2aaa305ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56dfde04-cbae-4765-ac0a-12b2aaa305ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86569726-42e9-4090-ae59-dff76ccc069e {
  min-height: 50px;
}








#s-86569726-42e9-4090-ae59-dff76ccc069e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86569726-42e9-4090-ae59-dff76ccc069e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b25f27da-3f05-4b4e-9690-fc359d170321 {
  margin-left: 5px;
margin-right: 5px;
}

#s-32679d80-1b23-48f6-a04c-37f7c96c9a6b {
  min-height: 50px;
}








#s-32679d80-1b23-48f6-a04c-37f7c96c9a6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32679d80-1b23-48f6-a04c-37f7c96c9a6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f9669f48-95b5-4f6a-a82e-bf0726bcc120"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9669f48-95b5-4f6a-a82e-bf0726bcc120"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f9669f48-95b5-4f6a-a82e-bf0726bcc120"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f9669f48-95b5-4f6a-a82e-bf0726bcc120"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f9669f48-95b5-4f6a-a82e-bf0726bcc120"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9669f48-95b5-4f6a-a82e-bf0726bcc120"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f9669f48-95b5-4f6a-a82e-bf0726bcc120"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-48c96acb-0510-438e-9953-a5fb4db141c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48c96acb-0510-438e-9953-a5fb4db141c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48c96acb-0510-438e-9953-a5fb4db141c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48c96acb-0510-438e-9953-a5fb4db141c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8ab2ddce-e9de-48bb-9e33-e1cf4aa0a63d {
  min-height: 50px;
}








#s-8ab2ddce-e9de-48bb-9e33-e1cf4aa0a63d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ab2ddce-e9de-48bb-9e33-e1cf4aa0a63d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7d14486-c1af-4813-a87b-f147b7dfe39d {
  text-align: center;
}







  #s-f7d14486-c1af-4813-a87b-f147b7dfe39d img.shogun-image {
    

    
    
    
  }


#s-f7d14486-c1af-4813-a87b-f147b7dfe39d .shogun-image-content {
  
    align-items: center;
  
}

#s-baba00a7-f4cc-4303-96da-55c1b5047836 {
  min-height: 50px;
}








#s-baba00a7-f4cc-4303-96da-55c1b5047836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baba00a7-f4cc-4303-96da-55c1b5047836.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9090a20-604c-4540-a4a3-7b0336ccab4c {
  min-height: 50px;
}








#s-f9090a20-604c-4540-a4a3-7b0336ccab4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9090a20-604c-4540-a4a3-7b0336ccab4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00c08240-7677-4a46-91ed-0163f4e47f75 {
  margin-left: 5px;
margin-right: 5px;
}

#s-9f250656-3e7e-4643-83fb-b488c10b48f4 {
  min-height: 50px;
}








#s-9f250656-3e7e-4643-83fb-b488c10b48f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f250656-3e7e-4643-83fb-b488c10b48f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4d1c6f5-630c-48f9-862b-a401fd45983d {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-e4d1c6f5-630c-48f9-862b-a401fd45983d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4d1c6f5-630c-48f9-862b-a401fd45983d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e4d1c6f5-630c-48f9-862b-a401fd45983d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e4d1c6f5-630c-48f9-862b-a401fd45983d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e4d1c6f5-630c-48f9-862b-a401fd45983d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4d1c6f5-630c-48f9-862b-a401fd45983d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e4d1c6f5-630c-48f9-862b-a401fd45983d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-2679224c-b79c-4c07-93a0-593aa639a87b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2679224c-b79c-4c07-93a0-593aa639a87b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2679224c-b79c-4c07-93a0-593aa639a87b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2679224c-b79c-4c07-93a0-593aa639a87b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-465887f5-c103-4f44-bf08-1f5326f3eab7 {
  min-height: 50px;
}








#s-465887f5-c103-4f44-bf08-1f5326f3eab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-465887f5-c103-4f44-bf08-1f5326f3eab7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-889800ea-560f-42db-af1f-1a62610fbdc0 {
  text-align: center;
}







  #s-889800ea-560f-42db-af1f-1a62610fbdc0 img.shogun-image {
    

    
    
    
  }


#s-889800ea-560f-42db-af1f-1a62610fbdc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-33c640a6-0aef-495d-a1a1-94dff092243f {
  min-height: 50px;
}








#s-33c640a6-0aef-495d-a1a1-94dff092243f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33c640a6-0aef-495d-a1a1-94dff092243f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-72179b96-92fa-4012-8e2a-5c2ce3faae72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72179b96-92fa-4012-8e2a-5c2ce3faae72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72179b96-92fa-4012-8e2a-5c2ce3faae72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72179b96-92fa-4012-8e2a-5c2ce3faae72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-08a0c9c1-4832-4023-915b-d439f1b25f3b {
  min-height: 50px;
}








#s-08a0c9c1-4832-4023-915b-d439f1b25f3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08a0c9c1-4832-4023-915b-d439f1b25f3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6f66d33-96ca-49be-b803-607c3f3ced01 {
  text-align: center;
}







  #s-d6f66d33-96ca-49be-b803-607c3f3ced01 img.shogun-image {
    

    
    
    
  }


#s-d6f66d33-96ca-49be-b803-607c3f3ced01 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ec634e0-894f-4532-9da4-3b66e7808584 {
  min-height: 50px;
}








#s-6ec634e0-894f-4532-9da4-3b66e7808584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ec634e0-894f-4532-9da4-3b66e7808584.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61f5780a-414d-476f-9bc2-67aa760048bd {
  min-height: 50px;
}








#s-61f5780a-414d-476f-9bc2-67aa760048bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61f5780a-414d-476f-9bc2-67aa760048bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c41b02e-9a31-49c1-87a5-28cf2cad05f5 {
  margin-left: 5px;
margin-right: 5px;
}

#s-ce1afceb-9c4f-40e7-9fc9-579a985d9ea3 {
  min-height: 50px;
}








#s-ce1afceb-9c4f-40e7-9fc9-579a985d9ea3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce1afceb-9c4f-40e7-9fc9-579a985d9ea3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63c523db-e9eb-42a6-87e3-d0fac93f1892 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-63c523db-e9eb-42a6-87e3-d0fac93f1892"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63c523db-e9eb-42a6-87e3-d0fac93f1892"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63c523db-e9eb-42a6-87e3-d0fac93f1892"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-63c523db-e9eb-42a6-87e3-d0fac93f1892"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63c523db-e9eb-42a6-87e3-d0fac93f1892"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-63c523db-e9eb-42a6-87e3-d0fac93f1892"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63c523db-e9eb-42a6-87e3-d0fac93f1892"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-f93b2f96-971b-4995-b1f8-ef0fd9272349"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f93b2f96-971b-4995-b1f8-ef0fd9272349"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f93b2f96-971b-4995-b1f8-ef0fd9272349"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f93b2f96-971b-4995-b1f8-ef0fd9272349"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cccd7845-9469-4e5e-9a71-1db7cd68bc91 {
  text-align: center;
}







  #s-cccd7845-9469-4e5e-9a71-1db7cd68bc91 img.shogun-image {
    

    
    
    
  }


#s-cccd7845-9469-4e5e-9a71-1db7cd68bc91 .shogun-image-content {
  
    align-items: center;
  
}

#s-83979666-7772-4c35-97f4-10f54c702921 {
  min-height: 50px;
}








#s-83979666-7772-4c35-97f4-10f54c702921 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83979666-7772-4c35-97f4-10f54c702921.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-586b3244-b9ec-464f-a150-c217c089ea1e {
  min-height: 50px;
}








#s-586b3244-b9ec-464f-a150-c217c089ea1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-586b3244-b9ec-464f-a150-c217c089ea1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6991cda-32e5-4f3c-9282-b9fad273ddbf {
  margin-left: 5px;
margin-right: 5px;
}

#s-04ba9edb-a614-4aac-8c11-bf0edcfe7d5e {
  min-height: 50px;
}








#s-04ba9edb-a614-4aac-8c11-bf0edcfe7d5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04ba9edb-a614-4aac-8c11-bf0edcfe7d5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c158945a-2441-470d-80d9-779c34f96a5b {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-c158945a-2441-470d-80d9-779c34f96a5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c158945a-2441-470d-80d9-779c34f96a5b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c158945a-2441-470d-80d9-779c34f96a5b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c158945a-2441-470d-80d9-779c34f96a5b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c158945a-2441-470d-80d9-779c34f96a5b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c158945a-2441-470d-80d9-779c34f96a5b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c158945a-2441-470d-80d9-779c34f96a5b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-5a62611b-3e5b-44fe-a227-7d05e0a8ac61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a62611b-3e5b-44fe-a227-7d05e0a8ac61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a62611b-3e5b-44fe-a227-7d05e0a8ac61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a62611b-3e5b-44fe-a227-7d05e0a8ac61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cdcdb0ea-aef8-4854-84e3-3920fa427e11 {
  min-height: 50px;
}








#s-cdcdb0ea-aef8-4854-84e3-3920fa427e11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdcdb0ea-aef8-4854-84e3-3920fa427e11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6edbf967-38af-46a0-b759-9ae2af87cf44 {
  text-align: center;
}







  #s-6edbf967-38af-46a0-b759-9ae2af87cf44 img.shogun-image {
    

    
    
    
  }


#s-6edbf967-38af-46a0-b759-9ae2af87cf44 .shogun-image-content {
  
    align-items: center;
  
}

#s-64ebfe1a-d0d4-48ba-bf0a-b7b112fdc1a7 {
  min-height: 50px;
}








#s-64ebfe1a-d0d4-48ba-bf0a-b7b112fdc1a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64ebfe1a-d0d4-48ba-bf0a-b7b112fdc1a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-641b8b76-87d4-4056-a05d-f9a0eb060c77 {
  min-height: 50px;
}








#s-641b8b76-87d4-4056-a05d-f9a0eb060c77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-641b8b76-87d4-4056-a05d-f9a0eb060c77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c3b7cfd-2c4d-482a-9d02-a4887300849d {
  margin-left: 5px;
margin-right: 5px;
}

#s-293989f3-51ce-41b5-ab50-1b1006881dd4 {
  min-height: 50px;
}








#s-293989f3-51ce-41b5-ab50-1b1006881dd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-293989f3-51ce-41b5-ab50-1b1006881dd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0910c89d-2056-4e21-985d-947f57fa446c {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-0910c89d-2056-4e21-985d-947f57fa446c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0910c89d-2056-4e21-985d-947f57fa446c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0910c89d-2056-4e21-985d-947f57fa446c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0910c89d-2056-4e21-985d-947f57fa446c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0910c89d-2056-4e21-985d-947f57fa446c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0910c89d-2056-4e21-985d-947f57fa446c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0910c89d-2056-4e21-985d-947f57fa446c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-3da5fa12-c37a-4999-841a-79571a86c9bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3da5fa12-c37a-4999-841a-79571a86c9bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3da5fa12-c37a-4999-841a-79571a86c9bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3da5fa12-c37a-4999-841a-79571a86c9bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-27a74f00-84fd-47c0-a6ff-ee9535057735 {
  min-height: 50px;
}








#s-27a74f00-84fd-47c0-a6ff-ee9535057735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27a74f00-84fd-47c0-a6ff-ee9535057735.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3b81ff0-54fa-4a1c-a040-f8f8a7a40ca7 {
  text-align: center;
}







  #s-c3b81ff0-54fa-4a1c-a040-f8f8a7a40ca7 img.shogun-image {
    

    
    
    
  }


#s-c3b81ff0-54fa-4a1c-a040-f8f8a7a40ca7 .shogun-image-content {
  
    align-items: center;
  
}

#s-20353a89-f417-40a7-8a82-5f6e0216e9b0 {
  min-height: 50px;
}








#s-20353a89-f417-40a7-8a82-5f6e0216e9b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20353a89-f417-40a7-8a82-5f6e0216e9b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-974ee8e2-955d-44f9-812e-2eedef6c2f10 {
  min-height: 50px;
}








#s-974ee8e2-955d-44f9-812e-2eedef6c2f10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-974ee8e2-955d-44f9-812e-2eedef6c2f10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccfb568d-e97d-47e3-a92b-b7ee0c0f087e {
  margin-left: 5px;
margin-right: 5px;
}

#s-63af32ad-a1bb-43d4-b848-abfff497fa2d {
  min-height: 50px;
}








#s-63af32ad-a1bb-43d4-b848-abfff497fa2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63af32ad-a1bb-43d4-b848-abfff497fa2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a43601b-f1f2-4527-9072-a19180dfd1bd {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-2a43601b-f1f2-4527-9072-a19180dfd1bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a43601b-f1f2-4527-9072-a19180dfd1bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a43601b-f1f2-4527-9072-a19180dfd1bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2a43601b-f1f2-4527-9072-a19180dfd1bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a43601b-f1f2-4527-9072-a19180dfd1bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a43601b-f1f2-4527-9072-a19180dfd1bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2a43601b-f1f2-4527-9072-a19180dfd1bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-65136ff8-0ad6-4adf-8e7e-2f4dc9da0e58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65136ff8-0ad6-4adf-8e7e-2f4dc9da0e58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65136ff8-0ad6-4adf-8e7e-2f4dc9da0e58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65136ff8-0ad6-4adf-8e7e-2f4dc9da0e58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2f8b585d-ea70-4f13-8838-879cd1c65d09 {
  min-height: 50px;
}








#s-2f8b585d-ea70-4f13-8838-879cd1c65d09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f8b585d-ea70-4f13-8838-879cd1c65d09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0db2d11-a481-462a-a20f-6a63204aff83 {
  text-align: center;
}







  #s-d0db2d11-a481-462a-a20f-6a63204aff83 img.shogun-image {
    

    
    
    
  }


#s-d0db2d11-a481-462a-a20f-6a63204aff83 .shogun-image-content {
  
    align-items: center;
  
}

#s-adf83c8d-4e21-4b9a-b8ca-69e9f8347c20 {
  min-height: 50px;
}








#s-adf83c8d-4e21-4b9a-b8ca-69e9f8347c20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adf83c8d-4e21-4b9a-b8ca-69e9f8347c20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dbd089b-f91c-46ac-ac3d-280522f1304a {
  min-height: 100px;
}








#s-8dbd089b-f91c-46ac-ac3d-280522f1304a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dbd089b-f91c-46ac-ac3d-280522f1304a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6c6200c-8906-4f97-a4a3-2a628216bccb {
  min-height: 50px;
}








#s-d6c6200c-8906-4f97-a4a3-2a628216bccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6c6200c-8906-4f97-a4a3-2a628216bccb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdb44d95-396d-4ad5-bc74-e0ebfd96c0f2 {
  min-height: 150px;
}








#s-bdb44d95-396d-4ad5-bc74-e0ebfd96c0f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdb44d95-396d-4ad5-bc74-e0ebfd96c0f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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;
  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-lazyload-bg-image {
  display: none;
}

.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: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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:#000;background-color:rgba(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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.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:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}