.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-905cdcec-2c49-4c16-a093-658134f01480 {
  background-image: url(https://i.shgcdn.com/54f17685-5c7c-47d6-8fb7-0b32a3d510b7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-905cdcec-2c49-4c16-a093-658134f01480 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-905cdcec-2c49-4c16-a093-658134f01480 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-905cdcec-2c49-4c16-a093-658134f01480 {
  
}
}@media (max-width: 767px){#s-905cdcec-2c49-4c16-a093-658134f01480 {
  display: none;
}
#s-905cdcec-2c49-4c16-a093-658134f01480, #wrap-s-905cdcec-2c49-4c16-a093-658134f01480 { display:none !important; }}







#s-905cdcec-2c49-4c16-a093-658134f01480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-905cdcec-2c49-4c16-a093-658134f01480.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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-9616b4bf-7ea9-41eb-a75a-2d88d10f1b13 {
  margin-top: 22%;
margin-left: 7%;
margin-right: 39%;
padding-top: 1%;
padding-bottom: 0%;
}

.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-b2acb27c-38f6-4207-a63e-7cf862de2c1d {
  margin-left: 7%;
margin-right: 40%;
padding-bottom: 0%;
text-align: left;
}

#s-b2acb27c-38f6-4207-a63e-7cf862de2c1d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 62px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-f4ce2150-ede0-41aa-b0f8-716b484bcbba {
  border-style: solid;
margin-top: 1%;
margin-left: 7%;
margin-bottom: 4%;
margin-right: 5%;
padding-top: 4px;
padding-left: 5%;
padding-bottom: 4px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f4ce2150-ede0-41aa-b0f8-716b484bcbba:hover {background-color: rgba(51, 51, 51, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f4ce2150-ede0-41aa-b0f8-716b484bcbba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4ce2150-ede0-41aa-b0f8-716b484bcbba-btn-wrapper {
    text-align: left;
  }


#s-f4ce2150-ede0-41aa-b0f8-716b484bcbba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

.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-ded45b64-6be0-4111-b532-5d8b9375651c {
  padding-top: 5%;
padding-bottom: 5%;
}
@media (min-width: 1200px){#s-ded45b64-6be0-4111-b532-5d8b9375651c {
  display: none;
}
#s-ded45b64-6be0-4111-b532-5d8b9375651c, #wrap-s-ded45b64-6be0-4111-b532-5d8b9375651c { display:none !important; }}@media (max-width: 767px){#s-ded45b64-6be0-4111-b532-5d8b9375651c {
  display: none;
}
#s-ded45b64-6be0-4111-b532-5d8b9375651c, #wrap-s-ded45b64-6be0-4111-b532-5d8b9375651c { display:none !important; }}
@media (min-width: 0px) {
[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ded45b64-6be0-4111-b532-5d8b9375651c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f9179dd5-00eb-4b13-805a-0842aeccc78b {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}
@media (max-width: 767px){#s-f9179dd5-00eb-4b13-805a-0842aeccc78b {
  display: none;
}
#s-f9179dd5-00eb-4b13-805a-0842aeccc78b, #wrap-s-f9179dd5-00eb-4b13-805a-0842aeccc78b { display:none !important; }}







#s-f9179dd5-00eb-4b13-805a-0842aeccc78b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9179dd5-00eb-4b13-805a-0842aeccc78b.shg-box.shg-c {
  justify-content: center;
}

#s-513d25c5-e7b3-48a3-833a-0e695cd5f4ec {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-513d25c5-e7b3-48a3-833a-0e695cd5f4ec {
  display: none;
}
#s-513d25c5-e7b3-48a3-833a-0e695cd5f4ec, #wrap-s-513d25c5-e7b3-48a3-833a-0e695cd5f4ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-513d25c5-e7b3-48a3-833a-0e695cd5f4ec {
  display: none;
}
#s-513d25c5-e7b3-48a3-833a-0e695cd5f4ec, #wrap-s-513d25c5-e7b3-48a3-833a-0e695cd5f4ec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-513d25c5-e7b3-48a3-833a-0e695cd5f4ec {
  display: none;
}
#s-513d25c5-e7b3-48a3-833a-0e695cd5f4ec, #wrap-s-513d25c5-e7b3-48a3-833a-0e695cd5f4ec { display:none !important; }}
#s-513d25c5-e7b3-48a3-833a-0e695cd5f4ec .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-57fca4d8-3e5b-4506-a3e2-bfbb1c5b2dcd {
  margin-left: 50px;
margin-right: 50px;
padding-top: 5%;
text-align: center;
}
@media (max-width: 767px){#s-57fca4d8-3e5b-4506-a3e2-bfbb1c5b2dcd {
  display: none;
}
#s-57fca4d8-3e5b-4506-a3e2-bfbb1c5b2dcd, #wrap-s-57fca4d8-3e5b-4506-a3e2-bfbb1c5b2dcd { display:none !important; }}
#s-57fca4d8-3e5b-4506-a3e2-bfbb1c5b2dcd .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-77b4b6d8-16fd-4c24-8df3-83cbcf5528c3 {
  margin-left: 50px;
margin-right: 50px;
}

#s-77b4b6d8-16fd-4c24-8df3-83cbcf5528c3 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-c5ce8546-7bc8-44ad-b9ff-ac79e17cc115 {
  margin-left: 50px;
margin-right: 50px;
}

#s-04e97e0f-3931-4c9d-8a96-8535168707aa {
  background-image: url(https://i.shgcdn.com/1e0973e6-1f0c-4cad-9da2-20aaa74c4876/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: right center;
}
@media (max-width: 767px){#s-04e97e0f-3931-4c9d-8a96-8535168707aa {
  display: none;
}
#s-04e97e0f-3931-4c9d-8a96-8535168707aa, #wrap-s-04e97e0f-3931-4c9d-8a96-8535168707aa { display:none !important; }}







#s-04e97e0f-3931-4c9d-8a96-8535168707aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04e97e0f-3931-4c9d-8a96-8535168707aa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c {
  margin-left: 10%;
margin-right: 10%;
padding-top: 3%;
padding-bottom: 3%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c {
  display: none;
}
#s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c, #wrap-s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c {
  display: none;
}
#s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c, #wrap-s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c { display:none !important; }}@media (max-width: 767px){#s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c {
  display: none;
}
#s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c, #wrap-s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c { display:none !important; }}
@media (min-width: 0px) {
[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9719cc4-79d1-4d75-bdce-dddcdefa2f6c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-18ca922a-881a-4600-a5cf-c8180500a61e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}
@media (max-width: 767px){#s-18ca922a-881a-4600-a5cf-c8180500a61e {
  display: none;
}
#s-18ca922a-881a-4600-a5cf-c8180500a61e, #wrap-s-18ca922a-881a-4600-a5cf-c8180500a61e { display:none !important; }}







#s-18ca922a-881a-4600-a5cf-c8180500a61e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18ca922a-881a-4600-a5cf-c8180500a61e.shg-box.shg-c {
  justify-content: center;
}

#s-8c32f476-8679-42f5-8541-76cc740b14cf {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8c32f476-8679-42f5-8541-76cc740b14cf {
  display: none;
}
#s-8c32f476-8679-42f5-8541-76cc740b14cf, #wrap-s-8c32f476-8679-42f5-8541-76cc740b14cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c32f476-8679-42f5-8541-76cc740b14cf {
  display: none;
}
#s-8c32f476-8679-42f5-8541-76cc740b14cf, #wrap-s-8c32f476-8679-42f5-8541-76cc740b14cf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c32f476-8679-42f5-8541-76cc740b14cf {
  display: none;
}
#s-8c32f476-8679-42f5-8541-76cc740b14cf, #wrap-s-8c32f476-8679-42f5-8541-76cc740b14cf { display:none !important; }}
#s-8c32f476-8679-42f5-8541-76cc740b14cf .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-13ab50d6-d847-49f3-ad20-a10f9ba8bb65 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 5%;
text-align: center;
}
@media (max-width: 767px){#s-13ab50d6-d847-49f3-ad20-a10f9ba8bb65 {
  display: none;
}
#s-13ab50d6-d847-49f3-ad20-a10f9ba8bb65, #wrap-s-13ab50d6-d847-49f3-ad20-a10f9ba8bb65 { display:none !important; }}
#s-13ab50d6-d847-49f3-ad20-a10f9ba8bb65 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-613f37cf-8821-4a5a-ae29-d41c7d0bafcc {
  margin-left: 50px;
margin-right: 50px;
}

#s-613f37cf-8821-4a5a-ae29-d41c7d0bafcc hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-05b06c99-4e05-469d-8e9a-4274ac38d132 {
  margin-left: 50px;
margin-right: 50px;
}

#s-8357b3eb-b5f5-4b52-905b-8ec7eb3669f8 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: right center;
}
@media (max-width: 767px){#s-8357b3eb-b5f5-4b52-905b-8ec7eb3669f8 {
  display: none;
}
#s-8357b3eb-b5f5-4b52-905b-8ec7eb3669f8, #wrap-s-8357b3eb-b5f5-4b52-905b-8ec7eb3669f8 { display:none !important; }}







#s-8357b3eb-b5f5-4b52-905b-8ec7eb3669f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8357b3eb-b5f5-4b52-905b-8ec7eb3669f8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-067535ba-550e-4c8e-813a-5d8d6fcc2902 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}
@media (min-width: 1200px){#s-067535ba-550e-4c8e-813a-5d8d6fcc2902 {
  display: none;
}
#s-067535ba-550e-4c8e-813a-5d8d6fcc2902, #wrap-s-067535ba-550e-4c8e-813a-5d8d6fcc2902 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-067535ba-550e-4c8e-813a-5d8d6fcc2902 {
  display: none;
}
#s-067535ba-550e-4c8e-813a-5d8d6fcc2902, #wrap-s-067535ba-550e-4c8e-813a-5d8d6fcc2902 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-067535ba-550e-4c8e-813a-5d8d6fcc2902 {
  display: none;
}
#s-067535ba-550e-4c8e-813a-5d8d6fcc2902, #wrap-s-067535ba-550e-4c8e-813a-5d8d6fcc2902 { display:none !important; }}@media (max-width: 767px){#s-067535ba-550e-4c8e-813a-5d8d6fcc2902 {
  
}
}







#s-067535ba-550e-4c8e-813a-5d8d6fcc2902 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-067535ba-550e-4c8e-813a-5d8d6fcc2902.shg-box.shg-c {
  justify-content: center;
}

#s-c93f02df-236a-4870-910a-dfcfa396df9e {
  background-image: url(https://i.shgcdn.com/2e76dab1-b412-4d5e-b499-0ea472243183/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-c93f02df-236a-4870-910a-dfcfa396df9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c93f02df-236a-4870-910a-dfcfa396df9e.shg-box.shg-c {
  justify-content: center;
}

#s-4c02db7c-054c-40d8-8a7c-92d7efb12ea4 {
  margin-top: 83%;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 3%;
}

#s-ba3d04c8-ed36-4152-b794-e648b6d25cca {
  margin-top: 2px;
margin-bottom: 16px;
padding-bottom: 0%;
text-align: center;
}

#s-ba3d04c8-ed36-4152-b794-e648b6d25cca .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f9420706-ee6c-47c6-a1c3-3b570b051548 {
  background-size: undefined 0px;
border-style: solid;
margin-bottom: 6%;
padding-top: 3px;
padding-left: 12%;
padding-bottom: 3px;
padding-right: 12%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-f9420706-ee6c-47c6-a1c3-3b570b051548:hover {background-color: rgba(51, 51, 51, 0.78) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f9420706-ee6c-47c6-a1c3-3b570b051548:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f9420706-ee6c-47c6-a1c3-3b570b051548-btn-wrapper {
    text-align: center;
  }


#s-f9420706-ee6c-47c6-a1c3-3b570b051548.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4d9e7568-e7e2-4f45-a462-fc72eccdb244 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-4d9e7568-e7e2-4f45-a462-fc72eccdb244 {
  display: none;
}
#s-4d9e7568-e7e2-4f45-a462-fc72eccdb244, #wrap-s-4d9e7568-e7e2-4f45-a462-fc72eccdb244 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d9e7568-e7e2-4f45-a462-fc72eccdb244 {
  display: none;
}
#s-4d9e7568-e7e2-4f45-a462-fc72eccdb244, #wrap-s-4d9e7568-e7e2-4f45-a462-fc72eccdb244 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d9e7568-e7e2-4f45-a462-fc72eccdb244 {
  display: none;
}
#s-4d9e7568-e7e2-4f45-a462-fc72eccdb244, #wrap-s-4d9e7568-e7e2-4f45-a462-fc72eccdb244 { display:none !important; }}
#s-4d9e7568-e7e2-4f45-a462-fc72eccdb244 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bdb7d83b-47c1-4ae6-8460-2f836d6eeaa3 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-bdb7d83b-47c1-4ae6-8460-2f836d6eeaa3 {
  display: none;
}
#s-bdb7d83b-47c1-4ae6-8460-2f836d6eeaa3, #wrap-s-bdb7d83b-47c1-4ae6-8460-2f836d6eeaa3 { display:none !important; }}
#s-bdb7d83b-47c1-4ae6-8460-2f836d6eeaa3 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6c7497b9-61d5-4318-958a-3f3a62a95df9 {
  margin-left: 50px;
margin-right: 50px;
}

#s-6c7497b9-61d5-4318-958a-3f3a62a95df9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-9ec94ee4-88d0-41a8-bd09-d8489e696de1 {
  margin-left: 50px;
margin-right: 50px;
}

#s-38018733-2f0c-4db4-b723-ea09eee54819 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-38018733-2f0c-4db4-b723-ea09eee54819 {
  display: none;
}
#s-38018733-2f0c-4db4-b723-ea09eee54819, #wrap-s-38018733-2f0c-4db4-b723-ea09eee54819 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38018733-2f0c-4db4-b723-ea09eee54819 {
  display: none;
}
#s-38018733-2f0c-4db4-b723-ea09eee54819, #wrap-s-38018733-2f0c-4db4-b723-ea09eee54819 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38018733-2f0c-4db4-b723-ea09eee54819 {
  display: none;
}
#s-38018733-2f0c-4db4-b723-ea09eee54819, #wrap-s-38018733-2f0c-4db4-b723-ea09eee54819 { display:none !important; }}@media (max-width: 767px){#s-38018733-2f0c-4db4-b723-ea09eee54819 {
  
}
}







#s-38018733-2f0c-4db4-b723-ea09eee54819 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-38018733-2f0c-4db4-b723-ea09eee54819.shg-box.shg-c {
  justify-content: center;
}

#s-5c6bdf7f-8320-43fb-9373-72b71ab712fc {
  margin-left: 10%;
margin-right: 10%;
padding-top: 29%;
padding-bottom: 0%;
text-align: center;
}

#s-5c6bdf7f-8320-43fb-9373-72b71ab712fc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3c4a56b0-cf57-488c-a087-14e432c9fbc4 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 1%;
padding-bottom: 0%;
}

#s-ef7d74b8-7045-427f-91d8-c7f04bba5178 {
  background-size: undefined 0px;
border-style: solid;
margin-top: 4%;
margin-bottom: 4%;
padding-top: 3px;
padding-left: 12%;
padding-bottom: 3px;
padding-right: 12%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ef7d74b8-7045-427f-91d8-c7f04bba5178:hover {background-color: rgba(51, 51, 51, 0.78) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ef7d74b8-7045-427f-91d8-c7f04bba5178:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef7d74b8-7045-427f-91d8-c7f04bba5178-btn-wrapper {
    text-align: center;
  }


#s-ef7d74b8-7045-427f-91d8-c7f04bba5178.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 1200px){#s-e63de65b-7d34-4d45-b67d-300bb8685a57 {
  display: none;
}
#s-e63de65b-7d34-4d45-b67d-300bb8685a57, #wrap-s-e63de65b-7d34-4d45-b67d-300bb8685a57 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e63de65b-7d34-4d45-b67d-300bb8685a57 {
  display: none;
}
#s-e63de65b-7d34-4d45-b67d-300bb8685a57, #wrap-s-e63de65b-7d34-4d45-b67d-300bb8685a57 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e63de65b-7d34-4d45-b67d-300bb8685a57 {
  display: none;
}
#s-e63de65b-7d34-4d45-b67d-300bb8685a57, #wrap-s-e63de65b-7d34-4d45-b67d-300bb8685a57 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-e63de65b-7d34-4d45-b67d-300bb8685a57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

.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-3a46fc9c-717a-4193-b08f-55060888cdfb {
  padding-top: 15%;
text-align: center;
}




  #s-3a46fc9c-717a-4193-b08f-55060888cdfb img.shogun-image {
    
    width: px;
  }


#s-3a46fc9c-717a-4193-b08f-55060888cdfb .shogun-image-content {
  
    align-items: center;
  
}

#s-119b057b-8dc8-4df1-b869-3044c9625b09 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-119b057b-8dc8-4df1-b869-3044c9625b09 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-384d5fb8-aee3-431f-9656-dc5f10731d2f {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 20%;
padding-bottom: 1px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-384d5fb8-aee3-431f-9656-dc5f10731d2f:hover {background-color: rgba(51, 51, 51, 0.78) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-384d5fb8-aee3-431f-9656-dc5f10731d2f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-384d5fb8-aee3-431f-9656-dc5f10731d2f-btn-wrapper {
    text-align: center;
  }


#s-384d5fb8-aee3-431f-9656-dc5f10731d2f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b5f79801-c4b6-4745-9eb3-035f33acd016 {
  padding-top: 15%;
text-align: center;
}




  #s-b5f79801-c4b6-4745-9eb3-035f33acd016 img.shogun-image {
    
    width: px;
  }


#s-b5f79801-c4b6-4745-9eb3-035f33acd016 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d52ebc4-f50d-462b-bb3e-7de1447d9f19 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-8d52ebc4-f50d-462b-bb3e-7de1447d9f19 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1936ba19-d8d7-41ce-bd15-8745b709a52d {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 20%;
padding-bottom: 1px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1936ba19-d8d7-41ce-bd15-8745b709a52d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(51, 51, 51, 0.78) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1936ba19-d8d7-41ce-bd15-8745b709a52d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1936ba19-d8d7-41ce-bd15-8745b709a52d-btn-wrapper {
    text-align: center;
  }


#s-1936ba19-d8d7-41ce-bd15-8745b709a52d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-53f4a797-9898-4612-a804-06ae358ffb78 {
  padding-top: 15%;
text-align: center;
}




  #s-53f4a797-9898-4612-a804-06ae358ffb78 img.shogun-image {
    
    width: px;
  }


#s-53f4a797-9898-4612-a804-06ae358ffb78 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0e83cca-b87d-404c-9b1a-2259c047a247 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-b0e83cca-b87d-404c-9b1a-2259c047a247 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-350be116-0e00-4ac8-a9fd-ac3c983d04ae {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 20%;
padding-bottom: 1px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-350be116-0e00-4ac8-a9fd-ac3c983d04ae:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(51, 51, 51, 0.79) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-350be116-0e00-4ac8-a9fd-ac3c983d04ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-350be116-0e00-4ac8-a9fd-ac3c983d04ae-btn-wrapper {
    text-align: center;
  }


#s-350be116-0e00-4ac8-a9fd-ac3c983d04ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27adfe4c-6cd8-4321-ab5a-a328c8d92f28 {
  padding-top: 15%;
padding-bottom: 1%;
text-align: center;
}




  #s-27adfe4c-6cd8-4321-ab5a-a328c8d92f28 img.shogun-image {
    
    width: px;
  }


#s-27adfe4c-6cd8-4321-ab5a-a328c8d92f28 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd8161dd-17ef-4108-8645-d46837d2a4bd {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-dd8161dd-17ef-4108-8645-d46837d2a4bd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cfefa27e-bbcd-4776-8585-63b773338bdc {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 20%;
padding-bottom: 1px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(51, 51, 51, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cfefa27e-bbcd-4776-8585-63b773338bdc:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cfefa27e-bbcd-4776-8585-63b773338bdc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cfefa27e-bbcd-4776-8585-63b773338bdc-btn-wrapper {
    text-align: center;
  }


#s-cfefa27e-bbcd-4776-8585-63b773338bdc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-41f0f024-6ff2-4d3a-996a-6a122ae52bb9 {
  padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-41f0f024-6ff2-4d3a-996a-6a122ae52bb9 {
  display: none;
}
#s-41f0f024-6ff2-4d3a-996a-6a122ae52bb9, #wrap-s-41f0f024-6ff2-4d3a-996a-6a122ae52bb9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41f0f024-6ff2-4d3a-996a-6a122ae52bb9 {
  display: none;
}
#s-41f0f024-6ff2-4d3a-996a-6a122ae52bb9, #wrap-s-41f0f024-6ff2-4d3a-996a-6a122ae52bb9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41f0f024-6ff2-4d3a-996a-6a122ae52bb9 {
  display: none;
}
#s-41f0f024-6ff2-4d3a-996a-6a122ae52bb9, #wrap-s-41f0f024-6ff2-4d3a-996a-6a122ae52bb9 { display:none !important; }}



  #s-41f0f024-6ff2-4d3a-996a-6a122ae52bb9 img.shogun-image {
    
    width: px;
  }


#s-41f0f024-6ff2-4d3a-996a-6a122ae52bb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-df4fc94d-b5c8-4fa9-8cb1-30ce07c2890f {
  padding-top: 80%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-df4fc94d-b5c8-4fa9-8cb1-30ce07c2890f {
  display: none;
}
#s-df4fc94d-b5c8-4fa9-8cb1-30ce07c2890f, #wrap-s-df4fc94d-b5c8-4fa9-8cb1-30ce07c2890f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df4fc94d-b5c8-4fa9-8cb1-30ce07c2890f {
  display: none;
}
#s-df4fc94d-b5c8-4fa9-8cb1-30ce07c2890f, #wrap-s-df4fc94d-b5c8-4fa9-8cb1-30ce07c2890f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df4fc94d-b5c8-4fa9-8cb1-30ce07c2890f {
  display: none;
}
#s-df4fc94d-b5c8-4fa9-8cb1-30ce07c2890f, #wrap-s-df4fc94d-b5c8-4fa9-8cb1-30ce07c2890f { display:none !important; }}
#s-df4fc94d-b5c8-4fa9-8cb1-30ce07c2890f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bb452b0f-ac71-442f-a280-93f0c1ee7b04 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 3%;
}

#s-58996505-ef62-42f2-b146-82bf869a9675 {
  background-size: undefined 0px;
border-style: solid;
padding-top: 3px;
padding-left: 12%;
padding-bottom: 3px;
padding-right: 12%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-58996505-ef62-42f2-b146-82bf869a9675:hover {background-color: rgba(51, 51, 51, 0.79) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-58996505-ef62-42f2-b146-82bf869a9675:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-58996505-ef62-42f2-b146-82bf869a9675-btn-wrapper {
    text-align: center;
  }


#s-58996505-ef62-42f2-b146-82bf869a9675.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 1200px){#s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5 {
  display: none;
}
#s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5, #wrap-s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5 {
  display: none;
}
#s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5, #wrap-s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5 {
  display: none;
}
#s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5, #wrap-s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-fe1f9f6f-6149-4c22-8cac-11884bd89dd5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-382a800b-7b64-40ab-8ea8-397f65a53527 {
  padding-top: 15%;
text-align: center;
}




  #s-382a800b-7b64-40ab-8ea8-397f65a53527 img.shogun-image {
    
    width: px;
  }


#s-382a800b-7b64-40ab-8ea8-397f65a53527 .shogun-image-content {
  
    align-items: center;
  
}

#s-89e14d4b-ae44-427f-a228-844f2236fc98 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-89e14d4b-ae44-427f-a228-844f2236fc98 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-df447d2c-2c6d-4d05-9b9c-59940abbd6a2 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 20%;
padding-bottom: 1px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-df447d2c-2c6d-4d05-9b9c-59940abbd6a2:hover {background-color: rgba(51, 51, 51, 0.78) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-df447d2c-2c6d-4d05-9b9c-59940abbd6a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-df447d2c-2c6d-4d05-9b9c-59940abbd6a2-btn-wrapper {
    text-align: center;
  }


#s-df447d2c-2c6d-4d05-9b9c-59940abbd6a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-965e4dd9-4353-4bd5-8bc8-7b56b9f6afda {
  padding-top: 15%;
text-align: center;
}




  #s-965e4dd9-4353-4bd5-8bc8-7b56b9f6afda img.shogun-image {
    
    width: px;
  }


#s-965e4dd9-4353-4bd5-8bc8-7b56b9f6afda .shogun-image-content {
  
    align-items: center;
  
}

#s-6c649e28-b5c5-4793-84ce-ca549ed6ce12 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-6c649e28-b5c5-4793-84ce-ca549ed6ce12 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-de2070e8-be0e-4ca6-986d-96135cc4a302 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 20%;
padding-bottom: 1px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-de2070e8-be0e-4ca6-986d-96135cc4a302:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(51, 51, 51, 0.78) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-de2070e8-be0e-4ca6-986d-96135cc4a302:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de2070e8-be0e-4ca6-986d-96135cc4a302-btn-wrapper {
    text-align: center;
  }


#s-de2070e8-be0e-4ca6-986d-96135cc4a302.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-169f946a-b629-42e2-841e-569083a3e7df {
  padding-top: 15%;
text-align: center;
}




  #s-169f946a-b629-42e2-841e-569083a3e7df img.shogun-image {
    
    width: px;
  }


#s-169f946a-b629-42e2-841e-569083a3e7df .shogun-image-content {
  
    align-items: center;
  
}

#s-a2630e7d-0830-488e-9e04-d4c14038fdf8 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-a2630e7d-0830-488e-9e04-d4c14038fdf8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-90fe3291-6373-46e4-b224-a3698cc1dae9 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 20%;
padding-bottom: 1px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-90fe3291-6373-46e4-b224-a3698cc1dae9:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(51, 51, 51, 0.79) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-90fe3291-6373-46e4-b224-a3698cc1dae9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90fe3291-6373-46e4-b224-a3698cc1dae9-btn-wrapper {
    text-align: center;
  }


#s-90fe3291-6373-46e4-b224-a3698cc1dae9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-82477a38-20b8-46f8-8e3e-c09a83ca7dfe {
  padding-top: 15%;
padding-bottom: 1%;
text-align: center;
}




  #s-82477a38-20b8-46f8-8e3e-c09a83ca7dfe img.shogun-image {
    
    width: px;
  }


#s-82477a38-20b8-46f8-8e3e-c09a83ca7dfe .shogun-image-content {
  
    align-items: center;
  
}

#s-9025ce1b-9a1b-47fd-a51a-93ffac022778 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-9025ce1b-9a1b-47fd-a51a-93ffac022778 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e5dd132c-cd46-46df-bd97-b81f005f27a4 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 20%;
padding-bottom: 1px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(51, 51, 51, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e5dd132c-cd46-46df-bd97-b81f005f27a4:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e5dd132c-cd46-46df-bd97-b81f005f27a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e5dd132c-cd46-46df-bd97-b81f005f27a4-btn-wrapper {
    text-align: center;
  }


#s-e5dd132c-cd46-46df-bd97-b81f005f27a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2db58775-7dc5-43c0-905e-992ee9be879e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5%;
min-height: 640px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2db58775-7dc5-43c0-905e-992ee9be879e {
  display: none;
}
#s-2db58775-7dc5-43c0-905e-992ee9be879e, #wrap-s-2db58775-7dc5-43c0-905e-992ee9be879e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2db58775-7dc5-43c0-905e-992ee9be879e {
  display: none;
}
#s-2db58775-7dc5-43c0-905e-992ee9be879e, #wrap-s-2db58775-7dc5-43c0-905e-992ee9be879e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2db58775-7dc5-43c0-905e-992ee9be879e {
  display: none;
}
#s-2db58775-7dc5-43c0-905e-992ee9be879e, #wrap-s-2db58775-7dc5-43c0-905e-992ee9be879e { display:none !important; }}







#s-2db58775-7dc5-43c0-905e-992ee9be879e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2db58775-7dc5-43c0-905e-992ee9be879e.shg-box.shg-c {
  justify-content: center;
}

#s-727437f8-1436-41da-9ce0-1e6255480bba {
  padding-top: 80%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-727437f8-1436-41da-9ce0-1e6255480bba {
  display: none;
}
#s-727437f8-1436-41da-9ce0-1e6255480bba, #wrap-s-727437f8-1436-41da-9ce0-1e6255480bba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-727437f8-1436-41da-9ce0-1e6255480bba {
  display: none;
}
#s-727437f8-1436-41da-9ce0-1e6255480bba, #wrap-s-727437f8-1436-41da-9ce0-1e6255480bba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-727437f8-1436-41da-9ce0-1e6255480bba {
  display: none;
}
#s-727437f8-1436-41da-9ce0-1e6255480bba, #wrap-s-727437f8-1436-41da-9ce0-1e6255480bba { display:none !important; }}
#s-727437f8-1436-41da-9ce0-1e6255480bba .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6a963864-0b49-47bb-9b0e-d34f0b01f37e {
  margin-left: 4%;
margin-right: 4%;
padding-top: 3%;
}

#s-3b7dfa23-8968-47f6-93a2-c1bc73bd8a94 {
  background-size: undefined 0px;
border-style: solid;
padding-top: 3px;
padding-left: 12%;
padding-bottom: 3px;
padding-right: 12%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3b7dfa23-8968-47f6-93a2-c1bc73bd8a94:hover {background-color: rgba(51, 51, 51, 0.77) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3b7dfa23-8968-47f6-93a2-c1bc73bd8a94:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b7dfa23-8968-47f6-93a2-c1bc73bd8a94-btn-wrapper {
    text-align: center;
  }


#s-3b7dfa23-8968-47f6-93a2-c1bc73bd8a94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-147a9e4c-bb5b-4ce9-ad59-55a8ae4a6178 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-81f609fb-8bbd-422a-aaa4-d09ca5d30862 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-81f609fb-8bbd-422a-aaa4-d09ca5d30862 {
  display: none;
}
#s-81f609fb-8bbd-422a-aaa4-d09ca5d30862, #wrap-s-81f609fb-8bbd-422a-aaa4-d09ca5d30862 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81f609fb-8bbd-422a-aaa4-d09ca5d30862 {
  display: none;
}
#s-81f609fb-8bbd-422a-aaa4-d09ca5d30862, #wrap-s-81f609fb-8bbd-422a-aaa4-d09ca5d30862 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81f609fb-8bbd-422a-aaa4-d09ca5d30862 {
  display: none;
}
#s-81f609fb-8bbd-422a-aaa4-d09ca5d30862, #wrap-s-81f609fb-8bbd-422a-aaa4-d09ca5d30862 { display:none !important; }}
#s-81f609fb-8bbd-422a-aaa4-d09ca5d30862 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-99bbeb1e-7a1c-4926-bc1d-d29fec4984ea {
  border-style: solid;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-99bbeb1e-7a1c-4926-bc1d-d29fec4984ea {
  display: none;
}
#s-99bbeb1e-7a1c-4926-bc1d-d29fec4984ea, #wrap-s-99bbeb1e-7a1c-4926-bc1d-d29fec4984ea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99bbeb1e-7a1c-4926-bc1d-d29fec4984ea {
  display: none;
}
#s-99bbeb1e-7a1c-4926-bc1d-d29fec4984ea, #wrap-s-99bbeb1e-7a1c-4926-bc1d-d29fec4984ea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99bbeb1e-7a1c-4926-bc1d-d29fec4984ea {
  display: none;
}
#s-99bbeb1e-7a1c-4926-bc1d-d29fec4984ea, #wrap-s-99bbeb1e-7a1c-4926-bc1d-d29fec4984ea { display:none !important; }}
#s-91f01ee0-916e-4138-8318-e616575c4180 {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-91f01ee0-916e-4138-8318-e616575c4180 {
  display: none;
}
#s-91f01ee0-916e-4138-8318-e616575c4180, #wrap-s-91f01ee0-916e-4138-8318-e616575c4180 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91f01ee0-916e-4138-8318-e616575c4180 {
  display: none;
}
#s-91f01ee0-916e-4138-8318-e616575c4180, #wrap-s-91f01ee0-916e-4138-8318-e616575c4180 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91f01ee0-916e-4138-8318-e616575c4180 {
  display: none;
}
#s-91f01ee0-916e-4138-8318-e616575c4180, #wrap-s-91f01ee0-916e-4138-8318-e616575c4180 { display:none !important; }}
#s-49a90335-857e-464b-ba00-67067bd58d72 {
  background-repeat: no-repeat;
background-size: cover;
padding-bottom: 0%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-49a90335-857e-464b-ba00-67067bd58d72 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49a90335-857e-464b-ba00-67067bd58d72 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-49a90335-857e-464b-ba00-67067bd58d72 {
  
}
}@media (max-width: 767px){#s-49a90335-857e-464b-ba00-67067bd58d72 {
  display: none;
}
#s-49a90335-857e-464b-ba00-67067bd58d72, #wrap-s-49a90335-857e-464b-ba00-67067bd58d72 { display:none !important; }}







#s-49a90335-857e-464b-ba00-67067bd58d72 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-49a90335-857e-464b-ba00-67067bd58d72.shg-box.shg-c {
  justify-content: center;
}

#s-e34179f6-0a2a-422a-940b-8c68cf5088ae {
  margin-left: 10%;
margin-right: 10%;
padding-top: 30%;
padding-bottom: 0%;
text-align: center;
}

#s-e34179f6-0a2a-422a-940b-8c68cf5088ae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b37d4043-2136-43f2-89c3-2e505480b405 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 1%;
padding-bottom: 0%;
}

#s-b15481bd-5214-428a-a001-e8ab573115ad {
  border-style: solid;
margin-bottom: 9%;
padding-top: 4px;
padding-left: 5%;
padding-bottom: 4px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b15481bd-5214-428a-a001-e8ab573115ad:hover {background-color: rgba(51, 51, 51, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b15481bd-5214-428a-a001-e8ab573115ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b15481bd-5214-428a-a001-e8ab573115ad-btn-wrapper {
    text-align: center;
  }


#s-b15481bd-5214-428a-a001-e8ab573115ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b {
  margin-top: 5%;
margin-bottom: 5%;
}
@media (min-width: 1200px){#s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b {
  display: none;
}
#s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b, #wrap-s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b {
  display: none;
}
#s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b, #wrap-s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b { display:none !important; }}@media (max-width: 767px){#s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b {
  display: none;
}
#s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b, #wrap-s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b { display:none !important; }}
@media (min-width: 0px) {
[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bb7689c2-ffb3-4141-af20-7a43b1c0e46b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-83be8b78-5797-4e32-9a08-6e365027f8f1 {
  text-align: center;
}




  #s-83be8b78-5797-4e32-9a08-6e365027f8f1 img.shogun-image {
    
    width: px;
  }


#s-83be8b78-5797-4e32-9a08-6e365027f8f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-dede468c-8dcb-47c7-9279-262e08185c17 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-dede468c-8dcb-47c7-9279-262e08185c17 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9035a315-225f-4945-82d9-915465dd4cfe {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 13%;
padding-bottom: 4px;
padding-right: 13%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9035a315-225f-4945-82d9-915465dd4cfe:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9035a315-225f-4945-82d9-915465dd4cfe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9035a315-225f-4945-82d9-915465dd4cfe-btn-wrapper {
    text-align: center;
  }


#s-9035a315-225f-4945-82d9-915465dd4cfe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-2f638540-70ef-4c7d-9bab-d87f30583bfe {
  text-align: center;
}




  #s-2f638540-70ef-4c7d-9bab-d87f30583bfe img.shogun-image {
    
    width: px;
  }


#s-2f638540-70ef-4c7d-9bab-d87f30583bfe .shogun-image-content {
  
    align-items: center;
  
}

#s-4b520c7b-28ba-46d8-b2c6-708afab77484 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-4b520c7b-28ba-46d8-b2c6-708afab77484 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-310b0609-9e7c-4833-a23f-882bc77e27a1 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-310b0609-9e7c-4833-a23f-882bc77e27a1:hover {background-color: rgba(51, 51, 51, 0.74) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-310b0609-9e7c-4833-a23f-882bc77e27a1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-310b0609-9e7c-4833-a23f-882bc77e27a1-btn-wrapper {
    text-align: center;
  }


#s-310b0609-9e7c-4833-a23f-882bc77e27a1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-09314c71-3c0e-47eb-a7e9-738fb5647ecf {
  text-align: center;
}




  #s-09314c71-3c0e-47eb-a7e9-738fb5647ecf img.shogun-image {
    
    width: px;
  }


#s-09314c71-3c0e-47eb-a7e9-738fb5647ecf .shogun-image-content {
  
    align-items: center;
  
}

#s-770e748a-5bf7-40d0-80ed-1f723f924c55 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-770e748a-5bf7-40d0-80ed-1f723f924c55 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-16abec55-728c-4957-8bea-22dfc0dfc5ff {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-16abec55-728c-4957-8bea-22dfc0dfc5ff:hover {background-color: rgba(51, 51, 51, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-16abec55-728c-4957-8bea-22dfc0dfc5ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16abec55-728c-4957-8bea-22dfc0dfc5ff-btn-wrapper {
    text-align: center;
  }


#s-16abec55-728c-4957-8bea-22dfc0dfc5ff.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-ad9d3d3e-d3bf-4f66-a6c8-430002a28d7f {
  text-align: center;
}




  #s-ad9d3d3e-d3bf-4f66-a6c8-430002a28d7f img.shogun-image {
    
    width: px;
  }


#s-ad9d3d3e-d3bf-4f66-a6c8-430002a28d7f .shogun-image-content {
  
    align-items: center;
  
}

#s-2aef2821-b522-4098-9d85-255de416680c {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-2aef2821-b522-4098-9d85-255de416680c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c1b686ba-71d6-48e0-81fa-95ed59ecba02 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c1b686ba-71d6-48e0-81fa-95ed59ecba02:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c1b686ba-71d6-48e0-81fa-95ed59ecba02:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1b686ba-71d6-48e0-81fa-95ed59ecba02-btn-wrapper {
    text-align: center;
  }


#s-c1b686ba-71d6-48e0-81fa-95ed59ecba02.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-6adb63d1-835f-4cdf-a48b-eebcabfb8003 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 3%;
padding-bottom: 3%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6adb63d1-835f-4cdf-a48b-eebcabfb8003 {
  display: none;
}
#s-6adb63d1-835f-4cdf-a48b-eebcabfb8003, #wrap-s-6adb63d1-835f-4cdf-a48b-eebcabfb8003 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6adb63d1-835f-4cdf-a48b-eebcabfb8003 {
  display: none;
}
#s-6adb63d1-835f-4cdf-a48b-eebcabfb8003, #wrap-s-6adb63d1-835f-4cdf-a48b-eebcabfb8003 { display:none !important; }}@media (max-width: 767px){#s-6adb63d1-835f-4cdf-a48b-eebcabfb8003 {
  display: none;
}
#s-6adb63d1-835f-4cdf-a48b-eebcabfb8003, #wrap-s-6adb63d1-835f-4cdf-a48b-eebcabfb8003 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6adb63d1-835f-4cdf-a48b-eebcabfb8003"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1157f421-64d0-45a0-97ec-857af8970ef2 {
  text-align: center;
}




  #s-1157f421-64d0-45a0-97ec-857af8970ef2 img.shogun-image {
    
    width: px;
  }


#s-1157f421-64d0-45a0-97ec-857af8970ef2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9974d806-6e8c-4046-921e-235587fa374f {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-9974d806-6e8c-4046-921e-235587fa374f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0ff7494b-1db7-4990-80a2-149fd527a68c {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 13%;
padding-bottom: 4px;
padding-right: 13%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0ff7494b-1db7-4990-80a2-149fd527a68c:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0ff7494b-1db7-4990-80a2-149fd527a68c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ff7494b-1db7-4990-80a2-149fd527a68c-btn-wrapper {
    text-align: center;
  }


#s-0ff7494b-1db7-4990-80a2-149fd527a68c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-b2ad0562-9017-4c27-ba67-f2eb5f261ee9 {
  text-align: center;
}




  #s-b2ad0562-9017-4c27-ba67-f2eb5f261ee9 img.shogun-image {
    
    width: px;
  }


#s-b2ad0562-9017-4c27-ba67-f2eb5f261ee9 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dde6ec3-3612-40e4-9c8e-3ff3a18c0219 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-3dde6ec3-3612-40e4-9c8e-3ff3a18c0219 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-30eaa945-a9fa-4636-8ba6-1562465505ac {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-30eaa945-a9fa-4636-8ba6-1562465505ac:hover {background-color: rgba(51, 51, 51, 0.74) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-30eaa945-a9fa-4636-8ba6-1562465505ac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-30eaa945-a9fa-4636-8ba6-1562465505ac-btn-wrapper {
    text-align: center;
  }


#s-30eaa945-a9fa-4636-8ba6-1562465505ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-285d9447-89b3-42ff-a1d8-5433157b2ecd {
  text-align: center;
}




  #s-285d9447-89b3-42ff-a1d8-5433157b2ecd img.shogun-image {
    
    width: px;
  }


#s-285d9447-89b3-42ff-a1d8-5433157b2ecd .shogun-image-content {
  
    align-items: center;
  
}

#s-c187fd35-0d9d-4cbd-94ea-2e06c32e9a4a {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-c187fd35-0d9d-4cbd-94ea-2e06c32e9a4a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-03ffa3d6-52d5-465f-ab71-994719437182 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-03ffa3d6-52d5-465f-ab71-994719437182:hover {background-color: rgba(51, 51, 51, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-03ffa3d6-52d5-465f-ab71-994719437182:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-03ffa3d6-52d5-465f-ab71-994719437182-btn-wrapper {
    text-align: center;
  }


#s-03ffa3d6-52d5-465f-ab71-994719437182.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-12550db0-0b02-4462-bc26-d9bc12b62dfe {
  text-align: center;
}




  #s-12550db0-0b02-4462-bc26-d9bc12b62dfe img.shogun-image {
    
    width: px;
  }


#s-12550db0-0b02-4462-bc26-d9bc12b62dfe .shogun-image-content {
  
    align-items: center;
  
}

#s-83f15a9f-2fe8-4e8e-9cf9-0b9cdf67bb2a {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-83f15a9f-2fe8-4e8e-9cf9-0b9cdf67bb2a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7092ace7-5457-4a41-9b1e-4a7e5ed9f500 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7092ace7-5457-4a41-9b1e-4a7e5ed9f500:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7092ace7-5457-4a41-9b1e-4a7e5ed9f500:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7092ace7-5457-4a41-9b1e-4a7e5ed9f500-btn-wrapper {
    text-align: center;
  }


#s-7092ace7-5457-4a41-9b1e-4a7e5ed9f500.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-40104a97-42b2-4434-b91d-2e4e92cfe2ad {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-40104a97-42b2-4434-b91d-2e4e92cfe2ad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40104a97-42b2-4434-b91d-2e4e92cfe2ad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40104a97-42b2-4434-b91d-2e4e92cfe2ad {
  display: none;
}
#s-40104a97-42b2-4434-b91d-2e4e92cfe2ad, #wrap-s-40104a97-42b2-4434-b91d-2e4e92cfe2ad { display:none !important; }}@media (max-width: 767px){#s-40104a97-42b2-4434-b91d-2e4e92cfe2ad {
  display: none;
}
#s-40104a97-42b2-4434-b91d-2e4e92cfe2ad, #wrap-s-40104a97-42b2-4434-b91d-2e4e92cfe2ad { display:none !important; }}







#s-40104a97-42b2-4434-b91d-2e4e92cfe2ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40104a97-42b2-4434-b91d-2e4e92cfe2ad.shg-box.shg-c {
  justify-content: center;
}

#s-0a32643c-42a1-4c18-a0f6-1a44e027ad86 {
  margin-top: 20%;
margin-left: 5%;
margin-right: 40%;
padding-bottom: 0%;
text-align: left;
}

#s-0a32643c-42a1-4c18-a0f6-1a44e027ad86 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f5140106-349e-4ddf-b022-fb0818b03900 {
  margin-left: 5%;
margin-right: 56%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-2a627f8c-e967-47cb-b57e-58a4bb71cc98 {
  border-style: solid;
margin-left: 5%;
margin-bottom: 27%;
margin-right: 5%;
padding-top: 4px;
padding-left: 5%;
padding-bottom: 4px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2a627f8c-e967-47cb-b57e-58a4bb71cc98:hover {background-color: rgba(51, 51, 51, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2a627f8c-e967-47cb-b57e-58a4bb71cc98:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2a627f8c-e967-47cb-b57e-58a4bb71cc98-btn-wrapper {
    text-align: left;
  }


#s-2a627f8c-e967-47cb-b57e-58a4bb71cc98.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-90b0f27f-588c-478a-9199-303d7b83ab74 {
  padding-top: 5%;
padding-bottom: 5%;
}
@media (min-width: 1200px){#s-90b0f27f-588c-478a-9199-303d7b83ab74 {
  display: none;
}
#s-90b0f27f-588c-478a-9199-303d7b83ab74, #wrap-s-90b0f27f-588c-478a-9199-303d7b83ab74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90b0f27f-588c-478a-9199-303d7b83ab74 {
  display: none;
}
#s-90b0f27f-588c-478a-9199-303d7b83ab74, #wrap-s-90b0f27f-588c-478a-9199-303d7b83ab74 { display:none !important; }}@media (max-width: 767px){#s-90b0f27f-588c-478a-9199-303d7b83ab74 {
  display: none;
}
#s-90b0f27f-588c-478a-9199-303d7b83ab74, #wrap-s-90b0f27f-588c-478a-9199-303d7b83ab74 { display:none !important; }}
@media (min-width: 0px) {
[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-90b0f27f-588c-478a-9199-303d7b83ab74"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2154432f-2283-481e-8030-6ed4bc708325 {
  text-align: center;
}




  #s-2154432f-2283-481e-8030-6ed4bc708325 img.shogun-image {
    
    width: px;
  }


#s-2154432f-2283-481e-8030-6ed4bc708325 .shogun-image-content {
  
    align-items: center;
  
}

#s-204c7e5d-3f66-4d85-a6d4-6aec0bb9ec06 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-204c7e5d-3f66-4d85-a6d4-6aec0bb9ec06 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-664ba1ac-1b23-4847-b4be-a2c7d6bdcc72 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 16%;
padding-bottom: 1px;
padding-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-664ba1ac-1b23-4847-b4be-a2c7d6bdcc72:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-664ba1ac-1b23-4847-b4be-a2c7d6bdcc72:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-664ba1ac-1b23-4847-b4be-a2c7d6bdcc72-btn-wrapper {
    text-align: center;
  }


#s-664ba1ac-1b23-4847-b4be-a2c7d6bdcc72.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-1f8d0251-add3-4cab-99a0-ec8cea10d48b {
  text-align: center;
}




  #s-1f8d0251-add3-4cab-99a0-ec8cea10d48b img.shogun-image {
    
    width: px;
  }


#s-1f8d0251-add3-4cab-99a0-ec8cea10d48b .shogun-image-content {
  
    align-items: center;
  
}

#s-a461f8fe-9b8c-48b3-a9ac-a48b52c4a2b6 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-a461f8fe-9b8c-48b3-a9ac-a48b52c4a2b6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-70e6bf42-6e70-45de-a607-3a2120b89422 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 16%;
padding-bottom: 1px;
padding-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-70e6bf42-6e70-45de-a607-3a2120b89422:hover {background-color: rgba(51, 51, 51, 0.77) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-70e6bf42-6e70-45de-a607-3a2120b89422:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70e6bf42-6e70-45de-a607-3a2120b89422-btn-wrapper {
    text-align: center;
  }


#s-70e6bf42-6e70-45de-a607-3a2120b89422.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-564942d5-6d56-4196-a1df-627d29d4d878 {
  text-align: center;
}




  #s-564942d5-6d56-4196-a1df-627d29d4d878 img.shogun-image {
    
    width: px;
  }


#s-564942d5-6d56-4196-a1df-627d29d4d878 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2649ad4-e531-422e-a461-871d32db17b0 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-d2649ad4-e531-422e-a461-871d32db17b0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c642371f-e82a-454b-b2a2-cc99c1ebe1ad {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 16%;
padding-bottom: 1px;
padding-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c642371f-e82a-454b-b2a2-cc99c1ebe1ad:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c642371f-e82a-454b-b2a2-cc99c1ebe1ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c642371f-e82a-454b-b2a2-cc99c1ebe1ad-btn-wrapper {
    text-align: center;
  }


#s-c642371f-e82a-454b-b2a2-cc99c1ebe1ad.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-e87e0908-81ae-41b1-80f1-1345a7fc871b {
  text-align: center;
}




  #s-e87e0908-81ae-41b1-80f1-1345a7fc871b img.shogun-image {
    
    width: px;
  }


#s-e87e0908-81ae-41b1-80f1-1345a7fc871b .shogun-image-content {
  
    align-items: center;
  
}

#s-f5878106-e83a-4a23-b347-f6def465ef0c {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-f5878106-e83a-4a23-b347-f6def465ef0c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ea5a1128-5a19-4629-8857-089460939e02 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 16%;
padding-bottom: 1px;
padding-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ea5a1128-5a19-4629-8857-089460939e02:hover {background-color: rgba(51, 51, 51, 0.78) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ea5a1128-5a19-4629-8857-089460939e02:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea5a1128-5a19-4629-8857-089460939e02-btn-wrapper {
    text-align: center;
  }


#s-ea5a1128-5a19-4629-8857-089460939e02.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-6060dc44-38ca-443c-a147-40f381d0637e {
  text-align: center;
}
@media (min-width: 1200px){#s-6060dc44-38ca-443c-a147-40f381d0637e {
  display: none;
}
#s-6060dc44-38ca-443c-a147-40f381d0637e, #wrap-s-6060dc44-38ca-443c-a147-40f381d0637e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6060dc44-38ca-443c-a147-40f381d0637e {
  display: none;
}
#s-6060dc44-38ca-443c-a147-40f381d0637e, #wrap-s-6060dc44-38ca-443c-a147-40f381d0637e { display:none !important; }}@media (max-width: 767px){#s-6060dc44-38ca-443c-a147-40f381d0637e {
  display: none;
}
#s-6060dc44-38ca-443c-a147-40f381d0637e, #wrap-s-6060dc44-38ca-443c-a147-40f381d0637e { display:none !important; }}



  #s-6060dc44-38ca-443c-a147-40f381d0637e img.shogun-image {
    
    width: px;
  }


#s-6060dc44-38ca-443c-a147-40f381d0637e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0f71e994-a46c-4965-94af-002fb5e913d8 {
  margin-top: 20%;
margin-left: 5%;
margin-right: 40%;
padding-bottom: 0%;
text-align: left;
}

#s-0f71e994-a46c-4965-94af-002fb5e913d8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5c51fe8c-fc31-4bf1-94d1-b38b7a0b1daa {
  margin-left: 5%;
margin-right: 44%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-67adf422-40fe-438b-aa7d-69b7be813d90 {
  border-style: solid;
margin-left: 5%;
margin-right: 5%;
padding-top: 4px;
padding-left: 5%;
padding-bottom: 4px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-67adf422-40fe-438b-aa7d-69b7be813d90:hover {background-color: rgba(51, 51, 51, 0.78) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-67adf422-40fe-438b-aa7d-69b7be813d90:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67adf422-40fe-438b-aa7d-69b7be813d90-btn-wrapper {
    text-align: left;
  }


#s-67adf422-40fe-438b-aa7d-69b7be813d90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-7ba3d89b-f84e-49c9-bd1d-548f690b4c93 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0%;
min-height: 640px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-7ba3d89b-f84e-49c9-bd1d-548f690b4c93 {
  display: none;
}
#s-7ba3d89b-f84e-49c9-bd1d-548f690b4c93, #wrap-s-7ba3d89b-f84e-49c9-bd1d-548f690b4c93 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ba3d89b-f84e-49c9-bd1d-548f690b4c93 {
  display: none;
}
#s-7ba3d89b-f84e-49c9-bd1d-548f690b4c93, #wrap-s-7ba3d89b-f84e-49c9-bd1d-548f690b4c93 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ba3d89b-f84e-49c9-bd1d-548f690b4c93 {
  display: none;
}
#s-7ba3d89b-f84e-49c9-bd1d-548f690b4c93, #wrap-s-7ba3d89b-f84e-49c9-bd1d-548f690b4c93 { display:none !important; }}







#s-7ba3d89b-f84e-49c9-bd1d-548f690b4c93 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7ba3d89b-f84e-49c9-bd1d-548f690b4c93.shg-box.shg-c {
  justify-content: center;
}

#s-c45c07bd-7c94-4615-8a6a-cb198183a0da {
  padding-top: 80%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-c45c07bd-7c94-4615-8a6a-cb198183a0da {
  display: none;
}
#s-c45c07bd-7c94-4615-8a6a-cb198183a0da, #wrap-s-c45c07bd-7c94-4615-8a6a-cb198183a0da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c45c07bd-7c94-4615-8a6a-cb198183a0da {
  display: none;
}
#s-c45c07bd-7c94-4615-8a6a-cb198183a0da, #wrap-s-c45c07bd-7c94-4615-8a6a-cb198183a0da { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c45c07bd-7c94-4615-8a6a-cb198183a0da {
  display: none;
}
#s-c45c07bd-7c94-4615-8a6a-cb198183a0da, #wrap-s-c45c07bd-7c94-4615-8a6a-cb198183a0da { display:none !important; }}
#s-c45c07bd-7c94-4615-8a6a-cb198183a0da .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6ba098b3-f5c2-4e50-8631-45cd4fd2b3d6 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 3%;
}

#s-1cc20490-6165-4ef2-8cab-09be7313b70b {
  background-size: undefined 0px;
border-style: solid;
padding-top: 3px;
padding-left: 15%;
padding-bottom: 3px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1cc20490-6165-4ef2-8cab-09be7313b70b:hover {background-color: rgba(51, 51, 51, 0.79) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1cc20490-6165-4ef2-8cab-09be7313b70b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cc20490-6165-4ef2-8cab-09be7313b70b-btn-wrapper {
    text-align: center;
  }


#s-1cc20490-6165-4ef2-8cab-09be7313b70b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3 {
  padding-top: 5%;
padding-bottom: 5%;
}
@media (min-width: 1200px){#s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3 {
  display: none;
}
#s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3, #wrap-s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3 {
  display: none;
}
#s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3, #wrap-s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3 { display:none !important; }}@media (max-width: 767px){#s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3 {
  display: none;
}
#s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3, #wrap-s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5c61076d-aab6-43fd-8b27-b38c23c4a7f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b47b02e7-519f-490d-a6ec-9cdc0335ff4e {
  text-align: center;
}




  #s-b47b02e7-519f-490d-a6ec-9cdc0335ff4e img.shogun-image {
    
    width: px;
  }


#s-b47b02e7-519f-490d-a6ec-9cdc0335ff4e .shogun-image-content {
  
    align-items: center;
  
}

#s-ab5b2d82-d618-47a3-ac5c-219bab2948b8 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-ab5b2d82-d618-47a3-ac5c-219bab2948b8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a21ddb83-7c95-4d8e-ba93-d24673109524 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a21ddb83-7c95-4d8e-ba93-d24673109524:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a21ddb83-7c95-4d8e-ba93-d24673109524:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a21ddb83-7c95-4d8e-ba93-d24673109524-btn-wrapper {
    text-align: center;
  }


#s-a21ddb83-7c95-4d8e-ba93-d24673109524.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-95170270-33bd-46f6-addd-20bedaf3e269 {
  text-align: center;
}




  #s-95170270-33bd-46f6-addd-20bedaf3e269 img.shogun-image {
    
    width: px;
  }


#s-95170270-33bd-46f6-addd-20bedaf3e269 .shogun-image-content {
  
    align-items: center;
  
}

#s-48aa2b00-187f-4f56-8000-65c4b03778b6 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-48aa2b00-187f-4f56-8000-65c4b03778b6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-78a8dd1c-f1eb-4615-8df5-b819bf1dd318 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-78a8dd1c-f1eb-4615-8df5-b819bf1dd318:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-78a8dd1c-f1eb-4615-8df5-b819bf1dd318:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-78a8dd1c-f1eb-4615-8df5-b819bf1dd318-btn-wrapper {
    text-align: center;
  }


#s-78a8dd1c-f1eb-4615-8df5-b819bf1dd318.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-dfcdde04-9733-490d-ab29-112d81c31ebd {
  text-align: center;
}




  #s-dfcdde04-9733-490d-ab29-112d81c31ebd img.shogun-image {
    
    width: px;
  }


#s-dfcdde04-9733-490d-ab29-112d81c31ebd .shogun-image-content {
  
    align-items: center;
  
}

#s-e43f7e10-3325-4f8f-ac38-b4a4567580d6 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-e43f7e10-3325-4f8f-ac38-b4a4567580d6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e661148e-2809-4552-8b59-e4530e061dab {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e661148e-2809-4552-8b59-e4530e061dab:hover {background-color: rgba(51, 51, 51, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e661148e-2809-4552-8b59-e4530e061dab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e661148e-2809-4552-8b59-e4530e061dab-btn-wrapper {
    text-align: center;
  }


#s-e661148e-2809-4552-8b59-e4530e061dab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-0c41b9de-f08a-41d1-9c3c-78bbcd890d67 {
  text-align: center;
}




  #s-0c41b9de-f08a-41d1-9c3c-78bbcd890d67 img.shogun-image {
    
    width: px;
  }


#s-0c41b9de-f08a-41d1-9c3c-78bbcd890d67 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6803b26-bedb-4eac-8f18-a66365edfd1d {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-e6803b26-bedb-4eac-8f18-a66365edfd1d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-01b369f4-bbbc-460e-8d11-cc83fb90fbc6 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-01b369f4-bbbc-460e-8d11-cc83fb90fbc6:hover {background-color: rgba(51, 51, 51, 0.77) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-01b369f4-bbbc-460e-8d11-cc83fb90fbc6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01b369f4-bbbc-460e-8d11-cc83fb90fbc6-btn-wrapper {
    text-align: center;
  }


#s-01b369f4-bbbc-460e-8d11-cc83fb90fbc6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 3%;
padding-bottom: 3%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5 {
  display: none;
}
#s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5, #wrap-s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5 {
  display: none;
}
#s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5, #wrap-s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5 { display:none !important; }}@media (max-width: 767px){#s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5 {
  display: none;
}
#s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5, #wrap-s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bd9ff42b-398e-4a3b-86e8-ad3923d473b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-4ac6ac77-de53-4211-ab4e-a0fb90861235 {
  text-align: center;
}




  #s-4ac6ac77-de53-4211-ab4e-a0fb90861235 img.shogun-image {
    
    width: px;
  }


#s-4ac6ac77-de53-4211-ab4e-a0fb90861235 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5de3dca-e400-41ed-bde8-da7657dbcc8c {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-a5de3dca-e400-41ed-bde8-da7657dbcc8c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-877ab36c-7b3d-4a58-b915-6564a054b6fa {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-877ab36c-7b3d-4a58-b915-6564a054b6fa:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-877ab36c-7b3d-4a58-b915-6564a054b6fa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-877ab36c-7b3d-4a58-b915-6564a054b6fa-btn-wrapper {
    text-align: center;
  }


#s-877ab36c-7b3d-4a58-b915-6564a054b6fa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-840b8650-ca5e-474f-a6a0-58ef5098d73b {
  text-align: center;
}




  #s-840b8650-ca5e-474f-a6a0-58ef5098d73b img.shogun-image {
    
    width: px;
  }


#s-840b8650-ca5e-474f-a6a0-58ef5098d73b .shogun-image-content {
  
    align-items: center;
  
}

#s-3d6d3937-c707-43d8-8ab7-9c6fb358b129 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-3d6d3937-c707-43d8-8ab7-9c6fb358b129 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f4dbb7b3-e381-4ee3-9bc1-83b3a2202483 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f4dbb7b3-e381-4ee3-9bc1-83b3a2202483:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f4dbb7b3-e381-4ee3-9bc1-83b3a2202483:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4dbb7b3-e381-4ee3-9bc1-83b3a2202483-btn-wrapper {
    text-align: center;
  }


#s-f4dbb7b3-e381-4ee3-9bc1-83b3a2202483.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-a4d0ccd4-9044-4663-8474-e05a3495d94e {
  text-align: center;
}




  #s-a4d0ccd4-9044-4663-8474-e05a3495d94e img.shogun-image {
    
    width: px;
  }


#s-a4d0ccd4-9044-4663-8474-e05a3495d94e .shogun-image-content {
  
    align-items: center;
  
}

#s-b99f9597-9a77-4169-b5f3-cbf9abeeb847 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-b99f9597-9a77-4169-b5f3-cbf9abeeb847 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3f0cf117-d24a-41f8-8422-be93c1af8308 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3f0cf117-d24a-41f8-8422-be93c1af8308:hover {background-color: rgba(51, 51, 51, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3f0cf117-d24a-41f8-8422-be93c1af8308:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f0cf117-d24a-41f8-8422-be93c1af8308-btn-wrapper {
    text-align: center;
  }


#s-3f0cf117-d24a-41f8-8422-be93c1af8308.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-cfb3f777-8275-4da7-ac2c-e1829d81d4aa {
  text-align: center;
}




  #s-cfb3f777-8275-4da7-ac2c-e1829d81d4aa img.shogun-image {
    
    width: px;
  }


#s-cfb3f777-8275-4da7-ac2c-e1829d81d4aa .shogun-image-content {
  
    align-items: center;
  
}

#s-80bf7f31-0ad6-4888-9047-33b373b5c194 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-80bf7f31-0ad6-4888-9047-33b373b5c194 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e0c4523e-23bf-4460-a4f4-fee1d44ad8f5 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e0c4523e-23bf-4460-a4f4-fee1d44ad8f5:hover {background-color: rgba(51, 51, 51, 0.77) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e0c4523e-23bf-4460-a4f4-fee1d44ad8f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e0c4523e-23bf-4460-a4f4-fee1d44ad8f5-btn-wrapper {
    text-align: center;
  }


#s-e0c4523e-23bf-4460-a4f4-fee1d44ad8f5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4 {
  padding-top: 5%;
padding-bottom: 5%;
}
@media (min-width: 1200px){#s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4 {
  display: none;
}
#s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4, #wrap-s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4 {
  display: none;
}
#s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4, #wrap-s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4 { display:none !important; }}@media (max-width: 767px){#s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4 {
  display: none;
}
#s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4, #wrap-s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0c86c94c-24d0-45b4-93ec-a6e5700d9db4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-72f71ae8-4e23-4886-bcdb-1581352b6b4f {
  text-align: center;
}




  #s-72f71ae8-4e23-4886-bcdb-1581352b6b4f img.shogun-image {
    
    width: px;
  }


#s-72f71ae8-4e23-4886-bcdb-1581352b6b4f .shogun-image-content {
  
    align-items: center;
  
}

#s-461bdeb2-5c98-4f66-a604-59021bcdf2e3 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-461bdeb2-5c98-4f66-a604-59021bcdf2e3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eba01d52-c864-4c26-8749-3f120742a2fc {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 16%;
padding-bottom: 1px;
padding-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-eba01d52-c864-4c26-8749-3f120742a2fc:hover {background-color: rgba(51, 51, 51, 0.78) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eba01d52-c864-4c26-8749-3f120742a2fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eba01d52-c864-4c26-8749-3f120742a2fc-btn-wrapper {
    text-align: center;
  }


#s-eba01d52-c864-4c26-8749-3f120742a2fc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-7645c77d-d43e-4048-bde7-28b00d1017c6 {
  text-align: center;
}




  #s-7645c77d-d43e-4048-bde7-28b00d1017c6 img.shogun-image {
    
    width: px;
  }


#s-7645c77d-d43e-4048-bde7-28b00d1017c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7f30055-c325-4bab-9a59-754b64154809 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-a7f30055-c325-4bab-9a59-754b64154809 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7e7adb21-8972-410a-a2e6-ef223a17b85d {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 16%;
padding-bottom: 1px;
padding-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7e7adb21-8972-410a-a2e6-ef223a17b85d:hover {background-color: rgba(51, 51, 51, 0.78) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7e7adb21-8972-410a-a2e6-ef223a17b85d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7e7adb21-8972-410a-a2e6-ef223a17b85d-btn-wrapper {
    text-align: center;
  }


#s-7e7adb21-8972-410a-a2e6-ef223a17b85d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-a1497a3b-1bce-4d2c-a74b-b321b633f3ad {
  text-align: center;
}




  #s-a1497a3b-1bce-4d2c-a74b-b321b633f3ad img.shogun-image {
    
    width: px;
  }


#s-a1497a3b-1bce-4d2c-a74b-b321b633f3ad .shogun-image-content {
  
    align-items: center;
  
}

#s-4d5ab924-6b84-4a1d-aeec-8b699958882e {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-4d5ab924-6b84-4a1d-aeec-8b699958882e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e46870a5-43b0-4604-af69-b9d1dc727f68 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 16%;
padding-bottom: 1px;
padding-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e46870a5-43b0-4604-af69-b9d1dc727f68:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e46870a5-43b0-4604-af69-b9d1dc727f68:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e46870a5-43b0-4604-af69-b9d1dc727f68-btn-wrapper {
    text-align: center;
  }


#s-e46870a5-43b0-4604-af69-b9d1dc727f68.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-1eea19a2-c948-4ba6-b026-0889ff81b9e7 {
  text-align: center;
}




  #s-1eea19a2-c948-4ba6-b026-0889ff81b9e7 img.shogun-image {
    
    width: px;
  }


#s-1eea19a2-c948-4ba6-b026-0889ff81b9e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fa27a8b-6bda-4bb8-babe-6314368073c4 {
  padding-top: 80%;
padding-left: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-2fa27a8b-6bda-4bb8-babe-6314368073c4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-37a4e424-1452-460a-ba8f-1a3b0f136a17 {
  border-style: solid;
margin-top: 7%;
margin-bottom: 0%;
padding-top: 1px;
padding-left: 16%;
padding-bottom: 1px;
padding-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-37a4e424-1452-460a-ba8f-1a3b0f136a17:hover {background-color: rgba(51, 51, 51, 0.79) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-37a4e424-1452-460a-ba8f-1a3b0f136a17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-37a4e424-1452-460a-ba8f-1a3b0f136a17-btn-wrapper {
    text-align: center;
  }


#s-37a4e424-1452-460a-ba8f-1a3b0f136a17.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-31b32d73-1bb7-4538-a067-10fdfa7aaa6c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-31b32d73-1bb7-4538-a067-10fdfa7aaa6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31b32d73-1bb7-4538-a067-10fdfa7aaa6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31b32d73-1bb7-4538-a067-10fdfa7aaa6c {
  
}
}@media (max-width: 767px){#s-31b32d73-1bb7-4538-a067-10fdfa7aaa6c {
  display: none;
}
#s-31b32d73-1bb7-4538-a067-10fdfa7aaa6c, #wrap-s-31b32d73-1bb7-4538-a067-10fdfa7aaa6c { display:none !important; }}







#s-31b32d73-1bb7-4538-a067-10fdfa7aaa6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31b32d73-1bb7-4538-a067-10fdfa7aaa6c.shg-box.shg-c {
  justify-content: center;
}

#s-9fea1c45-1356-4876-b96e-2f63b1e349b8 {
  margin-top: 20%;
margin-right: 5%;
padding-top: 5%;
padding-bottom: 0%;
text-align: right;
}

#s-9fea1c45-1356-4876-b96e-2f63b1e349b8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-52aad666-4dc8-4826-9ad4-ce412fb4e72d {
  margin-left: 2%;
margin-right: 5%;
padding-top: 1%;
padding-bottom: 1%;
}

#s-30890de7-4e2c-4bc5-b059-6392eb3cb23e {
  border-style: solid;
margin-left: 5%;
margin-bottom: 27%;
margin-right: 5%;
padding-top: 4px;
padding-left: 5%;
padding-bottom: 4px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-30890de7-4e2c-4bc5-b059-6392eb3cb23e:hover {background-color: rgba(51, 51, 51, 0.78) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-30890de7-4e2c-4bc5-b059-6392eb3cb23e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-30890de7-4e2c-4bc5-b059-6392eb3cb23e-btn-wrapper {
    text-align: right;
  }


#s-30890de7-4e2c-4bc5-b059-6392eb3cb23e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1 {
  padding-top: 5%;
padding-bottom: 5%;
}
@media (min-width: 1200px){#s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1 {
  display: none;
}
#s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1, #wrap-s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1 {
  display: none;
}
#s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1, #wrap-s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1 { display:none !important; }}@media (max-width: 767px){#s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1 {
  display: none;
}
#s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1, #wrap-s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-66f875f7-5067-4bf0-89b7-7bf7f38a40d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-350b2582-1ea0-47d3-b38c-55af5417151c {
  padding-top: 10%;
padding-bottom: 10px;
text-align: center;
}

#s-350b2582-1ea0-47d3-b38c-55af5417151c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2cb0cbec-3d22-43b9-bfc4-ada7df361531 {
  border-style: solid;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
background-color: rgba(0, 0, 0, 0);
}

#s-b87dec26-8a9a-44f5-bdff-746cbff57450 {
  margin-left: 4%;
margin-bottom: 25px;
margin-right: 4%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-5818fdf6-ab63-4153-bc4f-316e351e674d {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center top;
}
@media (max-width: 767px){#s-5818fdf6-ab63-4153-bc4f-316e351e674d {
  display: none;
}
#s-5818fdf6-ab63-4153-bc4f-316e351e674d, #wrap-s-5818fdf6-ab63-4153-bc4f-316e351e674d { display:none !important; }}







#s-5818fdf6-ab63-4153-bc4f-316e351e674d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5818fdf6-ab63-4153-bc4f-316e351e674d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b1e63059-6cd6-4717-9b6f-6601645c475e {
  margin-left: 10%;
margin-right: 10%;
padding-top: 3%;
padding-bottom: 3%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b1e63059-6cd6-4717-9b6f-6601645c475e {
  display: none;
}
#s-b1e63059-6cd6-4717-9b6f-6601645c475e, #wrap-s-b1e63059-6cd6-4717-9b6f-6601645c475e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1e63059-6cd6-4717-9b6f-6601645c475e {
  display: none;
}
#s-b1e63059-6cd6-4717-9b6f-6601645c475e, #wrap-s-b1e63059-6cd6-4717-9b6f-6601645c475e { display:none !important; }}@media (max-width: 767px){#s-b1e63059-6cd6-4717-9b6f-6601645c475e {
  display: none;
}
#s-b1e63059-6cd6-4717-9b6f-6601645c475e, #wrap-s-b1e63059-6cd6-4717-9b6f-6601645c475e { display:none !important; }}
@media (min-width: 0px) {
[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1e63059-6cd6-4717-9b6f-6601645c475e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-43175685-13c9-4ada-be6e-202821ef16e7 {
  padding-top: 10%;
padding-bottom: 10px;
text-align: center;
}

#s-43175685-13c9-4ada-be6e-202821ef16e7 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d537f56d-4757-4450-8e21-545042cbdc31 {
  border-style: solid;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
background-color: rgba(0, 0, 0, 0);
}

#s-6e6055d3-05cb-47fa-866e-3470b3ecc16a {
  margin-left: 4%;
margin-bottom: 25px;
margin-right: 4%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-ec3f4e75-f58b-4065-8105-6b082bb9b8c7 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center top;
}
@media (max-width: 767px){#s-ec3f4e75-f58b-4065-8105-6b082bb9b8c7 {
  display: none;
}
#s-ec3f4e75-f58b-4065-8105-6b082bb9b8c7, #wrap-s-ec3f4e75-f58b-4065-8105-6b082bb9b8c7 { display:none !important; }}







#s-ec3f4e75-f58b-4065-8105-6b082bb9b8c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec3f4e75-f58b-4065-8105-6b082bb9b8c7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-986ff157-7c7e-4a75-af6c-a0b1f79311d1 {
  padding-top: 5%;
padding-bottom: 5%;
}
@media (min-width: 1200px){#s-986ff157-7c7e-4a75-af6c-a0b1f79311d1 {
  display: none;
}
#s-986ff157-7c7e-4a75-af6c-a0b1f79311d1, #wrap-s-986ff157-7c7e-4a75-af6c-a0b1f79311d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-986ff157-7c7e-4a75-af6c-a0b1f79311d1 {
  display: none;
}
#s-986ff157-7c7e-4a75-af6c-a0b1f79311d1, #wrap-s-986ff157-7c7e-4a75-af6c-a0b1f79311d1 { display:none !important; }}@media (max-width: 767px){#s-986ff157-7c7e-4a75-af6c-a0b1f79311d1 {
  display: none;
}
#s-986ff157-7c7e-4a75-af6c-a0b1f79311d1, #wrap-s-986ff157-7c7e-4a75-af6c-a0b1f79311d1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-986ff157-7c7e-4a75-af6c-a0b1f79311d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f52f40f0-6a56-4983-8e61-61719a6ad5f8 {
  padding-bottom: 10px;
text-align: center;
}

#s-f52f40f0-6a56-4983-8e61-61719a6ad5f8 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-485c99a4-854e-4023-b2d1-0a9a69efc502 {
  border-style: solid;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
background-color: rgba(0, 0, 0, 0);
}

#s-f1b9fab9-a0f1-42e5-93a4-e3b20a7c3caf {
  margin-left: 4%;
margin-bottom: 25px;
margin-right: 4%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-c86f9ee1-b3bc-44a9-a9aa-035f458cb7b8 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center top;
}
@media (max-width: 767px){#s-c86f9ee1-b3bc-44a9-a9aa-035f458cb7b8 {
  display: none;
}
#s-c86f9ee1-b3bc-44a9-a9aa-035f458cb7b8, #wrap-s-c86f9ee1-b3bc-44a9-a9aa-035f458cb7b8 { display:none !important; }}







#s-c86f9ee1-b3bc-44a9-a9aa-035f458cb7b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c86f9ee1-b3bc-44a9-a9aa-035f458cb7b8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-24f70ec7-6407-43cc-85b0-3f87baa1696c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-24f70ec7-6407-43cc-85b0-3f87baa1696c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24f70ec7-6407-43cc-85b0-3f87baa1696c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24f70ec7-6407-43cc-85b0-3f87baa1696c {
  
}
}@media (max-width: 767px){#s-24f70ec7-6407-43cc-85b0-3f87baa1696c {
  display: none;
}
#s-24f70ec7-6407-43cc-85b0-3f87baa1696c, #wrap-s-24f70ec7-6407-43cc-85b0-3f87baa1696c { display:none !important; }}







#s-24f70ec7-6407-43cc-85b0-3f87baa1696c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24f70ec7-6407-43cc-85b0-3f87baa1696c.shg-box.shg-c {
  justify-content: center;
}

#s-ce183033-bacc-4646-9c48-17ebf0a7008c {
  margin-top: 25%;
margin-left: 5%;
padding-bottom: 0%;
text-align: left;
}

#s-ce183033-bacc-4646-9c48-17ebf0a7008c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c969e35e-3173-459e-bd46-2b3a7695a2f3 {
  margin-left: 5%;
margin-right: 55%;
padding-top: 1%;
padding-bottom: 0%;
}

#s-3e0e1035-5ef3-43a1-bc47-98afaee1a199 {
  border-style: solid;
margin-left: 5%;
margin-bottom: 33%;
padding-top: 4px;
padding-left: 5%;
padding-bottom: 4px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3e0e1035-5ef3-43a1-bc47-98afaee1a199:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3e0e1035-5ef3-43a1-bc47-98afaee1a199:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e0e1035-5ef3-43a1-bc47-98afaee1a199-btn-wrapper {
    text-align: left;
  }


#s-3e0e1035-5ef3-43a1-bc47-98afaee1a199.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-0af3ccf6-9cd7-4b29-8b55-ee4f2d973ac0 {
  padding-top: 5%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-0af3ccf6-9cd7-4b29-8b55-ee4f2d973ac0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0af3ccf6-9cd7-4b29-8b55-ee4f2d973ac0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0af3ccf6-9cd7-4b29-8b55-ee4f2d973ac0 {
  
}
}@media (max-width: 767px){#s-0af3ccf6-9cd7-4b29-8b55-ee4f2d973ac0 {
  display: none;
}
#s-0af3ccf6-9cd7-4b29-8b55-ee4f2d973ac0, #wrap-s-0af3ccf6-9cd7-4b29-8b55-ee4f2d973ac0 { display:none !important; }}
#s-0af3ccf6-9cd7-4b29-8b55-ee4f2d973ac0 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6b333e51-0111-487e-b571-c219829d5604 {
  padding-top: 10%;
padding-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-6b333e51-0111-487e-b571-c219829d5604 {
  display: none;
}
#s-6b333e51-0111-487e-b571-c219829d5604, #wrap-s-6b333e51-0111-487e-b571-c219829d5604 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b333e51-0111-487e-b571-c219829d5604 {
  display: none;
}
#s-6b333e51-0111-487e-b571-c219829d5604, #wrap-s-6b333e51-0111-487e-b571-c219829d5604 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b333e51-0111-487e-b571-c219829d5604 {
  display: none;
}
#s-6b333e51-0111-487e-b571-c219829d5604, #wrap-s-6b333e51-0111-487e-b571-c219829d5604 { display:none !important; }}@media (max-width: 767px){#s-6b333e51-0111-487e-b571-c219829d5604 {
  
}
}
#s-6b333e51-0111-487e-b571-c219829d5604 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-51369aba-4e83-4bcf-af5c-dfb83e45eb41 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0%;
}
@media (max-width: 767px){#s-51369aba-4e83-4bcf-af5c-dfb83e45eb41 {
  display: none;
}
#s-51369aba-4e83-4bcf-af5c-dfb83e45eb41, #wrap-s-51369aba-4e83-4bcf-af5c-dfb83e45eb41 { display:none !important; }}
#s-53005318-ae51-4360-9530-5632e0ea6e55 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0%;
}
@media (min-width: 1200px){#s-53005318-ae51-4360-9530-5632e0ea6e55 {
  display: none;
}
#s-53005318-ae51-4360-9530-5632e0ea6e55, #wrap-s-53005318-ae51-4360-9530-5632e0ea6e55 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53005318-ae51-4360-9530-5632e0ea6e55 {
  display: none;
}
#s-53005318-ae51-4360-9530-5632e0ea6e55, #wrap-s-53005318-ae51-4360-9530-5632e0ea6e55 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53005318-ae51-4360-9530-5632e0ea6e55 {
  display: none;
}
#s-53005318-ae51-4360-9530-5632e0ea6e55, #wrap-s-53005318-ae51-4360-9530-5632e0ea6e55 { display:none !important; }}
#s-51bebb69-3c36-4230-aae4-c4fc96c8322d {
  padding-top: 1%;
padding-bottom: 7%;
}
@media (min-width: 1200px){#s-51bebb69-3c36-4230-aae4-c4fc96c8322d {
  display: none;
}
#s-51bebb69-3c36-4230-aae4-c4fc96c8322d, #wrap-s-51bebb69-3c36-4230-aae4-c4fc96c8322d { display:none !important; }}@media (max-width: 767px){#s-51bebb69-3c36-4230-aae4-c4fc96c8322d {
  display: none;
}
#s-51bebb69-3c36-4230-aae4-c4fc96c8322d, #wrap-s-51bebb69-3c36-4230-aae4-c4fc96c8322d { display:none !important; }}
@media (min-width: 0px) {
[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-51bebb69-3c36-4230-aae4-c4fc96c8322d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-20423fb7-f6c4-449e-9cae-8d1a2b28c3b2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-20423fb7-f6c4-449e-9cae-8d1a2b28c3b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20423fb7-f6c4-449e-9cae-8d1a2b28c3b2.shg-box.shg-c {
  justify-content: center;
}

#s-5803bb29-6251-4476-91df-88958187a677 {
  margin-top: 90%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5803bb29-6251-4476-91df-88958187a677 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8fbb1f61-5f36-4f9e-9fc4-15b14ab090bf {
  background-size: undefined 0px;
border-style: solid;
margin-bottom: 10%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8fbb1f61-5f36-4f9e-9fc4-15b14ab090bf:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8fbb1f61-5f36-4f9e-9fc4-15b14ab090bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8fbb1f61-5f36-4f9e-9fc4-15b14ab090bf-btn-wrapper {
    text-align: center;
  }


#s-8fbb1f61-5f36-4f9e-9fc4-15b14ab090bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-447ffa4b-c666-4b7c-a3f8-2c1f94e582d0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-447ffa4b-c666-4b7c-a3f8-2c1f94e582d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-447ffa4b-c666-4b7c-a3f8-2c1f94e582d0.shg-box.shg-c {
  justify-content: center;
}

#s-c09ff882-fb8d-4e86-9ab1-7b21da83fabe {
  margin-top: 90%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c09ff882-fb8d-4e86-9ab1-7b21da83fabe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dcbf0497-daa2-4e08-ae36-0122bc679a27 {
  background-size: undefined 0px;
border-style: solid;
margin-bottom: 10%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-dcbf0497-daa2-4e08-ae36-0122bc679a27:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dcbf0497-daa2-4e08-ae36-0122bc679a27:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dcbf0497-daa2-4e08-ae36-0122bc679a27-btn-wrapper {
    text-align: center;
  }


#s-dcbf0497-daa2-4e08-ae36-0122bc679a27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-d3d0bb6c-2503-4892-8c38-6bd5bfd7b626 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-d3d0bb6c-2503-4892-8c38-6bd5bfd7b626 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3d0bb6c-2503-4892-8c38-6bd5bfd7b626.shg-box.shg-c {
  justify-content: center;
}

#s-947ab685-979f-4f72-a9e1-db5e1d46aee0 {
  margin-top: 90%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-947ab685-979f-4f72-a9e1-db5e1d46aee0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-926d7818-7289-4993-9c70-80367586d392 {
  background-size: undefined 0px;
border-style: solid;
margin-bottom: 10%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-926d7818-7289-4993-9c70-80367586d392:hover {background-color: rgba(51, 51, 51, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-926d7818-7289-4993-9c70-80367586d392:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-926d7818-7289-4993-9c70-80367586d392-btn-wrapper {
    text-align: center;
  }


#s-926d7818-7289-4993-9c70-80367586d392.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa {
  margin-left: 10%;
margin-right: 10%;
padding-top: 1%;
padding-bottom: 7%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa {
  display: none;
}
#s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa, #wrap-s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa {
  display: none;
}
#s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa, #wrap-s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa { display:none !important; }}@media (max-width: 767px){#s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa {
  display: none;
}
#s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa, #wrap-s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa { display:none !important; }}
@media (min-width: 0px) {
[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0935b7b0-c912-4b7a-90f0-51e560cdc1fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-281398c9-766a-4a08-ab6a-8becbeb8c94b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-281398c9-766a-4a08-ab6a-8becbeb8c94b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-281398c9-766a-4a08-ab6a-8becbeb8c94b.shg-box.shg-c {
  justify-content: center;
}

#s-d338f35c-305a-4600-b791-917b0ec59f06 {
  margin-top: 90%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d338f35c-305a-4600-b791-917b0ec59f06 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d22edb2e-0826-4a0d-8242-66d1b42579cf {
  background-size: undefined 0px;
border-style: solid;
margin-bottom: 10%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d22edb2e-0826-4a0d-8242-66d1b42579cf:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d22edb2e-0826-4a0d-8242-66d1b42579cf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d22edb2e-0826-4a0d-8242-66d1b42579cf-btn-wrapper {
    text-align: center;
  }


#s-d22edb2e-0826-4a0d-8242-66d1b42579cf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-dae82c19-fdae-4d47-a614-9fbf8b4b5156 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-dae82c19-fdae-4d47-a614-9fbf8b4b5156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dae82c19-fdae-4d47-a614-9fbf8b4b5156.shg-box.shg-c {
  justify-content: center;
}

#s-e664b474-8bc5-4c44-8b59-49bd1c099e4a {
  margin-top: 90%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e664b474-8bc5-4c44-8b59-49bd1c099e4a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1acd7a90-74d7-4594-94ff-6d2fdddfc903 {
  background-size: undefined 0px;
border-style: solid;
margin-bottom: 10%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1acd7a90-74d7-4594-94ff-6d2fdddfc903:hover {background-color: rgba(51, 51, 51, 0.76) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1acd7a90-74d7-4594-94ff-6d2fdddfc903:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1acd7a90-74d7-4594-94ff-6d2fdddfc903-btn-wrapper {
    text-align: center;
  }


#s-1acd7a90-74d7-4594-94ff-6d2fdddfc903.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-f82a0e54-b487-48a8-8a29-10a582b15908 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-f82a0e54-b487-48a8-8a29-10a582b15908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f82a0e54-b487-48a8-8a29-10a582b15908.shg-box.shg-c {
  justify-content: center;
}

#s-fc064ce3-fc2e-4a34-82c5-ecd7abb55f8c {
  margin-top: 90%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc064ce3-fc2e-4a34-82c5-ecd7abb55f8c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4015fdf4-5e4e-4071-b58f-998df6acdf1f {
  background-size: undefined 0px;
border-style: solid;
margin-bottom: 10%;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4015fdf4-5e4e-4071-b58f-998df6acdf1f:hover {background-color: rgba(51, 51, 51, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4015fdf4-5e4e-4071-b58f-998df6acdf1f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4015fdf4-5e4e-4071-b58f-998df6acdf1f-btn-wrapper {
    text-align: center;
  }


#s-4015fdf4-5e4e-4071-b58f-998df6acdf1f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-447a03df-210b-45a1-9008-bc716d0b2319 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-447a03df-210b-45a1-9008-bc716d0b2319 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-447a03df-210b-45a1-9008-bc716d0b2319 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-447a03df-210b-45a1-9008-bc716d0b2319 {
  
}
}@media (max-width: 767px){#s-447a03df-210b-45a1-9008-bc716d0b2319 {
  display: none;
}
#s-447a03df-210b-45a1-9008-bc716d0b2319, #wrap-s-447a03df-210b-45a1-9008-bc716d0b2319 { display:none !important; }}







#s-447a03df-210b-45a1-9008-bc716d0b2319 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-447a03df-210b-45a1-9008-bc716d0b2319.shg-box.shg-c {
  justify-content: center;
}

#s-8ae2028f-ad56-4a32-a61e-13e11de18265 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 47%;
padding-bottom: 3%;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-8ae2028f-ad56-4a32-a61e-13e11de18265 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-35c26bb5-06f3-4455-a799-b9aa5f9500a2 {
  padding-left: 12%;
padding-bottom: 4%;
padding-right: 12%;
}

@media (min-width: 0px) {
[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-35c26bb5-06f3-4455-a799-b9aa5f9500a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b3df805b-6f4e-46e2-ac5d-a07257bfb40c {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-b3df805b-6f4e-46e2-ac5d-a07257bfb40c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3df805b-6f4e-46e2-ac5d-a07257bfb40c {
  cursor: pointer;
}#s-b3df805b-6f4e-46e2-ac5d-a07257bfb40c.shg-box.shg-c {
  justify-content: center;
}

#s-d14f0d20-56c0-4933-99ed-63f41163adf4 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-d14f0d20-56c0-4933-99ed-63f41163adf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d14f0d20-56c0-4933-99ed-63f41163adf4 {
  cursor: pointer;
}#s-d14f0d20-56c0-4933-99ed-63f41163adf4.shg-box.shg-c {
  justify-content: center;
}

#s-477ca6b5-8e83-4360-82ea-7a158a6062df {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-477ca6b5-8e83-4360-82ea-7a158a6062df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-477ca6b5-8e83-4360-82ea-7a158a6062df {
  cursor: pointer;
}#s-477ca6b5-8e83-4360-82ea-7a158a6062df.shg-box.shg-c {
  justify-content: center;
}

#s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4 {
  padding-left: 12%;
padding-bottom: 4%;
padding-right: 12%;
}

@media (min-width: 0px) {
[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4f70ee2-8d91-4018-91bf-5d6ae7bc90f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ac61f593-9dca-484b-a0a9-1df6686cf2ad {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-ac61f593-9dca-484b-a0a9-1df6686cf2ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac61f593-9dca-484b-a0a9-1df6686cf2ad {
  cursor: pointer;
}#s-ac61f593-9dca-484b-a0a9-1df6686cf2ad.shg-box.shg-c {
  justify-content: center;
}

#s-55b49b4d-9610-4cbf-9768-4e280786ab57 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-55b49b4d-9610-4cbf-9768-4e280786ab57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55b49b4d-9610-4cbf-9768-4e280786ab57 {
  cursor: pointer;
}#s-55b49b4d-9610-4cbf-9768-4e280786ab57.shg-box.shg-c {
  justify-content: center;
}

#s-d065d596-df51-40a7-9e99-0a12d9671ef4 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-d065d596-df51-40a7-9e99-0a12d9671ef4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d065d596-df51-40a7-9e99-0a12d9671ef4 {
  cursor: pointer;
}#s-d065d596-df51-40a7-9e99-0a12d9671ef4.shg-box.shg-c {
  justify-content: center;
}

#s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271 {
  padding-top: 2%;
}
@media (min-width: 1200px){#s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271 {
  display: none;
}
#s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271, #wrap-s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271 {
  display: none;
}
#s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271, #wrap-s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271 {
  display: none;
}
#s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271, #wrap-s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4143aeab-a1a3-46b7-a88b-b5b1cdd34271"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a067598d-d766-4e14-9d4b-ca3ee117cd87 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-a067598d-d766-4e14-9d4b-ca3ee117cd87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a067598d-d766-4e14-9d4b-ca3ee117cd87.shg-box.shg-c {
  justify-content: center;
}

#s-22f496a9-fe82-4f48-bfcf-ee0aee3f0f2f {
  margin-top: 90%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22f496a9-fe82-4f48-bfcf-ee0aee3f0f2f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-222272e2-909d-4008-9378-e6d217441905 {
  background-size: undefined 0px;
border-style: solid;
margin-bottom: 10%;
padding-top: 2px;
padding-left: 20%;
padding-bottom: 2px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-222272e2-909d-4008-9378-e6d217441905:hover {background-color: rgba(51, 51, 51, 0.78) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-222272e2-909d-4008-9378-e6d217441905:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-222272e2-909d-4008-9378-e6d217441905-btn-wrapper {
    text-align: center;
  }


#s-222272e2-909d-4008-9378-e6d217441905.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e13d3434-2263-43bb-9715-6b1c6a8b0df5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-e13d3434-2263-43bb-9715-6b1c6a8b0df5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e13d3434-2263-43bb-9715-6b1c6a8b0df5.shg-box.shg-c {
  justify-content: center;
}

#s-ca80f436-69ec-4a6c-9156-429f02dc0a37 {
  margin-top: 90%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca80f436-69ec-4a6c-9156-429f02dc0a37 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0fc8cd8d-3a01-45e3-b849-b98951d924be {
  background-size: undefined 0px;
border-style: solid;
margin-bottom: 10%;
padding-top: 2px;
padding-left: 20%;
padding-bottom: 2px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0fc8cd8d-3a01-45e3-b849-b98951d924be:hover {background-color: rgba(51, 51, 51, 0.78) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0fc8cd8d-3a01-45e3-b849-b98951d924be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0fc8cd8d-3a01-45e3-b849-b98951d924be-btn-wrapper {
    text-align: center;
  }


#s-0fc8cd8d-3a01-45e3-b849-b98951d924be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53 {
  padding-top: 2%;
padding-bottom: 10%;
}
@media (min-width: 1200px){#s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53 {
  display: none;
}
#s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53, #wrap-s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53 {
  display: none;
}
#s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53, #wrap-s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53 {
  display: none;
}
#s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53, #wrap-s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ed86f3ea-0d11-4fe4-9198-f3aef2511a53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-5acf6b5f-549e-491f-94cb-3d9c6fd5b9a6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-5acf6b5f-549e-491f-94cb-3d9c6fd5b9a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5acf6b5f-549e-491f-94cb-3d9c6fd5b9a6.shg-box.shg-c {
  justify-content: center;
}

#s-e79a5c7b-d768-42c3-9119-d42185b06530 {
  margin-top: 90%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e79a5c7b-d768-42c3-9119-d42185b06530 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-567351e3-b35d-4a4a-9b57-a997e0560695 {
  background-size: undefined 0px;
border-style: solid;
margin-bottom: 10%;
padding-top: 2px;
padding-left: 20%;
padding-bottom: 2px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-567351e3-b35d-4a4a-9b57-a997e0560695:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(51, 51, 51, 0.77) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-567351e3-b35d-4a4a-9b57-a997e0560695:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-567351e3-b35d-4a4a-9b57-a997e0560695-btn-wrapper {
    text-align: center;
  }


#s-567351e3-b35d-4a4a-9b57-a997e0560695.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-989f730e-0be8-4114-9761-1edb15f5b74d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-989f730e-0be8-4114-9761-1edb15f5b74d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-989f730e-0be8-4114-9761-1edb15f5b74d.shg-box.shg-c {
  justify-content: center;
}

#s-871940d3-4b59-4584-9a85-05dc7af77312 {
  margin-top: 90%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-871940d3-4b59-4584-9a85-05dc7af77312 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6c365c91-d576-4c6f-a1b3-b83c9e35fd9f {
  background-size: undefined 0px;
border-style: solid;
margin-bottom: 10%;
padding-top: 2px;
padding-left: 20%;
padding-bottom: 2px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6c365c91-d576-4c6f-a1b3-b83c9e35fd9f:hover {background-color: rgba(51, 51, 51, 0.79) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6c365c91-d576-4c6f-a1b3-b83c9e35fd9f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c365c91-d576-4c6f-a1b3-b83c9e35fd9f-btn-wrapper {
    text-align: center;
  }


#s-6c365c91-d576-4c6f-a1b3-b83c9e35fd9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ba3a7192-24d0-44e8-8618-7d82bc8d9ed7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-ba3a7192-24d0-44e8-8618-7d82bc8d9ed7 {
  display: none;
}
#s-ba3a7192-24d0-44e8-8618-7d82bc8d9ed7, #wrap-s-ba3a7192-24d0-44e8-8618-7d82bc8d9ed7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba3a7192-24d0-44e8-8618-7d82bc8d9ed7 {
  display: none;
}
#s-ba3a7192-24d0-44e8-8618-7d82bc8d9ed7, #wrap-s-ba3a7192-24d0-44e8-8618-7d82bc8d9ed7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba3a7192-24d0-44e8-8618-7d82bc8d9ed7 {
  display: none;
}
#s-ba3a7192-24d0-44e8-8618-7d82bc8d9ed7, #wrap-s-ba3a7192-24d0-44e8-8618-7d82bc8d9ed7 { display:none !important; }}







#s-ba3a7192-24d0-44e8-8618-7d82bc8d9ed7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba3a7192-24d0-44e8-8618-7d82bc8d9ed7.shg-box.shg-c {
  justify-content: center;
}

#s-14d520cb-c09f-4dad-9da3-fc51ad5ec33b {
  margin-left: 25px;
margin-right: 25px;
padding-top: 90%;
padding-bottom: 3%;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-14d520cb-c09f-4dad-9da3-fc51ad5ec33b .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758 {
  padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7a2f2e9-bd4e-4683-b663-5a5fc1e23758"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-aa3b4a0e-22d6-46e4-bd9e-a496a2d05847 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-aa3b4a0e-22d6-46e4-bd9e-a496a2d05847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa3b4a0e-22d6-46e4-bd9e-a496a2d05847 {
  cursor: pointer;
}#s-aa3b4a0e-22d6-46e4-bd9e-a496a2d05847.shg-box.shg-c {
  justify-content: center;
}

#s-5fda85a2-8479-45d0-aea0-07b74706bfd1 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-5fda85a2-8479-45d0-aea0-07b74706bfd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fda85a2-8479-45d0-aea0-07b74706bfd1 {
  cursor: pointer;
}#s-5fda85a2-8479-45d0-aea0-07b74706bfd1.shg-box.shg-c {
  justify-content: center;
}

#s-fd9f20d0-bd24-4a63-9800-d9acef52fee5 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-fd9f20d0-bd24-4a63-9800-d9acef52fee5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd9f20d0-bd24-4a63-9800-d9acef52fee5 {
  cursor: pointer;
}#s-fd9f20d0-bd24-4a63-9800-d9acef52fee5.shg-box.shg-c {
  justify-content: center;
}

#s-6de5a87b-8191-4df1-9ae3-07fdd94645eb {
  padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6de5a87b-8191-4df1-9ae3-07fdd94645eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e0dd7d1d-69bd-4a24-9972-e48c78cc3eca {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-e0dd7d1d-69bd-4a24-9972-e48c78cc3eca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0dd7d1d-69bd-4a24-9972-e48c78cc3eca {
  cursor: pointer;
}#s-e0dd7d1d-69bd-4a24-9972-e48c78cc3eca.shg-box.shg-c {
  justify-content: center;
}

#s-03d0781b-64fb-442f-9838-867eee01dc82 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-03d0781b-64fb-442f-9838-867eee01dc82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03d0781b-64fb-442f-9838-867eee01dc82 {
  cursor: pointer;
}#s-03d0781b-64fb-442f-9838-867eee01dc82.shg-box.shg-c {
  justify-content: center;
}

#s-d0b005ae-0ebf-48c0-bb11-c1c07fc83014 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-d0b005ae-0ebf-48c0-bb11-c1c07fc83014 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0b005ae-0ebf-48c0-bb11-c1c07fc83014 {
  cursor: pointer;
}#s-d0b005ae-0ebf-48c0-bb11-c1c07fc83014.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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