.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-889f0ff9-13a1-4f92-af5b-67043d0c871d {
  background-image: url(https://i.shgcdn.com/871976fc-2575-4e9e-b728-2a049cd1d7ba/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-889f0ff9-13a1-4f92-af5b-67043d0c871d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-889f0ff9-13a1-4f92-af5b-67043d0c871d.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-eed09e53-9f96-42ee-91ba-17c5219feb8f {
  padding-top: 100px;
padding-bottom: 100px;
}

#s-632035c7-6952-4e64-ba97-7284eeb49564 {
  padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-0554f906-9139-49fd-b8b1-82d52abce9fc {
  margin-left: 375px;
margin-right: 375px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(30, 181, 58, 1);
text-decoration: none;
}
#s-0554f906-9139-49fd-b8b1-82d52abce9fc:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-0554f906-9139-49fd-b8b1-82d52abce9fc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0554f906-9139-49fd-b8b1-82d52abce9fc {
  display: none;
}
#s-0554f906-9139-49fd-b8b1-82d52abce9fc, #wrap-s-0554f906-9139-49fd-b8b1-82d52abce9fc { display:none !important; }}


#s-0554f906-9139-49fd-b8b1-82d52abce9fc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-33d36319-c5d9-4081-bc7b-bf20ebbab5be {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(30, 181, 58, 1);
text-decoration: none;
}
#s-33d36319-c5d9-4081-bc7b-bf20ebbab5be:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-33d36319-c5d9-4081-bc7b-bf20ebbab5be:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-33d36319-c5d9-4081-bc7b-bf20ebbab5be {
  display: none;
}
#s-33d36319-c5d9-4081-bc7b-bf20ebbab5be, #wrap-s-33d36319-c5d9-4081-bc7b-bf20ebbab5be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33d36319-c5d9-4081-bc7b-bf20ebbab5be {
  display: none;
}
#s-33d36319-c5d9-4081-bc7b-bf20ebbab5be, #wrap-s-33d36319-c5d9-4081-bc7b-bf20ebbab5be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33d36319-c5d9-4081-bc7b-bf20ebbab5be {
  display: none;
}
#s-33d36319-c5d9-4081-bc7b-bf20ebbab5be, #wrap-s-33d36319-c5d9-4081-bc7b-bf20ebbab5be { display:none !important; }}


#s-33d36319-c5d9-4081-bc7b-bf20ebbab5be.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-3743bbfe-b3da-450d-8d56-85122e2bfe4e {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-3743bbfe-b3da-450d-8d56-85122e2bfe4e {
  display: none;
}
#s-3743bbfe-b3da-450d-8d56-85122e2bfe4e, #wrap-s-3743bbfe-b3da-450d-8d56-85122e2bfe4e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3743bbfe-b3da-450d-8d56-85122e2bfe4e {
  display: none;
}
#s-3743bbfe-b3da-450d-8d56-85122e2bfe4e, #wrap-s-3743bbfe-b3da-450d-8d56-85122e2bfe4e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3743bbfe-b3da-450d-8d56-85122e2bfe4e {
  display: none;
}
#s-3743bbfe-b3da-450d-8d56-85122e2bfe4e, #wrap-s-3743bbfe-b3da-450d-8d56-85122e2bfe4e { display:none !important; }}



  #s-3743bbfe-b3da-450d-8d56-85122e2bfe4e img.shogun-image {
    
    width: px;
  }


#s-3743bbfe-b3da-450d-8d56-85122e2bfe4e .shogun-image-content {
  
    align-items: center;
  
}

#s-660a2f99-eac3-4882-9286-79e1bb293fe2 {
  padding-top: 30px;
padding-left: 150px;
padding-bottom: 50px;
padding-right: 150px;
text-align: center;
}
@media (max-width: 767px){#s-660a2f99-eac3-4882-9286-79e1bb293fe2 {
  display: none;
}
#s-660a2f99-eac3-4882-9286-79e1bb293fe2, #wrap-s-660a2f99-eac3-4882-9286-79e1bb293fe2 { display:none !important; }}



  #s-660a2f99-eac3-4882-9286-79e1bb293fe2 img.shogun-image {
    
    width: px;
  }


#s-660a2f99-eac3-4882-9286-79e1bb293fe2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b2fac4c-053c-48ab-8c8b-fb5a5281655f {
  padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
}

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

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

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

#s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9 {
  padding-left: 100px;
padding-right: 100px;
}

@media (min-width: 0px) {
[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a56e3d91-7ee6-40dd-8e13-b81bbbcb23c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-abc61dda-3f6e-4482-a8be-de4bf5aca2cb {
  text-align: center;
}




  #s-abc61dda-3f6e-4482-a8be-de4bf5aca2cb img.shogun-image {
    
    width: px;
  }


#s-abc61dda-3f6e-4482-a8be-de4bf5aca2cb .shogun-image-content {
  
    align-items: center;
  
}

#s-18241b27-1e82-44b1-a2b7-5a7dc041096c {
  padding-top: 30px;
}

#s-bec947e7-db94-4570-8866-222aa6a33129 {
  margin-top: -15px;
padding-bottom: 30px;
}

#s-2eadf33b-61d1-48d1-9ea4-fe9f010d47e2 {
  text-align: center;
}




  #s-2eadf33b-61d1-48d1-9ea4-fe9f010d47e2 img.shogun-image {
    
    width: px;
  }


#s-2eadf33b-61d1-48d1-9ea4-fe9f010d47e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-671d131d-d3db-4b31-963d-c61eace8f12b {
  padding-top: 30px;
}

#s-ad420ea5-c78c-4c1c-9fdf-48274567e003 {
  margin-top: -15px;
padding-bottom: 30px;
}

#s-dcb04782-e02e-4090-acf8-bde06af9bccb {
  text-align: center;
}




  #s-dcb04782-e02e-4090-acf8-bde06af9bccb img.shogun-image {
    
    width: px;
  }


#s-dcb04782-e02e-4090-acf8-bde06af9bccb .shogun-image-content {
  
    align-items: center;
  
}

#s-18a6fb22-2c90-4c01-a176-16b0c5dc8571 {
  padding-top: 30px;
}

#s-619bf318-a2eb-41f1-86fd-1393359dc421 {
  margin-top: -15px;
padding-bottom: 30px;
}

#s-66852ffd-993e-4333-b3ce-99671872e94f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center bottom;
}








#s-66852ffd-993e-4333-b3ce-99671872e94f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66852ffd-993e-4333-b3ce-99671872e94f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e5256df7-0962-41b5-801b-398b644ea116 {
  padding-top: 75px;
padding-left: 30px;
padding-right: 30px;
}

#s-03bc30e8-b28d-4e32-a37b-75e52b2e0c78 {
  padding-left: 30px;
padding-bottom: 50px;
}
@media (min-width: 1200px){#s-03bc30e8-b28d-4e32-a37b-75e52b2e0c78 {
  display: none;
}
#s-03bc30e8-b28d-4e32-a37b-75e52b2e0c78, #wrap-s-03bc30e8-b28d-4e32-a37b-75e52b2e0c78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03bc30e8-b28d-4e32-a37b-75e52b2e0c78 {
  display: none;
}
#s-03bc30e8-b28d-4e32-a37b-75e52b2e0c78, #wrap-s-03bc30e8-b28d-4e32-a37b-75e52b2e0c78 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03bc30e8-b28d-4e32-a37b-75e52b2e0c78 {
  display: none;
}
#s-03bc30e8-b28d-4e32-a37b-75e52b2e0c78, #wrap-s-03bc30e8-b28d-4e32-a37b-75e52b2e0c78 { display:none !important; }}
#s-5eebdce4-0211-4720-9368-7c274db4d242 {
  padding-left: 200px;
padding-bottom: 50px;
padding-right: 200px;
}
@media (max-width: 767px){#s-5eebdce4-0211-4720-9368-7c274db4d242 {
  display: none;
}
#s-5eebdce4-0211-4720-9368-7c274db4d242, #wrap-s-5eebdce4-0211-4720-9368-7c274db4d242 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5eebdce4-0211-4720-9368-7c274db4d242"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d4ed32f9-a9cd-4ee2-a09a-397d7b677d0c {
  padding-left: 30px;
}

#s-e60037c2-1bc8-4753-8eef-7d5f26cbbd4b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}








#s-e60037c2-1bc8-4753-8eef-7d5f26cbbd4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e60037c2-1bc8-4753-8eef-7d5f26cbbd4b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c643e202-9459-46fb-a77b-36becae3afb7 {
  padding-top: 100px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
}

#s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc {
  padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-df243ee1-7f2c-4f4a-ab3e-e48f4341accc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7e122717-d52e-49ce-b6ad-0979233ec823 {
  text-align: center;
}




  #s-7e122717-d52e-49ce-b6ad-0979233ec823 img.shogun-image {
    
    width: px;
  }


#s-7e122717-d52e-49ce-b6ad-0979233ec823 .shogun-image-content {
  
    align-items: center;
  
}

#s-64932428-f462-4ea3-8359-4c94bda25773 {
  padding-top: 30px;
}

#s-49029c20-be4b-4be4-b62c-f592d63f8a75 {
  margin-top: -15px;
padding-bottom: 30px;
}

#s-78fd60fe-f0cc-45c3-b3c6-f6d800331aeb {
  text-align: center;
}




  #s-78fd60fe-f0cc-45c3-b3c6-f6d800331aeb img.shogun-image {
    
    width: px;
  }


#s-78fd60fe-f0cc-45c3-b3c6-f6d800331aeb .shogun-image-content {
  
    align-items: center;
  
}

#s-8045059d-9bfb-4678-91f6-7b2064d44b92 {
  padding-top: 30px;
}

#s-b9f893ee-70ac-4cda-8eeb-9dbaa7a5492b {
  margin-top: -15px;
padding-bottom: 30px;
}

#s-be1e857b-aac5-4bb6-aa93-fcba5a706e77 {
  text-align: center;
}




  #s-be1e857b-aac5-4bb6-aa93-fcba5a706e77 img.shogun-image {
    
    width: px;
  }


#s-be1e857b-aac5-4bb6-aa93-fcba5a706e77 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4067d32-0cca-4eec-a8e5-8c43fe548842 {
  padding-top: 30px;
}

#s-f5e9a774-9cc8-4901-a204-74872dcebbf6 {
  margin-top: -15px;
padding-bottom: 30px;
}

#s-401704e4-3e23-4329-9fcd-ba0aa1223a3d {
  padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-401704e4-3e23-4329-9fcd-ba0aa1223a3d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-aa135d8f-9948-4907-8ad7-a8e6ad3ce33d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-30396361-b362-4ce9-8399-568f62ccc15f {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-30396361-b362-4ce9-8399-568f62ccc15f img.shogun-image {
    
    width: px;
  }


#s-30396361-b362-4ce9-8399-568f62ccc15f .shogun-image-content {
  
    align-items: center;
  
}

#s-d3fed5e9-62dd-4868-a1ca-60decec63ff7 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-d3fed5e9-62dd-4868-a1ca-60decec63ff7 img.shogun-image {
    
    width: px;
  }


#s-d3fed5e9-62dd-4868-a1ca-60decec63ff7 .shogun-image-content {
  
    align-items: center;
  
}

#s-97976199-eb45-49a5-8ef1-8d87cce88a20 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-97976199-eb45-49a5-8ef1-8d87cce88a20 img.shogun-image {
    
    width: px;
  }


#s-97976199-eb45-49a5-8ef1-8d87cce88a20 .shogun-image-content {
  
    align-items: center;
  
}

#s-52428635-6053-4c37-b601-7aaf5514a60c {
  padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-52428635-6053-4c37-b601-7aaf5514a60c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7138f36b-bf43-4872-8239-fe4c5a5360df {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-abe0e02e-12f6-4b14-88e2-ec896fa1e5c0 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-abe0e02e-12f6-4b14-88e2-ec896fa1e5c0 img.shogun-image {
    
    width: px;
  }


#s-abe0e02e-12f6-4b14-88e2-ec896fa1e5c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-67183eba-cea4-48bb-8ae2-c1fca49f6ba4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-67183eba-cea4-48bb-8ae2-c1fca49f6ba4 img.shogun-image {
    
    width: px;
  }


#s-67183eba-cea4-48bb-8ae2-c1fca49f6ba4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f0130a2-fe7f-4bf5-8571-e9afd5f85107 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-6f0130a2-fe7f-4bf5-8571-e9afd5f85107 img.shogun-image {
    
    width: px;
  }


#s-6f0130a2-fe7f-4bf5-8571-e9afd5f85107 .shogun-image-content {
  
    align-items: center;
  
}

#s-2990e729-2570-4370-9b59-bdd51eadedc0 {
  padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2990e729-2570-4370-9b59-bdd51eadedc0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e0c4ec59-80ac-4593-abda-a8ffb15c880e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a54a4397-ec96-4f0f-a3ea-b6ae851ed9c6 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-a54a4397-ec96-4f0f-a3ea-b6ae851ed9c6 img.shogun-image {
    
    width: px;
  }


#s-a54a4397-ec96-4f0f-a3ea-b6ae851ed9c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-089c1a0d-52e5-4490-b100-08298a60e879 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-089c1a0d-52e5-4490-b100-08298a60e879 img.shogun-image {
    
    width: px;
  }


#s-089c1a0d-52e5-4490-b100-08298a60e879 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246 {
  padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9c1a7c5c-70a3-4009-8d3b-85e89e2cc246"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2a62911a-196c-4c00-8b7e-9d8f2f34e6c8 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f8dfd784-ef67-4a7e-ac1e-5326d075fa3d {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-f8dfd784-ef67-4a7e-ac1e-5326d075fa3d img.shogun-image {
    
    width: px;
  }


#s-f8dfd784-ef67-4a7e-ac1e-5326d075fa3d .shogun-image-content {
  
    align-items: center;
  
}

#s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e {
  padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1ddb35e4-8ab9-4300-8843-ef96ec24b52e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-13c1dab6-30a7-4bac-a925-ea8c5f812474 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a3f180c3-296c-4653-b77e-9c2b03ee66ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-a3f180c3-296c-4653-b77e-9c2b03ee66ed img.shogun-image {
    
    width: px;
  }


#s-a3f180c3-296c-4653-b77e-9c2b03ee66ed .shogun-image-content {
  
    align-items: center;
  
}

#s-9e9c4f1b-2fde-4168-8b07-68104633ca65 {
  padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9e9c4f1b-2fde-4168-8b07-68104633ca65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0544e2c6-9b38-49a1-85b7-d08635a1d838 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8fdd6630-74fc-4839-8a42-e9a7c4a4c09f {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-8fdd6630-74fc-4839-8a42-e9a7c4a4c09f img.shogun-image {
    
    width: px;
  }


#s-8fdd6630-74fc-4839-8a42-e9a7c4a4c09f .shogun-image-content {
  
    align-items: center;
  
}

#s-3a047c13-5f63-4a1a-88e0-5316a34501ac {
  padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3a047c13-5f63-4a1a-88e0-5316a34501ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ebdfa6a6-2e31-4a6a-b294-d770b1899625 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-eeec1dbb-8f0b-4469-8e01-dc1304d9eebc {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-eeec1dbb-8f0b-4469-8e01-dc1304d9eebc img.shogun-image {
    
    width: px;
  }


#s-eeec1dbb-8f0b-4469-8e01-dc1304d9eebc .shogun-image-content {
  
    align-items: center;
  
}

#s-c08b8297-eadb-498f-9638-618514db5056 {
  padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
}

#s-f6693040-4d64-42ca-bbc4-24eabff95f25 {
  text-align: center;
}




  #s-f6693040-4d64-42ca-bbc4-24eabff95f25 img.shogun-image {
    
    width: px;
  }


#s-f6693040-4d64-42ca-bbc4-24eabff95f25 .shogun-image-content {
  
    align-items: center;
  
}

#s-45005520-f170-4537-be4a-e991a77cf9f5 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(30, 181, 58, 1);
text-decoration: none;
}
#s-45005520-f170-4537-be4a-e991a77cf9f5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-45005520-f170-4537-be4a-e991a77cf9f5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-45005520-f170-4537-be4a-e991a77cf9f5 {
  display: none;
}
#s-45005520-f170-4537-be4a-e991a77cf9f5, #wrap-s-45005520-f170-4537-be4a-e991a77cf9f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45005520-f170-4537-be4a-e991a77cf9f5 {
  display: none;
}
#s-45005520-f170-4537-be4a-e991a77cf9f5, #wrap-s-45005520-f170-4537-be4a-e991a77cf9f5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45005520-f170-4537-be4a-e991a77cf9f5 {
  display: none;
}
#s-45005520-f170-4537-be4a-e991a77cf9f5, #wrap-s-45005520-f170-4537-be4a-e991a77cf9f5 { display:none !important; }}


#s-45005520-f170-4537-be4a-e991a77cf9f5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-1f5326e7-10c6-4e7e-aaa2-50c4055bdec0 {
  margin-top: 50px;
margin-left: 325px;
margin-bottom: 50px;
margin-right: 325px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(30, 181, 58, 1);
text-decoration: none;
}
#s-1f5326e7-10c6-4e7e-aaa2-50c4055bdec0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-1f5326e7-10c6-4e7e-aaa2-50c4055bdec0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1f5326e7-10c6-4e7e-aaa2-50c4055bdec0 {
  display: none;
}
#s-1f5326e7-10c6-4e7e-aaa2-50c4055bdec0, #wrap-s-1f5326e7-10c6-4e7e-aaa2-50c4055bdec0 { display:none !important; }}


#s-1f5326e7-10c6-4e7e-aaa2-50c4055bdec0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a8248451-7d48-4797-bd10-983186669d92 {
  padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
}

#s-341eafab-92da-4332-a1de-1f4753742dc0 {
  text-align: center;
}




  #s-341eafab-92da-4332-a1de-1f4753742dc0 img.shogun-image {
    
    width: px;
  }


#s-341eafab-92da-4332-a1de-1f4753742dc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2127a96-f4b1-4691-9896-c546344d0e61 {
  padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
}

#s-6a890676-33bf-430c-8cbf-0e2263c31176 {
  text-align: center;
}




  #s-6a890676-33bf-430c-8cbf-0e2263c31176 img.shogun-image {
    
    width: px;
  }


#s-6a890676-33bf-430c-8cbf-0e2263c31176 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a93e864-9a76-4bd9-be58-69d033a7623d {
  padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
}

#s-032a4147-874a-445d-8816-97608ea75865 {
  text-align: center;
}




  #s-032a4147-874a-445d-8816-97608ea75865 img.shogun-image {
    
    width: px;
  }


#s-032a4147-874a-445d-8816-97608ea75865 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5953fd9-e690-48ff-8cf2-133886a90273 {
  padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
}

#s-bc5bf769-9462-48d4-b322-6f1cb3ea645c {
  text-align: center;
}




  #s-bc5bf769-9462-48d4-b322-6f1cb3ea645c img.shogun-image {
    
    width: px;
  }


#s-bc5bf769-9462-48d4-b322-6f1cb3ea645c .shogun-image-content {
  
    align-items: center;
  
}

#s-b411445c-ba66-4634-9870-f927c0f91b0a {
  padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
}

#s-993cb53e-a0d4-42f2-8600-b5d940f3d92e {
  text-align: center;
}




  #s-993cb53e-a0d4-42f2-8600-b5d940f3d92e img.shogun-image {
    
    width: px;
  }


#s-993cb53e-a0d4-42f2-8600-b5d940f3d92e .shogun-image-content {
  
    align-items: center;
  
}

#s-11bcc2f9-70f3-465b-892e-1534da2ff9c3 {
  padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
}

#s-c3fe68b0-6f07-45c4-99ed-3d08cac2f235 {
  text-align: center;
}




  #s-c3fe68b0-6f07-45c4-99ed-3d08cac2f235 img.shogun-image {
    
    width: px;
  }


#s-c3fe68b0-6f07-45c4-99ed-3d08cac2f235 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9838b31-5282-41af-866f-580847766a5a {
  padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
}

#s-a8cd0795-ec0c-4522-8258-fb973b9b7ab8 {
  text-align: center;
}




  #s-a8cd0795-ec0c-4522-8258-fb973b9b7ab8 img.shogun-image {
    
    width: px;
  }


#s-a8cd0795-ec0c-4522-8258-fb973b9b7ab8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b306307-a724-4637-bfb4-b26885ae1144 {
  padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
}

#s-b8cc3dbd-65c3-4a91-8282-907d6e93d754 {
  text-align: center;
}




  #s-b8cc3dbd-65c3-4a91-8282-907d6e93d754 img.shogun-image {
    
    width: px;
  }


#s-b8cc3dbd-65c3-4a91-8282-907d6e93d754 .shogun-image-content {
  
    align-items: center;
  
}

#s-c62b5d4b-be5f-48d9-ae7a-de2dde892126 {
  padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
}

#s-12dd8df0-600b-4cd6-b6b0-4c893fa83cc6 {
  text-align: center;
}




  #s-12dd8df0-600b-4cd6-b6b0-4c893fa83cc6 img.shogun-image {
    
    width: px;
  }


#s-12dd8df0-600b-4cd6-b6b0-4c893fa83cc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee11550a-3c6f-435d-adbb-5336145cba40 {
  padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
}

#s-e714b8b8-2dcc-4daa-978b-fc6cc42c41f9 {
  text-align: center;
}




  #s-e714b8b8-2dcc-4daa-978b-fc6cc42c41f9 img.shogun-image {
    
    width: px;
  }


#s-e714b8b8-2dcc-4daa-978b-fc6cc42c41f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7b248b7-43ca-4faa-8a27-545cba414fbc {
  padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
}

#s-db341fcc-741f-43c4-b70b-4bdda5aa4d0e {
  text-align: center;
}




  #s-db341fcc-741f-43c4-b70b-4bdda5aa4d0e img.shogun-image {
    
    width: px;
  }


#s-db341fcc-741f-43c4-b70b-4bdda5aa4d0e .shogun-image-content {
  
    align-items: center;
  
}

#s-0d1d9456-cc5c-4439-986d-8629af4fda9f {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(30, 181, 58, 1);
text-decoration: none;
}
#s-0d1d9456-cc5c-4439-986d-8629af4fda9f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-0d1d9456-cc5c-4439-986d-8629af4fda9f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0d1d9456-cc5c-4439-986d-8629af4fda9f {
  display: none;
}
#s-0d1d9456-cc5c-4439-986d-8629af4fda9f, #wrap-s-0d1d9456-cc5c-4439-986d-8629af4fda9f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d1d9456-cc5c-4439-986d-8629af4fda9f {
  display: none;
}
#s-0d1d9456-cc5c-4439-986d-8629af4fda9f, #wrap-s-0d1d9456-cc5c-4439-986d-8629af4fda9f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d1d9456-cc5c-4439-986d-8629af4fda9f {
  display: none;
}
#s-0d1d9456-cc5c-4439-986d-8629af4fda9f, #wrap-s-0d1d9456-cc5c-4439-986d-8629af4fda9f { display:none !important; }}


#s-0d1d9456-cc5c-4439-986d-8629af4fda9f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6c009e1d-ca3f-4189-940c-51230dff4881 {
  margin-top: 50px;
margin-left: 325px;
margin-bottom: 50px;
margin-right: 325px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(30, 181, 58, 1);
text-decoration: none;
}
#s-6c009e1d-ca3f-4189-940c-51230dff4881:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-6c009e1d-ca3f-4189-940c-51230dff4881:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6c009e1d-ca3f-4189-940c-51230dff4881 {
  display: none;
}
#s-6c009e1d-ca3f-4189-940c-51230dff4881, #wrap-s-6c009e1d-ca3f-4189-940c-51230dff4881 { display:none !important; }}


#s-6c009e1d-ca3f-4189-940c-51230dff4881.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-3cc44385-a01e-4922-8d2b-8504ed143d4b {
  padding-top: 50px;
padding-left: 20px;
padding-right: 20px;
}

#s-3cc44385-a01e-4922-8d2b-8504ed143d4b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3cc44385-a01e-4922-8d2b-8504ed143d4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-3cc44385-a01e-4922-8d2b-8504ed143d4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(221, 221, 221, 1);
}

#s-3cc44385-a01e-4922-8d2b-8504ed143d4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3cc44385-a01e-4922-8d2b-8504ed143d4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(221, 221, 221, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3cc44385-a01e-4922-8d2b-8504ed143d4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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