.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-58090ab2-8197-46af-ac67-752a618ac5ce {
  background-image: url(https://i.shgcdn.com/2678873b-b201-4a54-9c30-3dd42b55a4bd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 55px;
background-position: center center;
}
@media (max-width: 767px){#s-58090ab2-8197-46af-ac67-752a618ac5ce {
  display: none;
}
#s-58090ab2-8197-46af-ac67-752a618ac5ce, #wrap-s-58090ab2-8197-46af-ac67-752a618ac5ce { display:none !important; }}







#s-58090ab2-8197-46af-ac67-752a618ac5ce > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-58090ab2-8197-46af-ac67-752a618ac5ce.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-c487b1b7-46f3-4bfc-ada2-84d0a0f33e8a {
  text-align: center;
}




  #s-c487b1b7-46f3-4bfc-ada2-84d0a0f33e8a img.shogun-image {
    
    width: px;
  }


#s-c487b1b7-46f3-4bfc-ada2-84d0a0f33e8a .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5 {
  margin-left: 3em;
margin-bottom: 2em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5 {
  display: none;
}
#s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5, #wrap-s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5 { display:none !important; }}@media (max-width: 767px){#s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5 {
  display: none;
}
#s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5, #wrap-s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-ced9b2eb-3f59-46ca-ae74-a2f0fffff8f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-c119aafb-0e18-4d7c-a7d8-e964d85139db {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 231, 222, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(106, 106, 106, 1);
}








#s-c119aafb-0e18-4d7c-a7d8-e964d85139db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c119aafb-0e18-4d7c-a7d8-e964d85139db {
  cursor: pointer;
}#s-c119aafb-0e18-4d7c-a7d8-e964d85139db.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-fd8e1464-43b0-43df-b41a-4477d3f76441 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd8e1464-43b0-43df-b41a-4477d3f76441 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-fd8e1464-43b0-43df-b41a-4477d3f76441 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


.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-a2b75f77-21e5-4167-8838-96009fc5e514 {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(40, 231, 222, 1);
}








#s-a2b75f77-21e5-4167-8838-96009fc5e514 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2b75f77-21e5-4167-8838-96009fc5e514 {
  cursor: pointer;
}#s-a2b75f77-21e5-4167-8838-96009fc5e514.shg-box.shg-c {
  justify-content: center;
}

#s-a35f4ef1-f78a-47d2-b627-cd4412326823 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a35f4ef1-f78a-47d2-b627-cd4412326823 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-a35f4ef1-f78a-47d2-b627-cd4412326823 .shogun-heading-component h1 a {
  color: #000;
}


#s-f3f930fa-fd4d-478a-a1f0-c45db00157c5 {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1px;
padding-bottom: 1em;
padding-right: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f3f930fa-fd4d-478a-a1f0-c45db00157c5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f3f930fa-fd4d-478a-a1f0-c45db00157c5.shg-box.shg-c {
  justify-content: center;
}

#s-f84585fe-0014-461f-a29e-109bcd97dfc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f84585fe-0014-461f-a29e-109bcd97dfc8 .shogun-heading-component h1 {
  color: rgba(40, 231, 222, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-aaa8bd41-d80f-4667-adf4-659560f68669 {
  margin-top: 1em;
margin-left: 3em;
margin-bottom: 1em;
margin-right: 3em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aaa8bd41-d80f-4667-adf4-659560f68669 {
  display: none;
}
#s-aaa8bd41-d80f-4667-adf4-659560f68669, #wrap-s-aaa8bd41-d80f-4667-adf4-659560f68669 { display:none !important; }}@media (max-width: 767px){#s-aaa8bd41-d80f-4667-adf4-659560f68669 {
  display: none;
}
#s-aaa8bd41-d80f-4667-adf4-659560f68669, #wrap-s-aaa8bd41-d80f-4667-adf4-659560f68669 { display:none !important; }}







#s-aaa8bd41-d80f-4667-adf4-659560f68669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaa8bd41-d80f-4667-adf4-659560f68669.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-abf83fc1-1555-4c0b-ac99-5c25e6140a27"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5em);
}

}

#s-0fb8e26c-5b87-49cb-a24b-d626e00ac818 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-0fb8e26c-5b87-49cb-a24b-d626e00ac818 img.shogun-image {
    
    width: px;
  }


#s-0fb8e26c-5b87-49cb-a24b-d626e00ac818 .shogun-image-content {
  
    align-items: flex-end;
  
}

.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-ca746fff-e726-4053-b9ec-513d5384b048 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-ca746fff-e726-4053-b9ec-513d5384b048:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-ca746fff-e726-4053-b9ec-513d5384b048:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ca746fff-e726-4053-b9ec-513d5384b048.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-663eef7f-3be8-4455-a85f-2b71644ffc41 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-663eef7f-3be8-4455-a85f-2b71644ffc41 img.shogun-image {
    
    width: px;
  }


#s-663eef7f-3be8-4455-a85f-2b71644ffc41 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-294a7ad6-b356-4986-8629-e784a03a0879 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-294a7ad6-b356-4986-8629-e784a03a0879:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-294a7ad6-b356-4986-8629-e784a03a0879:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-294a7ad6-b356-4986-8629-e784a03a0879.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-2c808e69-ca26-4c1a-9f7e-c2fc33c64b2f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-da042e0b-581b-4981-8119-9947088af31b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-da042e0b-581b-4981-8119-9947088af31b img.shogun-image {
    
    width: px;
  }


#s-da042e0b-581b-4981-8119-9947088af31b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-26445cb6-be71-460d-96b8-87247e4e0ac8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-26445cb6-be71-460d-96b8-87247e4e0ac8 img.shogun-image {
    
    width: px;
  }


#s-26445cb6-be71-460d-96b8-87247e4e0ac8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2e10b034-ca8d-48af-8553-e3d032017278 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-2e10b034-ca8d-48af-8553-e3d032017278 img.shogun-image {
    
    width: px;
  }


#s-2e10b034-ca8d-48af-8553-e3d032017278 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f17c6bc4-eae6-4ed3-ad17-8da0367be83d {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-f17c6bc4-eae6-4ed3-ad17-8da0367be83d img.shogun-image {
    
    width: px;
  }


#s-f17c6bc4-eae6-4ed3-ad17-8da0367be83d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-09e6b63f-c179-4004-8efc-840197344aba {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-09e6b63f-c179-4004-8efc-840197344aba {
  display: none;
}
#s-09e6b63f-c179-4004-8efc-840197344aba, #wrap-s-09e6b63f-c179-4004-8efc-840197344aba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09e6b63f-c179-4004-8efc-840197344aba {
  display: none;
}
#s-09e6b63f-c179-4004-8efc-840197344aba, #wrap-s-09e6b63f-c179-4004-8efc-840197344aba { display:none !important; }}@media (max-width: 767px){#s-09e6b63f-c179-4004-8efc-840197344aba {
  
}
}







#s-09e6b63f-c179-4004-8efc-840197344aba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09e6b63f-c179-4004-8efc-840197344aba.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5em);
}

[id="s-8563b3bf-6cbb-4786-86b3-0c04e8cfbcc1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5em);
}

}

#s-e215f20d-5865-40b4-8e8e-de70dfacbdf3 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-e215f20d-5865-40b4-8e8e-de70dfacbdf3 img.shogun-image {
    
    width: px;
  }


#s-e215f20d-5865-40b4-8e8e-de70dfacbdf3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b3a31a8d-3894-489e-beff-6c7d02de00ea {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-b3a31a8d-3894-489e-beff-6c7d02de00ea:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-b3a31a8d-3894-489e-beff-6c7d02de00ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b3a31a8d-3894-489e-beff-6c7d02de00ea.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-2f79a933-b787-4aa6-9c88-15d2bff14db9 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-2f79a933-b787-4aa6-9c88-15d2bff14db9 img.shogun-image {
    
    width: px;
  }


#s-2f79a933-b787-4aa6-9c88-15d2bff14db9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ff5c05d7-3dbb-4d38-9d12-2ca8023a29d8 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-ff5c05d7-3dbb-4d38-9d12-2ca8023a29d8:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-ff5c05d7-3dbb-4d38-9d12-2ca8023a29d8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff5c05d7-3dbb-4d38-9d12-2ca8023a29d8.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-1f09bb95-cf53-4b95-9bd8-2efc41211aae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-8c36c5e0-6507-42b1-bd70-b8ff38d5da47 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-8c36c5e0-6507-42b1-bd70-b8ff38d5da47 img.shogun-image {
    
    width: px;
  }


#s-8c36c5e0-6507-42b1-bd70-b8ff38d5da47 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7eb67135-c3cd-4777-9810-0bcb7eb6a339 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-7eb67135-c3cd-4777-9810-0bcb7eb6a339 img.shogun-image {
    
    width: px;
  }


#s-7eb67135-c3cd-4777-9810-0bcb7eb6a339 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-adef6823-8e7d-490e-a70b-a1971fdcd9d0 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-adef6823-8e7d-490e-a70b-a1971fdcd9d0 img.shogun-image {
    
    width: px;
  }


#s-adef6823-8e7d-490e-a70b-a1971fdcd9d0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-345b95ec-bc9e-4086-bb72-04827835971a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-345b95ec-bc9e-4086-bb72-04827835971a img.shogun-image {
    
    width: px;
  }


#s-345b95ec-bc9e-4086-bb72-04827835971a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-88d94e61-2b1f-4757-b20b-3c38aebfe922 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-88d94e61-2b1f-4757-b20b-3c38aebfe922 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-88d94e61-2b1f-4757-b20b-3c38aebfe922.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-432ca773-2829-42a3-998c-cae603fffdf2 {
  display: none;
}
#s-432ca773-2829-42a3-998c-cae603fffdf2, #wrap-s-432ca773-2829-42a3-998c-cae603fffdf2 { display:none !important; }}@media (max-width: 767px){#s-432ca773-2829-42a3-998c-cae603fffdf2 {
  display: none;
}
#s-432ca773-2829-42a3-998c-cae603fffdf2, #wrap-s-432ca773-2829-42a3-998c-cae603fffdf2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-432ca773-2829-42a3-998c-cae603fffdf2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8196e683-4d3c-41fe-97a4-c0a6aaf80d28 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 100%;
background-color: rgba(0, 0, 0, 0);
}








#s-8196e683-4d3c-41fe-97a4-c0a6aaf80d28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8196e683-4d3c-41fe-97a4-c0a6aaf80d28.shg-box.shg-c {
  justify-content: center;
}

#s-b4ce3a43-77f5-4ee7-a4ba-4c71624c6b0b {
  margin-top: auto;
margin-left: 10em;
margin-bottom: auto;
margin-right: 10em;
text-align: center;
}




  #s-b4ce3a43-77f5-4ee7-a4ba-4c71624c6b0b img.shogun-image {
    
    width: px;
  }


#s-b4ce3a43-77f5-4ee7-a4ba-4c71624c6b0b .shogun-image-content {
  
    align-items: center;
  
}

#s-7efc5776-543c-46f1-8fb9-a41baa6b5d40 {
  padding-top: 1em;
padding-bottom: 1em;
}

#s-0d685b1e-6fcc-4eeb-ab77-f9b7a3619da6 {
  border-style: solid;
margin-top: 1em;
margin-bottom: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-0d685b1e-6fcc-4eeb-ab77-f9b7a3619da6:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-0d685b1e-6fcc-4eeb-ab77-f9b7a3619da6:active {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;}


#s-0d685b1e-6fcc-4eeb-ab77-f9b7a3619da6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3em;
  
  
  
  display:  inline-block ;
}

#s-d3480618-2e27-470b-89a9-196d5f4f5ebd {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
max-width: 100%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-d3480618-2e27-470b-89a9-196d5f4f5ebd {
  display: none;
}
#s-d3480618-2e27-470b-89a9-196d5f4f5ebd, #wrap-s-d3480618-2e27-470b-89a9-196d5f4f5ebd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3480618-2e27-470b-89a9-196d5f4f5ebd {
  display: none;
}
#s-d3480618-2e27-470b-89a9-196d5f4f5ebd, #wrap-s-d3480618-2e27-470b-89a9-196d5f4f5ebd { display:none !important; }}







#s-d3480618-2e27-470b-89a9-196d5f4f5ebd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3480618-2e27-470b-89a9-196d5f4f5ebd.shg-box.shg-c {
  justify-content: center;
}

#s-3f2a678b-c98e-4095-8699-361f5bfd0526 {
  margin-top: auto;
margin-left: 3em;
margin-bottom: auto;
margin-right: 3em;
text-align: center;
}




  #s-3f2a678b-c98e-4095-8699-361f5bfd0526 img.shogun-image {
    
    width: px;
  }


#s-3f2a678b-c98e-4095-8699-361f5bfd0526 .shogun-image-content {
  
    align-items: center;
  
}

#s-b375ebff-4dee-453a-9ffe-49ef0edee260 {
  padding-top: 1em;
padding-bottom: 1em;
}

#s-3c1d85d4-6366-4033-b4a6-4a7ee3b765c5 {
  border-style: solid;
margin-top: 1em;
margin-bottom: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-3c1d85d4-6366-4033-b4a6-4a7ee3b765c5:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-3c1d85d4-6366-4033-b4a6-4a7ee3b765c5:active {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;}


#s-3c1d85d4-6366-4033-b4a6-4a7ee3b765c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3em;
  
  
  
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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