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

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

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

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

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

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

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

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

#s-235dd1f6-f60e-4243-baad-5b8b2c6ec510 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-235dd1f6-f60e-4243-baad-5b8b2c6ec510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-235dd1f6-f60e-4243-baad-5b8b2c6ec510.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.position-to-scroll {
    margin: -60px 0 -60px;
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341 {
  min-height: 600px;
}
@media (min-width: 1200px){#s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341 {
  display: none;
}
#s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341, #wrap-s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341 {
  display: none;
}
#s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341, #wrap-s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341 {
  display: none;
}
#s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341, #wrap-s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341 { display:none !important; }}@media (max-width: 767px){#s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341 {
  min-height: 300px;
display: none;
}
#s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341, #wrap-s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cd01c33-5a3c-4f09-9621-bf97a0ce4341"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-99250182-8bae-4098-a2f7-798b05c45fb1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 595px;
background-position: center center;
}

#s-99250182-8bae-4098-a2f7-798b05c45fb1 {
  background-image: url(https://i.shgcdn.com/cbac3e82-fd8e-4985-8e4d-caa9ba252d1d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-99250182-8bae-4098-a2f7-798b05c45fb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99250182-8bae-4098-a2f7-798b05c45fb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-58651a8f-53ef-443c-9694-bb11ba821c56 {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-58651a8f-53ef-443c-9694-bb11ba821c56 {
  
}
}@media (max-width: 767px){#s-58651a8f-53ef-443c-9694-bb11ba821c56 {
  
}
}
#s-33b5ecf8-a010-45c1-876a-ea53ece568a0 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-33b5ecf8-a010-45c1-876a-ea53ece568a0 {
  
}
}@media (max-width: 767px){#s-33b5ecf8-a010-45c1-876a-ea53ece568a0 {
  
}
}
.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-text {
  font-weight: ;
  font-family: ;
}

.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-fc0a2fd9-e63d-49a9-b60b-3e858602b29d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 128, 196, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(243, 243, 243, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 128, 196, 1);
background-image: none;
hover-type: color;
}
#s-fc0a2fd9-e63d-49a9-b60b-3e858602b29d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(243, 243, 243, 1) !important;
text-decoration: none !important;
color: rgba(0, 128, 196, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fc0a2fd9-e63d-49a9-b60b-3e858602b29d:active {background-color: rgba(243, 243, 243, 1) !important;
text-decoration: none !important;
color: rgba(0, 128, 196, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-fc0a2fd9-e63d-49a9-b60b-3e858602b29d-root {
    text-align: center;
  }


#s-fc0a2fd9-e63d-49a9-b60b-3e858602b29d.shg-btn {
  color: rgba(0, 128, 196, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc0a2fd9-e63d-49a9-b60b-3e858602b29d-root {
    text-align: center;
  }


#s-fc0a2fd9-e63d-49a9-b60b-3e858602b29d.shg-btn {
  color: rgba(0, 128, 196, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc0a2fd9-e63d-49a9-b60b-3e858602b29d-root {
    text-align: center;
  }


#s-fc0a2fd9-e63d-49a9-b60b-3e858602b29d.shg-btn {
  color: rgba(0, 128, 196, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc0a2fd9-e63d-49a9-b60b-3e858602b29d-root {
    text-align: center;
  }


#s-fc0a2fd9-e63d-49a9-b60b-3e858602b29d.shg-btn {
  color: rgba(0, 128, 196, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc0a2fd9-e63d-49a9-b60b-3e858602b29d-root {
    text-align: center;
  }


#s-fc0a2fd9-e63d-49a9-b60b-3e858602b29d.shg-btn {
  color: rgba(0, 128, 196, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-8028054e-ce79-4358-bc35-a18cf638d6ca {
  background-repeat: no-repeat;
background-size: cover;
min-height: 320px;
background-position: center center;
}
@media (min-width: 1200px){#s-8028054e-ce79-4358-bc35-a18cf638d6ca {
  min-height: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8028054e-ce79-4358-bc35-a18cf638d6ca {
  min-height: 600px;
}
}
#s-8028054e-ce79-4358-bc35-a18cf638d6ca {
  background-image: url(https://i.shgcdn.com/81555aa5-d01b-465f-835a-e528fd38f21b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8028054e-ce79-4358-bc35-a18cf638d6ca > .shg-box-overlay {
  background-color: rgba(243, 243, 243, 1);
  opacity: 0.9;
}#s-8028054e-ce79-4358-bc35-a18cf638d6ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdcd06cc-8663-4688-b87f-2e7563102654 {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-cdcd06cc-8663-4688-b87f-2e7563102654 {
  
}
}@media (max-width: 767px){#s-cdcd06cc-8663-4688-b87f-2e7563102654 {
  
}
}
#s-16dc005b-77c0-4136-ae9d-ce4452f08f5b {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
padding-left: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-16dc005b-77c0-4136-ae9d-ce4452f08f5b {
  
}
}@media (max-width: 767px){#s-16dc005b-77c0-4136-ae9d-ce4452f08f5b {
  
}
}
#s-e58a993a-e7db-4d4a-9438-1dcc44a21a62 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 128, 196, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(0, 128, 196, 1);
text-align: center;
text-decoration: none;
color: rgba(243, 243, 243, 1);
background-image: none;
hover-type: color;
}
#s-e58a993a-e7db-4d4a-9438-1dcc44a21a62:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 128, 196, 1) !important;
text-decoration: none !important;
color: rgba(243, 243, 243, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e58a993a-e7db-4d4a-9438-1dcc44a21a62:active {background-color: rgba(0, 128, 196, 1) !important;
text-decoration: none !important;
color: rgba(243, 243, 243, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e58a993a-e7db-4d4a-9438-1dcc44a21a62-root {
    text-align: center;
  }


#s-e58a993a-e7db-4d4a-9438-1dcc44a21a62.shg-btn {
  color: rgba(243, 243, 243, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e58a993a-e7db-4d4a-9438-1dcc44a21a62-root {
    text-align: center;
  }


#s-e58a993a-e7db-4d4a-9438-1dcc44a21a62.shg-btn {
  color: rgba(243, 243, 243, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e58a993a-e7db-4d4a-9438-1dcc44a21a62-root {
    text-align: center;
  }


#s-e58a993a-e7db-4d4a-9438-1dcc44a21a62.shg-btn {
  color: rgba(243, 243, 243, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e58a993a-e7db-4d4a-9438-1dcc44a21a62-root {
    text-align: center;
  }


#s-e58a993a-e7db-4d4a-9438-1dcc44a21a62.shg-btn {
  color: rgba(243, 243, 243, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e58a993a-e7db-4d4a-9438-1dcc44a21a62-root {
    text-align: center;
  }


#s-e58a993a-e7db-4d4a-9438-1dcc44a21a62.shg-btn {
  color: rgba(243, 243, 243, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-5930c3a5-df3e-4dcd-9495-1074d62ebee9 {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
}








#s-5930c3a5-df3e-4dcd-9495-1074d62ebee9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5930c3a5-df3e-4dcd-9495-1074d62ebee9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6c24cce-ae03-404c-8b07-a43d748e02cd {
  min-height: 50px;
}








#s-f6c24cce-ae03-404c-8b07-a43d748e02cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6c24cce-ae03-404c-8b07-a43d748e02cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf4e9b27-cec9-46d9-a05b-ff2af8af6f7b {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-cf4e9b27-cec9-46d9-a05b-ff2af8af6f7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf4e9b27-cec9-46d9-a05b-ff2af8af6f7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ff660bcc-9369-4333-b394-3ca1c3d0b37d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff660bcc-9369-4333-b394-3ca1c3d0b37d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ff660bcc-9369-4333-b394-3ca1c3d0b37d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff660bcc-9369-4333-b394-3ca1c3d0b37d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

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

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

#s-83632874-4e66-4b3f-9eb7-c5721207ba28 {
  text-align: center;
}







  #s-83632874-4e66-4b3f-9eb7-c5721207ba28 img.shogun-image {
    

    
    
    
  }


#s-83632874-4e66-4b3f-9eb7-c5721207ba28 .shogun-image-content {
  
    align-items: center;
  
}

#s-90f9884a-e57e-4efb-b374-9ebbbd10021e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(243, 112, 32, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
background-image: none;
hover-type: color;
}
#s-90f9884a-e57e-4efb-b374-9ebbbd10021e:hover {background-color: rgba(243, 112, 32, 0.92) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-90f9884a-e57e-4efb-b374-9ebbbd10021e:active {background-color: rgba(243, 112, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-90f9884a-e57e-4efb-b374-9ebbbd10021e-root {
    text-align: center;
  }


#s-90f9884a-e57e-4efb-b374-9ebbbd10021e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90f9884a-e57e-4efb-b374-9ebbbd10021e-root {
    text-align: center;
  }


#s-90f9884a-e57e-4efb-b374-9ebbbd10021e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90f9884a-e57e-4efb-b374-9ebbbd10021e-root {
    text-align: center;
  }


#s-90f9884a-e57e-4efb-b374-9ebbbd10021e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90f9884a-e57e-4efb-b374-9ebbbd10021e-root {
    text-align: center;
  }


#s-90f9884a-e57e-4efb-b374-9ebbbd10021e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90f9884a-e57e-4efb-b374-9ebbbd10021e-root {
    text-align: center;
  }


#s-90f9884a-e57e-4efb-b374-9ebbbd10021e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-ce689b18-d2ae-4f53-941a-409f2481a32c {
  text-align: center;
}







  #s-ce689b18-d2ae-4f53-941a-409f2481a32c img.shogun-image {
    

    
    
    
  }


#s-ce689b18-d2ae-4f53-941a-409f2481a32c .shogun-image-content {
  
    align-items: center;
  
}

#s-e598aa90-2a16-45aa-9e8b-ce6ca87fc0d9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(243, 112, 32, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
background-image: none;
hover-type: color;
}
#s-e598aa90-2a16-45aa-9e8b-ce6ca87fc0d9:hover {background-color: rgba(243, 112, 32, 0.92) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e598aa90-2a16-45aa-9e8b-ce6ca87fc0d9:active {background-color: rgba(243, 112, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e598aa90-2a16-45aa-9e8b-ce6ca87fc0d9-root {
    text-align: center;
  }


#s-e598aa90-2a16-45aa-9e8b-ce6ca87fc0d9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e598aa90-2a16-45aa-9e8b-ce6ca87fc0d9-root {
    text-align: center;
  }


#s-e598aa90-2a16-45aa-9e8b-ce6ca87fc0d9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e598aa90-2a16-45aa-9e8b-ce6ca87fc0d9-root {
    text-align: center;
  }


#s-e598aa90-2a16-45aa-9e8b-ce6ca87fc0d9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e598aa90-2a16-45aa-9e8b-ce6ca87fc0d9-root {
    text-align: center;
  }


#s-e598aa90-2a16-45aa-9e8b-ce6ca87fc0d9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e598aa90-2a16-45aa-9e8b-ce6ca87fc0d9-root {
    text-align: center;
  }


#s-e598aa90-2a16-45aa-9e8b-ce6ca87fc0d9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-2a427d4c-c808-4213-b129-828d399626f3 {
  min-height: 50px;
}








#s-2a427d4c-c808-4213-b129-828d399626f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a427d4c-c808-4213-b129-828d399626f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91d2b1b5-5c07-427e-81dc-799c8b0d96f6 {
  padding-left: 5%;
padding-right: 5%;
min-height: 450px;
}








#s-91d2b1b5-5c07-427e-81dc-799c8b0d96f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91d2b1b5-5c07-427e-81dc-799c8b0d96f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3a6dd1e2-9978-48b7-9e06-eb2fbf8f806c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a6dd1e2-9978-48b7-9e06-eb2fbf8f806c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3a6dd1e2-9978-48b7-9e06-eb2fbf8f806c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3a6dd1e2-9978-48b7-9e06-eb2fbf8f806c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3a6dd1e2-9978-48b7-9e06-eb2fbf8f806c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a6dd1e2-9978-48b7-9e06-eb2fbf8f806c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3a6dd1e2-9978-48b7-9e06-eb2fbf8f806c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (max-width: 767px){#s-1f9f556d-258a-45f1-a0cb-abdeff6026c5 {
  
}
}
@media (min-width: 0px) {
[id="s-1f9f556d-258a-45f1-a0cb-abdeff6026c5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-1f9f556d-258a-45f1-a0cb-abdeff6026c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-1f9f556d-258a-45f1-a0cb-abdeff6026c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-1f9f556d-258a-45f1-a0cb-abdeff6026c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-6a59e4fe-7f07-4f7f-92aa-a003a8dcc756 {
  padding-right: 30%;
}

#s-6a59e4fe-7f07-4f7f-92aa-a003a8dcc756 hr {
  border-top: 2px solid rgba(243, 112, 32, 1);
}

#s-bd799c3e-507c-481a-81cb-f099f8efb9f7 {
  text-align: center;
}







  #s-bd799c3e-507c-481a-81cb-f099f8efb9f7 img.shogun-image {
    

    
    
    
  }


#s-bd799c3e-507c-481a-81cb-f099f8efb9f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-89b88224-2a99-4418-93cb-95add4b4f5b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(243, 112, 32, 1);
text-align: left;
text-decoration: none;
line-height: 2em;
background-image: none;
hover-type: color;
}
#s-89b88224-2a99-4418-93cb-95add4b4f5b6:hover {background-color: rgba(243, 112, 32, 0.92) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-89b88224-2a99-4418-93cb-95add4b4f5b6:active {background-color: rgba(243, 112, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-89b88224-2a99-4418-93cb-95add4b4f5b6-root {
    text-align: left;
  }


#s-89b88224-2a99-4418-93cb-95add4b4f5b6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-89b88224-2a99-4418-93cb-95add4b4f5b6-root {
    text-align: left;
  }


#s-89b88224-2a99-4418-93cb-95add4b4f5b6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89b88224-2a99-4418-93cb-95add4b4f5b6-root {
    text-align: left;
  }


#s-89b88224-2a99-4418-93cb-95add4b4f5b6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89b88224-2a99-4418-93cb-95add4b4f5b6-root {
    text-align: left;
  }


#s-89b88224-2a99-4418-93cb-95add4b4f5b6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-89b88224-2a99-4418-93cb-95add4b4f5b6-root {
    text-align: left;
  }


#s-89b88224-2a99-4418-93cb-95add4b4f5b6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-6317a730-f2f8-4a2c-831f-2032aad56261"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 768px) {
[id="s-6317a730-f2f8-4a2c-831f-2032aad56261"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-6317a730-f2f8-4a2c-831f-2032aad56261"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-6317a730-f2f8-4a2c-831f-2032aad56261"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

}

#s-b5b675c8-71bb-4f31-9f9d-29429052169b {
  text-align: center;
}







  #s-b5b675c8-71bb-4f31-9f9d-29429052169b img.shogun-image {
    

    
    
    
  }


#s-b5b675c8-71bb-4f31-9f9d-29429052169b .shogun-image-content {
  
    align-items: center;
  
}

#s-cc7343b0-dab3-422c-8c41-9881dfeef89d {
  text-align: center;
}







  #s-cc7343b0-dab3-422c-8c41-9881dfeef89d img.shogun-image {
    

    
    
    
  }


#s-cc7343b0-dab3-422c-8c41-9881dfeef89d .shogun-image-content {
  
    align-items: center;
  
}

#s-78308872-6018-4b1b-8cdb-632c8836a391 {
  text-align: center;
}







  #s-78308872-6018-4b1b-8cdb-632c8836a391 img.shogun-image {
    

    
    
    
  }


#s-78308872-6018-4b1b-8cdb-632c8836a391 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e174231-120d-475f-be03-e34da6fae104 {
  text-align: center;
}







  #s-0e174231-120d-475f-be03-e34da6fae104 img.shogun-image {
    

    
    
    
  }


#s-0e174231-120d-475f-be03-e34da6fae104 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-73dd1a8f-9499-4029-9973-49b9f3727145"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 768px) {
[id="s-73dd1a8f-9499-4029-9973-49b9f3727145"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-73dd1a8f-9499-4029-9973-49b9f3727145"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-73dd1a8f-9499-4029-9973-49b9f3727145"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

}

#s-e4b681b0-061a-4ed6-acdb-445fd38fed68 {
  text-align: center;
}







  #s-e4b681b0-061a-4ed6-acdb-445fd38fed68 img.shogun-image {
    

    
    
    
  }


#s-e4b681b0-061a-4ed6-acdb-445fd38fed68 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a6171c1-a625-4787-bba2-ad0c5b32a3c9 {
  text-align: center;
}







  #s-3a6171c1-a625-4787-bba2-ad0c5b32a3c9 img.shogun-image {
    

    
    
    
  }


#s-3a6171c1-a625-4787-bba2-ad0c5b32a3c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba71d767-63b7-4f11-bdca-9ed59536dd1e {
  min-height: 50px;
}








#s-ba71d767-63b7-4f11-bdca-9ed59536dd1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba71d767-63b7-4f11-bdca-9ed59536dd1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-576dc40e-a46f-4158-ab68-e609371f3e0a {
  padding-left: 5%;
padding-right: 5%;
min-height: 250px;
}








#s-576dc40e-a46f-4158-ab68-e609371f3e0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-576dc40e-a46f-4158-ab68-e609371f3e0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cb639166-6df0-45a3-885b-d44270261b8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb639166-6df0-45a3-885b-d44270261b8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cb639166-6df0-45a3-885b-d44270261b8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cb639166-6df0-45a3-885b-d44270261b8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cb639166-6df0-45a3-885b-d44270261b8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb639166-6df0-45a3-885b-d44270261b8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cb639166-6df0-45a3-885b-d44270261b8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-4c26bd22-93dc-4bb4-83b9-a4ed73f5a4e9 {
  min-height: 50px;
}








#s-4c26bd22-93dc-4bb4-83b9-a4ed73f5a4e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c26bd22-93dc-4bb4-83b9-a4ed73f5a4e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9652a7b9-0f40-49f2-800a-9074fec6c4f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-9652a7b9-0f40-49f2-800a-9074fec6c4f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-9652a7b9-0f40-49f2-800a-9074fec6c4f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-9652a7b9-0f40-49f2-800a-9074fec6c4f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-1f1992ad-28c5-4ffc-9b88-d702179222d0 {
  padding-right: 30%;
}

#s-1f1992ad-28c5-4ffc-9b88-d702179222d0 hr {
  border-top: 2px solid rgba(243, 112, 32, 1);
}

#s-e15fe2c4-74df-4cd3-9d37-602105d2f942 {
  text-align: center;
}







  #s-e15fe2c4-74df-4cd3-9d37-602105d2f942 img.shogun-image {
    

    
    
    
  }


#s-e15fe2c4-74df-4cd3-9d37-602105d2f942 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7985f44a-4633-42bc-84b9-14b64fec9dfa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 768px) {
[id="s-7985f44a-4633-42bc-84b9-14b64fec9dfa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-7985f44a-4633-42bc-84b9-14b64fec9dfa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-7985f44a-4633-42bc-84b9-14b64fec9dfa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

}

#s-ed8464e9-6295-4761-8703-c9c50c6d0971 {
  text-align: center;
}







  #s-ed8464e9-6295-4761-8703-c9c50c6d0971 img.shogun-image {
    

    
    
    
  }


#s-ed8464e9-6295-4761-8703-c9c50c6d0971 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3eabcc9-0732-4a76-a98f-b7630500fdcb {
  text-align: center;
}







  #s-c3eabcc9-0732-4a76-a98f-b7630500fdcb img.shogun-image {
    

    
    
    
  }


#s-c3eabcc9-0732-4a76-a98f-b7630500fdcb .shogun-image-content {
  
    align-items: center;
  
}

#s-ac56c26e-e5af-4dfb-a399-b0d26194f92f {
  min-height: 50px;
}








#s-ac56c26e-e5af-4dfb-a399-b0d26194f92f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac56c26e-e5af-4dfb-a399-b0d26194f92f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58a4487e-a883-4ce8-ba1d-5db5f35197da {
  padding-left: 5%;
padding-right: 5%;
min-height: 100px;
}








#s-58a4487e-a883-4ce8-ba1d-5db5f35197da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58a4487e-a883-4ce8-ba1d-5db5f35197da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e705ce11-4b7d-444d-bebc-59b973a1de52 {
  min-height: 50px;
}








#s-e705ce11-4b7d-444d-bebc-59b973a1de52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e705ce11-4b7d-444d-bebc-59b973a1de52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6417519-37e5-4b37-9d83-6f48aabe7a97 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e6417519-37e5-4b37-9d83-6f48aabe7a97 {
  display: none;
}
#s-e6417519-37e5-4b37-9d83-6f48aabe7a97, #wrap-s-e6417519-37e5-4b37-9d83-6f48aabe7a97 { display:none !important; }}







#s-e6417519-37e5-4b37-9d83-6f48aabe7a97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6417519-37e5-4b37-9d83-6f48aabe7a97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-f4384fc5-eebe-4ab8-bf68-7dbcadf45d9b {
  margin-top: 60px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4384fc5-eebe-4ab8-bf68-7dbcadf45d9b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-6e5bb83d-af98-422f-9950-c3d0ab5228e9 {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-6e5bb83d-af98-422f-9950-c3d0ab5228e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e5bb83d-af98-422f-9950-c3d0ab5228e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e5bb83d-af98-422f-9950-c3d0ab5228e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e5bb83d-af98-422f-9950-c3d0ab5228e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-40a2994c-1bac-42ed-81f4-37c89ae9e486 {
  min-height: 50px;
}








#s-40a2994c-1bac-42ed-81f4-37c89ae9e486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40a2994c-1bac-42ed-81f4-37c89ae9e486.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64e317a1-0a88-4251-a9e3-c2651a4ef08b {
  margin-left: 5px;
margin-right: 5px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 24px;
padding-right: 15px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-64e317a1-0a88-4251-a9e3-c2651a4ef08b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64e317a1-0a88-4251-a9e3-c2651a4ef08b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3a9763b-dbb8-43ee-b471-a8b4cb758c5c {
  min-height: 80px;
text-align: center;
}







  #s-a3a9763b-dbb8-43ee-b471-a8b4cb758c5c img.shogun-image {
    

    
    
    
  }


#s-a3a9763b-dbb8-43ee-b471-a8b4cb758c5c .shogun-image-content {
  
    align-items: center;
  
}

#s-fba4c639-eda1-415d-a25e-ff57c6598b7a {
  margin-top: 10px;
}

#s-2a8b70f4-37cf-47af-8f16-c67fa02534a8 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 4px;
max-width: 46px;
}








#s-2a8b70f4-37cf-47af-8f16-c67fa02534a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a8b70f4-37cf-47af-8f16-c67fa02534a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd5cb4cd-33de-4270-841d-e8b8cfd61923 hr {
  border-top: 4px solid rgba(232, 102, 46, 1);
}

#s-5815b1a2-76c6-46c2-8c78-222f653b55d0 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 17px;
padding-bottom: 18px;
padding-right: 38px;
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: 6px;
text-align: center;
background-color: rgba(34, 122, 173, 1);
text-decoration: none;
}
#s-5815b1a2-76c6-46c2-8c78-222f653b55d0:hover {background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-5815b1a2-76c6-46c2-8c78-222f653b55d0:active {border-style: solid !important;
border-color: rgba(30, 132, 190, 1) !important;
background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-5815b1a2-76c6-46c2-8c78-222f653b55d0-root {
    text-align: center;
  }


#s-5815b1a2-76c6-46c2-8c78-222f653b55d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5815b1a2-76c6-46c2-8c78-222f653b55d0-root {
    text-align: center;
  }


#s-5815b1a2-76c6-46c2-8c78-222f653b55d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5815b1a2-76c6-46c2-8c78-222f653b55d0-root {
    text-align: center;
  }


#s-5815b1a2-76c6-46c2-8c78-222f653b55d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5815b1a2-76c6-46c2-8c78-222f653b55d0-root {
    text-align: center;
  }


#s-5815b1a2-76c6-46c2-8c78-222f653b55d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5815b1a2-76c6-46c2-8c78-222f653b55d0-root {
    text-align: center;
  }


#s-5815b1a2-76c6-46c2-8c78-222f653b55d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-03c6e231-962c-4d2a-aff2-338a4594636c {
  min-height: 50px;
}








#s-03c6e231-962c-4d2a-aff2-338a4594636c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03c6e231-962c-4d2a-aff2-338a4594636c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3a6bee2-cd23-42e5-b259-7cad754fdb17 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 24px;
padding-right: 15px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e3a6bee2-cd23-42e5-b259-7cad754fdb17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3a6bee2-cd23-42e5-b259-7cad754fdb17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b2ac836-e032-46b8-a475-9d34327886a5 {
  min-height: 80px;
text-align: center;
}







  #s-3b2ac836-e032-46b8-a475-9d34327886a5 img.shogun-image {
    

    
    
    
  }


#s-3b2ac836-e032-46b8-a475-9d34327886a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-707e42bc-21b1-4db7-817e-6026d087680a {
  margin-top: 10px;
}

#s-6e84798e-eeb5-421a-ae38-6f23dd564d91 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 4px;
max-width: 46px;
}








#s-6e84798e-eeb5-421a-ae38-6f23dd564d91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e84798e-eeb5-421a-ae38-6f23dd564d91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-629b03da-ad12-47d4-8c02-a9e15be44473 hr {
  border-top: 4px solid rgba(232, 102, 46, 1);
}

#s-3f6d332e-1150-4828-bdbc-eef5d25d4a5e {
  min-height: 50px;
}








#s-3f6d332e-1150-4828-bdbc-eef5d25d4a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f6d332e-1150-4828-bdbc-eef5d25d4a5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e7f183a-5c63-4c2d-82f9-1311a57487f7 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 17px;
padding-bottom: 18px;
padding-right: 38px;
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: 6px;
text-align: center;
background-color: rgba(34, 122, 173, 1);
text-decoration: none;
}
#s-0e7f183a-5c63-4c2d-82f9-1311a57487f7:hover {background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-0e7f183a-5c63-4c2d-82f9-1311a57487f7:active {border-style: solid !important;
border-color: rgba(30, 132, 190, 1) !important;
background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-0e7f183a-5c63-4c2d-82f9-1311a57487f7-root {
    text-align: center;
  }


#s-0e7f183a-5c63-4c2d-82f9-1311a57487f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e7f183a-5c63-4c2d-82f9-1311a57487f7-root {
    text-align: center;
  }


#s-0e7f183a-5c63-4c2d-82f9-1311a57487f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e7f183a-5c63-4c2d-82f9-1311a57487f7-root {
    text-align: center;
  }


#s-0e7f183a-5c63-4c2d-82f9-1311a57487f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e7f183a-5c63-4c2d-82f9-1311a57487f7-root {
    text-align: center;
  }


#s-0e7f183a-5c63-4c2d-82f9-1311a57487f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e7f183a-5c63-4c2d-82f9-1311a57487f7-root {
    text-align: center;
  }


#s-0e7f183a-5c63-4c2d-82f9-1311a57487f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-7129bd27-7214-4d1c-b745-4218db8365b4 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-7129bd27-7214-4d1c-b745-4218db8365b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7129bd27-7214-4d1c-b745-4218db8365b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70b578a7-6d79-4537-86cf-3c85f44a998a {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 24px;
padding-right: 15px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-70b578a7-6d79-4537-86cf-3c85f44a998a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70b578a7-6d79-4537-86cf-3c85f44a998a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbbf77e7-7f49-4786-84f9-0823a2048bbd {
  min-height: 80px;
text-align: center;
}







  #s-cbbf77e7-7f49-4786-84f9-0823a2048bbd img.shogun-image {
    

    
    
    
  }


#s-cbbf77e7-7f49-4786-84f9-0823a2048bbd .shogun-image-content {
  
    align-items: center;
  
}

#s-d34e3873-241f-4640-a3e2-cad81ff51dba {
  margin-top: 10px;
}

#s-5faacd0e-a4b4-455f-b911-91b8a1118807 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 4px;
max-width: 46px;
}








#s-5faacd0e-a4b4-455f-b911-91b8a1118807 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5faacd0e-a4b4-455f-b911-91b8a1118807.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18e13302-a296-469e-967a-dee7224bfda5 hr {
  border-top: 4px solid rgba(232, 102, 46, 1);
}

#s-5d31b7a6-be37-45df-b9af-f0fe91655c28 {
  min-height: 50px;
}








#s-5d31b7a6-be37-45df-b9af-f0fe91655c28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d31b7a6-be37-45df-b9af-f0fe91655c28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15d895bd-2fc3-4a1f-a3aa-11db69b91127 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 17px;
padding-bottom: 18px;
padding-right: 38px;
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: 6px;
text-align: center;
background-color: rgba(34, 122, 173, 1);
text-decoration: none;
}
#s-15d895bd-2fc3-4a1f-a3aa-11db69b91127:hover {background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-15d895bd-2fc3-4a1f-a3aa-11db69b91127:active {border-style: solid !important;
border-color: rgba(30, 132, 190, 1) !important;
background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-15d895bd-2fc3-4a1f-a3aa-11db69b91127-root {
    text-align: center;
  }


#s-15d895bd-2fc3-4a1f-a3aa-11db69b91127.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15d895bd-2fc3-4a1f-a3aa-11db69b91127-root {
    text-align: center;
  }


#s-15d895bd-2fc3-4a1f-a3aa-11db69b91127.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15d895bd-2fc3-4a1f-a3aa-11db69b91127-root {
    text-align: center;
  }


#s-15d895bd-2fc3-4a1f-a3aa-11db69b91127.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15d895bd-2fc3-4a1f-a3aa-11db69b91127-root {
    text-align: center;
  }


#s-15d895bd-2fc3-4a1f-a3aa-11db69b91127.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15d895bd-2fc3-4a1f-a3aa-11db69b91127-root {
    text-align: center;
  }


#s-15d895bd-2fc3-4a1f-a3aa-11db69b91127.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-a45faa47-dc71-4974-a377-9bf55bccc9f9 {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 60px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-a45faa47-dc71-4974-a377-9bf55bccc9f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a45faa47-dc71-4974-a377-9bf55bccc9f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a45faa47-dc71-4974-a377-9bf55bccc9f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a45faa47-dc71-4974-a377-9bf55bccc9f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f8291989-8f7a-4607-ab71-e4d2baa79a6b {
  min-height: 50px;
}








#s-f8291989-8f7a-4607-ab71-e4d2baa79a6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8291989-8f7a-4607-ab71-e4d2baa79a6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ada518ee-793b-4c9e-bbb4-5eb3d964454a {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 24px;
padding-right: 15px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ada518ee-793b-4c9e-bbb4-5eb3d964454a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ada518ee-793b-4c9e-bbb4-5eb3d964454a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9d84f34-895d-4f54-8d3c-fe8868c22c34 {
  min-height: 80px;
text-align: center;
}







  #s-d9d84f34-895d-4f54-8d3c-fe8868c22c34 img.shogun-image {
    

    
    
    
  }


#s-d9d84f34-895d-4f54-8d3c-fe8868c22c34 .shogun-image-content {
  
    align-items: center;
  
}

#s-84d6af8c-f651-43a5-8ba3-9c23a533c9c8 {
  margin-top: 10px;
}

#s-83c5f111-6999-40a7-b67c-2c904254649f {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 4px;
max-width: 46px;
}








#s-83c5f111-6999-40a7-b67c-2c904254649f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83c5f111-6999-40a7-b67c-2c904254649f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3625ded-1398-475c-bd90-3c478fb8feeb hr {
  border-top: 4px solid rgba(232, 102, 46, 1);
}

#s-555da9ab-364b-4507-881b-831f4054042b {
  border-style: solid;
margin-top: 0px;
padding-top: 18px;
padding-left: 17px;
padding-bottom: 18px;
padding-right: 38px;
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: 6px;
text-align: center;
background-color: rgba(27, 121, 175, 1);
text-decoration: none;
}
#s-555da9ab-364b-4507-881b-831f4054042b:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-555da9ab-364b-4507-881b-831f4054042b:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}

  #s-555da9ab-364b-4507-881b-831f4054042b-root {
    text-align: center;
  }


#s-555da9ab-364b-4507-881b-831f4054042b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-555da9ab-364b-4507-881b-831f4054042b-root {
    text-align: center;
  }


#s-555da9ab-364b-4507-881b-831f4054042b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-555da9ab-364b-4507-881b-831f4054042b-root {
    text-align: center;
  }


#s-555da9ab-364b-4507-881b-831f4054042b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-555da9ab-364b-4507-881b-831f4054042b-root {
    text-align: center;
  }


#s-555da9ab-364b-4507-881b-831f4054042b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-555da9ab-364b-4507-881b-831f4054042b-root {
    text-align: center;
  }


#s-555da9ab-364b-4507-881b-831f4054042b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-9a5d5593-6d33-4916-8308-aaad5e1dc6b5 {
  min-height: 50px;
}








#s-9a5d5593-6d33-4916-8308-aaad5e1dc6b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a5d5593-6d33-4916-8308-aaad5e1dc6b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9676472c-80d9-406b-96ea-1ccc5387507e {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 24px;
padding-right: 15px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9676472c-80d9-406b-96ea-1ccc5387507e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9676472c-80d9-406b-96ea-1ccc5387507e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a48ff72-2c83-4fa8-a7d0-9d69eb90887b {
  min-height: 80px;
text-align: center;
}







  #s-4a48ff72-2c83-4fa8-a7d0-9d69eb90887b img.shogun-image {
    

    
    
    
  }


#s-4a48ff72-2c83-4fa8-a7d0-9d69eb90887b .shogun-image-content {
  
    align-items: center;
  
}

#s-dfba543a-ab87-49a3-ba95-32f55d1b17c8 {
  margin-top: 10px;
}

#s-5860d52b-7cf4-441b-aeb4-b394a594b34d {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 4px;
max-width: 46px;
}








#s-5860d52b-7cf4-441b-aeb4-b394a594b34d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5860d52b-7cf4-441b-aeb4-b394a594b34d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdf07b3f-3019-4e9f-a1cb-2ce793db2f78 hr {
  border-top: 4px solid rgba(232, 102, 46, 1);
}

#s-a6e15792-71bc-44c8-9a67-a1af5fc8ac84 {
  border-style: solid;
margin-top: 0px;
padding-top: 18px;
padding-left: 17px;
padding-bottom: 18px;
padding-right: 38px;
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: 6px;
text-align: center;
background-color: rgba(27, 121, 175, 1);
text-decoration: none;
}
#s-a6e15792-71bc-44c8-9a67-a1af5fc8ac84:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-a6e15792-71bc-44c8-9a67-a1af5fc8ac84:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}

  #s-a6e15792-71bc-44c8-9a67-a1af5fc8ac84-root {
    text-align: center;
  }


#s-a6e15792-71bc-44c8-9a67-a1af5fc8ac84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6e15792-71bc-44c8-9a67-a1af5fc8ac84-root {
    text-align: center;
  }


#s-a6e15792-71bc-44c8-9a67-a1af5fc8ac84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6e15792-71bc-44c8-9a67-a1af5fc8ac84-root {
    text-align: center;
  }


#s-a6e15792-71bc-44c8-9a67-a1af5fc8ac84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6e15792-71bc-44c8-9a67-a1af5fc8ac84-root {
    text-align: center;
  }


#s-a6e15792-71bc-44c8-9a67-a1af5fc8ac84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6e15792-71bc-44c8-9a67-a1af5fc8ac84-root {
    text-align: center;
  }


#s-a6e15792-71bc-44c8-9a67-a1af5fc8ac84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-0e712594-f789-4f89-8495-f5b01340cea8 {
  min-height: 50px;
}








#s-0e712594-f789-4f89-8495-f5b01340cea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e712594-f789-4f89-8495-f5b01340cea8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdb77d12-d55d-413a-ad29-356a4ef8d9a2 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 24px;
padding-right: 15px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bdb77d12-d55d-413a-ad29-356a4ef8d9a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdb77d12-d55d-413a-ad29-356a4ef8d9a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65756db2-c26a-4b95-973e-0cff2582c9b9 {
  min-height: 80px;
text-align: center;
}







  #s-65756db2-c26a-4b95-973e-0cff2582c9b9 img.shogun-image {
    

    
    
    
  }


#s-65756db2-c26a-4b95-973e-0cff2582c9b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d435759f-005a-47f0-a19d-efcefcfe25e2 {
  margin-top: 10px;
}

#s-e896f3ee-c907-442b-baea-a42b2f58b34e {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 4px;
max-width: 46px;
}








#s-e896f3ee-c907-442b-baea-a42b2f58b34e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e896f3ee-c907-442b-baea-a42b2f58b34e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f15831f-9ac5-42f1-b828-57256424fe6e hr {
  border-top: 4px solid rgba(232, 102, 46, 1);
}

#s-39e42229-7eea-41e2-9f3f-d5bf01ca168a {
  border-style: solid;
margin-top: 0px;
padding-top: 18px;
padding-left: 17px;
padding-bottom: 18px;
padding-right: 38px;
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: 6px;
text-align: center;
background-color: rgba(27, 121, 175, 1);
text-decoration: none;
}
#s-39e42229-7eea-41e2-9f3f-d5bf01ca168a:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-39e42229-7eea-41e2-9f3f-d5bf01ca168a:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}

  #s-39e42229-7eea-41e2-9f3f-d5bf01ca168a-root {
    text-align: center;
  }


#s-39e42229-7eea-41e2-9f3f-d5bf01ca168a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-39e42229-7eea-41e2-9f3f-d5bf01ca168a-root {
    text-align: center;
  }


#s-39e42229-7eea-41e2-9f3f-d5bf01ca168a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39e42229-7eea-41e2-9f3f-d5bf01ca168a-root {
    text-align: center;
  }


#s-39e42229-7eea-41e2-9f3f-d5bf01ca168a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39e42229-7eea-41e2-9f3f-d5bf01ca168a-root {
    text-align: center;
  }


#s-39e42229-7eea-41e2-9f3f-d5bf01ca168a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-39e42229-7eea-41e2-9f3f-d5bf01ca168a-root {
    text-align: center;
  }


#s-39e42229-7eea-41e2-9f3f-d5bf01ca168a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-0935ef4e-ce53-49c6-af33-e8e6938479d4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-0935ef4e-ce53-49c6-af33-e8e6938479d4 {
  display: none;
}
#s-0935ef4e-ce53-49c6-af33-e8e6938479d4, #wrap-s-0935ef4e-ce53-49c6-af33-e8e6938479d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0935ef4e-ce53-49c6-af33-e8e6938479d4 {
  display: none;
}
#s-0935ef4e-ce53-49c6-af33-e8e6938479d4, #wrap-s-0935ef4e-ce53-49c6-af33-e8e6938479d4 { display:none !important; }}@media (max-width: 767px){#s-0935ef4e-ce53-49c6-af33-e8e6938479d4 {
  display: none;
}
#s-0935ef4e-ce53-49c6-af33-e8e6938479d4, #wrap-s-0935ef4e-ce53-49c6-af33-e8e6938479d4 { display:none !important; }}







#s-0935ef4e-ce53-49c6-af33-e8e6938479d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0935ef4e-ce53-49c6-af33-e8e6938479d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e15bae7f-4c45-43f3-9766-bb369c23865a {
  margin-top: 60px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e15bae7f-4c45-43f3-9766-bb369c23865a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-42d6d3fe-adfc-48ef-b6b4-3ddde70d22be {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-42d6d3fe-adfc-48ef-b6b4-3ddde70d22be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42d6d3fe-adfc-48ef-b6b4-3ddde70d22be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-42d6d3fe-adfc-48ef-b6b4-3ddde70d22be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-42d6d3fe-adfc-48ef-b6b4-3ddde70d22be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3afaa01d-30e7-4bfb-8f44-326be78a656b {
  min-height: 50px;
}








#s-3afaa01d-30e7-4bfb-8f44-326be78a656b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3afaa01d-30e7-4bfb-8f44-326be78a656b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-572ef48f-c6e1-46fc-81a5-70ca25861c77 {
  margin-left: 5px;
margin-right: 5px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 24px;
padding-right: 15px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-572ef48f-c6e1-46fc-81a5-70ca25861c77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-572ef48f-c6e1-46fc-81a5-70ca25861c77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c566b6b-ca28-4869-bd23-605809304211 {
  min-height: 80px;
text-align: center;
}







  #s-8c566b6b-ca28-4869-bd23-605809304211 img.shogun-image {
    

    
    
    
  }


#s-8c566b6b-ca28-4869-bd23-605809304211 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3345f0a-14c1-461b-a14a-5311a214457e {
  margin-top: 10px;
}

#s-8d1c9994-624d-426f-8243-e8b8f3b0d0ec {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 4px;
max-width: 46px;
}








#s-8d1c9994-624d-426f-8243-e8b8f3b0d0ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d1c9994-624d-426f-8243-e8b8f3b0d0ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5655db7-cfc8-478b-90bb-2f22779a76f2 hr {
  border-top: 4px solid rgba(232, 102, 46, 1);
}

#s-20be19a1-95ce-4671-91cc-f790d4e391cc {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 17px;
padding-bottom: 18px;
padding-right: 38px;
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: 6px;
text-align: center;
background-color: rgba(34, 122, 173, 1);
text-decoration: none;
}
#s-20be19a1-95ce-4671-91cc-f790d4e391cc:hover {background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-20be19a1-95ce-4671-91cc-f790d4e391cc:active {border-style: solid !important;
border-color: rgba(30, 132, 190, 1) !important;
background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-20be19a1-95ce-4671-91cc-f790d4e391cc-root {
    text-align: center;
  }


#s-20be19a1-95ce-4671-91cc-f790d4e391cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-20be19a1-95ce-4671-91cc-f790d4e391cc-root {
    text-align: center;
  }


#s-20be19a1-95ce-4671-91cc-f790d4e391cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20be19a1-95ce-4671-91cc-f790d4e391cc-root {
    text-align: center;
  }


#s-20be19a1-95ce-4671-91cc-f790d4e391cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20be19a1-95ce-4671-91cc-f790d4e391cc-root {
    text-align: center;
  }


#s-20be19a1-95ce-4671-91cc-f790d4e391cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-20be19a1-95ce-4671-91cc-f790d4e391cc-root {
    text-align: center;
  }


#s-20be19a1-95ce-4671-91cc-f790d4e391cc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-522a4501-dbcb-499d-bb38-11497f3721e2 {
  min-height: 50px;
}








#s-522a4501-dbcb-499d-bb38-11497f3721e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-522a4501-dbcb-499d-bb38-11497f3721e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12878e05-3efd-4df7-8aa8-62c59ccca7ab {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 72px;
padding-right: 15px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-12878e05-3efd-4df7-8aa8-62c59ccca7ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12878e05-3efd-4df7-8aa8-62c59ccca7ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-938a2c15-242f-4a16-b06b-e00628e1b5e4 {
  min-height: 80px;
text-align: center;
}







  #s-938a2c15-242f-4a16-b06b-e00628e1b5e4 img.shogun-image {
    

    
    
    
  }


#s-938a2c15-242f-4a16-b06b-e00628e1b5e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a701b971-8a78-4d26-9247-56a13d6770da {
  margin-top: 10px;
}

#s-14b1ae27-b12a-4b07-8633-909d6fe9a4b8 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 4px;
max-width: 46px;
}








#s-14b1ae27-b12a-4b07-8633-909d6fe9a4b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14b1ae27-b12a-4b07-8633-909d6fe9a4b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e940824c-62e9-4c1e-bd88-69fc71e81799 hr {
  border-top: 4px solid rgba(232, 102, 46, 1);
}

#s-c4d52428-0702-4628-afcd-70c477f405ec {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 17px;
padding-bottom: 18px;
padding-right: 38px;
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: 6px;
text-align: center;
background-color: rgba(34, 122, 173, 1);
text-decoration: none;
}
#s-c4d52428-0702-4628-afcd-70c477f405ec:hover {background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-c4d52428-0702-4628-afcd-70c477f405ec:active {border-style: solid !important;
border-color: rgba(30, 132, 190, 1) !important;
background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-c4d52428-0702-4628-afcd-70c477f405ec-root {
    text-align: center;
  }


#s-c4d52428-0702-4628-afcd-70c477f405ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c4d52428-0702-4628-afcd-70c477f405ec-root {
    text-align: center;
  }


#s-c4d52428-0702-4628-afcd-70c477f405ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4d52428-0702-4628-afcd-70c477f405ec-root {
    text-align: center;
  }


#s-c4d52428-0702-4628-afcd-70c477f405ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4d52428-0702-4628-afcd-70c477f405ec-root {
    text-align: center;
  }


#s-c4d52428-0702-4628-afcd-70c477f405ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c4d52428-0702-4628-afcd-70c477f405ec-root {
    text-align: center;
  }


#s-c4d52428-0702-4628-afcd-70c477f405ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-bf54bb44-bb80-4d4c-a360-8d54d3448c8b {
  margin-bottom: 20px;
min-height: 50px;
}








#s-bf54bb44-bb80-4d4c-a360-8d54d3448c8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf54bb44-bb80-4d4c-a360-8d54d3448c8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-370f9131-31c1-4366-9786-70080271dce5 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 72px;
padding-right: 15px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-370f9131-31c1-4366-9786-70080271dce5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-370f9131-31c1-4366-9786-70080271dce5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d47dd1fc-a367-4449-ba82-be302ae7fc97 {
  min-height: 80px;
text-align: center;
}







  #s-d47dd1fc-a367-4449-ba82-be302ae7fc97 img.shogun-image {
    

    
    
    
  }


#s-d47dd1fc-a367-4449-ba82-be302ae7fc97 .shogun-image-content {
  
    align-items: center;
  
}

#s-67496f36-fb54-4403-a69a-2a80bde1a2eb {
  margin-top: 10px;
}

#s-c31da092-b1bb-469d-a6ae-e3eb9bdc4830 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 4px;
max-width: 46px;
}








#s-c31da092-b1bb-469d-a6ae-e3eb9bdc4830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c31da092-b1bb-469d-a6ae-e3eb9bdc4830.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8709817e-e8fc-4529-bcca-8db23554aa39 hr {
  border-top: 4px solid rgba(232, 102, 46, 1);
}

#s-b970a203-8bf7-4173-ad46-ba9e6ee7127e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 17px;
padding-bottom: 18px;
padding-right: 38px;
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: 6px;
text-align: center;
background-color: rgba(34, 122, 173, 1);
text-decoration: none;
}
#s-b970a203-8bf7-4173-ad46-ba9e6ee7127e:hover {background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-b970a203-8bf7-4173-ad46-ba9e6ee7127e:active {border-style: solid !important;
border-color: rgba(30, 132, 190, 1) !important;
background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-b970a203-8bf7-4173-ad46-ba9e6ee7127e-root {
    text-align: center;
  }


#s-b970a203-8bf7-4173-ad46-ba9e6ee7127e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b970a203-8bf7-4173-ad46-ba9e6ee7127e-root {
    text-align: center;
  }


#s-b970a203-8bf7-4173-ad46-ba9e6ee7127e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b970a203-8bf7-4173-ad46-ba9e6ee7127e-root {
    text-align: center;
  }


#s-b970a203-8bf7-4173-ad46-ba9e6ee7127e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b970a203-8bf7-4173-ad46-ba9e6ee7127e-root {
    text-align: center;
  }


#s-b970a203-8bf7-4173-ad46-ba9e6ee7127e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b970a203-8bf7-4173-ad46-ba9e6ee7127e-root {
    text-align: center;
  }


#s-b970a203-8bf7-4173-ad46-ba9e6ee7127e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-793697af-aa26-482c-85e5-683b2486a91d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 60px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-793697af-aa26-482c-85e5-683b2486a91d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-793697af-aa26-482c-85e5-683b2486a91d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-793697af-aa26-482c-85e5-683b2486a91d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-793697af-aa26-482c-85e5-683b2486a91d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-18201718-94ad-4468-8fbf-61ea15553277 {
  min-height: 50px;
}








#s-18201718-94ad-4468-8fbf-61ea15553277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18201718-94ad-4468-8fbf-61ea15553277.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0d92079-d075-4d4c-b820-44382c0b8bc4 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 24px;
padding-right: 15px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c0d92079-d075-4d4c-b820-44382c0b8bc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0d92079-d075-4d4c-b820-44382c0b8bc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d1e0d2d-fe58-4fc8-8625-0b128af2a21f {
  min-height: 80px;
text-align: center;
}







  #s-9d1e0d2d-fe58-4fc8-8625-0b128af2a21f img.shogun-image {
    

    
    
    
  }


#s-9d1e0d2d-fe58-4fc8-8625-0b128af2a21f .shogun-image-content {
  
    align-items: center;
  
}

#s-1feca1a1-76ae-4586-b382-091b76c57743 {
  margin-top: 10px;
}

#s-8b6c148c-221f-4234-a166-6c2bb011eb8c {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 4px;
max-width: 46px;
}








#s-8b6c148c-221f-4234-a166-6c2bb011eb8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b6c148c-221f-4234-a166-6c2bb011eb8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a33b7d8-1fb2-4ac1-bf21-963e02ad76c4 hr {
  border-top: 4px solid rgba(232, 102, 46, 1);
}

#s-d277a1e2-c678-4f02-a290-73f933c62e4a {
  border-style: solid;
margin-top: 0px;
padding-top: 18px;
padding-left: 17px;
padding-bottom: 18px;
padding-right: 38px;
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: 6px;
text-align: center;
background-color: rgba(27, 121, 175, 1);
text-decoration: none;
}
#s-d277a1e2-c678-4f02-a290-73f933c62e4a:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-d277a1e2-c678-4f02-a290-73f933c62e4a:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}

  #s-d277a1e2-c678-4f02-a290-73f933c62e4a-root {
    text-align: center;
  }


#s-d277a1e2-c678-4f02-a290-73f933c62e4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d277a1e2-c678-4f02-a290-73f933c62e4a-root {
    text-align: center;
  }


#s-d277a1e2-c678-4f02-a290-73f933c62e4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d277a1e2-c678-4f02-a290-73f933c62e4a-root {
    text-align: center;
  }


#s-d277a1e2-c678-4f02-a290-73f933c62e4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d277a1e2-c678-4f02-a290-73f933c62e4a-root {
    text-align: center;
  }


#s-d277a1e2-c678-4f02-a290-73f933c62e4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d277a1e2-c678-4f02-a290-73f933c62e4a-root {
    text-align: center;
  }


#s-d277a1e2-c678-4f02-a290-73f933c62e4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-2c824f03-963a-42c1-a51e-dfc08593a18a {
  min-height: 50px;
}








#s-2c824f03-963a-42c1-a51e-dfc08593a18a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c824f03-963a-42c1-a51e-dfc08593a18a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f47c237-f326-4f42-b8ed-6ba84e0a3e38 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 24px;
padding-right: 15px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7f47c237-f326-4f42-b8ed-6ba84e0a3e38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f47c237-f326-4f42-b8ed-6ba84e0a3e38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c3fbb09-0d41-4b9b-b777-f180ebf65929 {
  min-height: 80px;
text-align: center;
}







  #s-7c3fbb09-0d41-4b9b-b777-f180ebf65929 img.shogun-image {
    

    
    
    
  }


#s-7c3fbb09-0d41-4b9b-b777-f180ebf65929 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e2410d9-a104-4a36-8159-0aa746050ec3 {
  margin-top: 10px;
}

#s-72b25332-264e-40ab-a2b6-56cff596f6e0 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 4px;
max-width: 46px;
}








#s-72b25332-264e-40ab-a2b6-56cff596f6e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72b25332-264e-40ab-a2b6-56cff596f6e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea5255af-e6f5-43c5-b52f-593b38b7c6bd hr {
  border-top: 4px solid rgba(232, 102, 46, 1);
}

#s-be0fdd6a-ab1e-4f88-bf5d-f73dd9024d61 {
  border-style: solid;
margin-top: 0px;
padding-top: 18px;
padding-left: 17px;
padding-bottom: 18px;
padding-right: 38px;
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: 6px;
text-align: center;
background-color: rgba(27, 121, 175, 1);
text-decoration: none;
}
#s-be0fdd6a-ab1e-4f88-bf5d-f73dd9024d61:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-be0fdd6a-ab1e-4f88-bf5d-f73dd9024d61:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}

  #s-be0fdd6a-ab1e-4f88-bf5d-f73dd9024d61-root {
    text-align: center;
  }


#s-be0fdd6a-ab1e-4f88-bf5d-f73dd9024d61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-be0fdd6a-ab1e-4f88-bf5d-f73dd9024d61-root {
    text-align: center;
  }


#s-be0fdd6a-ab1e-4f88-bf5d-f73dd9024d61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be0fdd6a-ab1e-4f88-bf5d-f73dd9024d61-root {
    text-align: center;
  }


#s-be0fdd6a-ab1e-4f88-bf5d-f73dd9024d61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be0fdd6a-ab1e-4f88-bf5d-f73dd9024d61-root {
    text-align: center;
  }


#s-be0fdd6a-ab1e-4f88-bf5d-f73dd9024d61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-be0fdd6a-ab1e-4f88-bf5d-f73dd9024d61-root {
    text-align: center;
  }


#s-be0fdd6a-ab1e-4f88-bf5d-f73dd9024d61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-09f755e8-162b-472f-9732-85420f558c34 {
  min-height: 50px;
}








#s-09f755e8-162b-472f-9732-85420f558c34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09f755e8-162b-472f-9732-85420f558c34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15dbaebd-0fcb-4b11-839d-33fd0471c6ac {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 71px;
padding-right: 15px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-15dbaebd-0fcb-4b11-839d-33fd0471c6ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15dbaebd-0fcb-4b11-839d-33fd0471c6ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f43a7e5-bf5c-4168-abeb-3a378ae06fc4 {
  min-height: 80px;
text-align: center;
}







  #s-4f43a7e5-bf5c-4168-abeb-3a378ae06fc4 img.shogun-image {
    

    
    
    
  }


#s-4f43a7e5-bf5c-4168-abeb-3a378ae06fc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-630e7b12-b3ed-4061-ae77-bd77e3708495 {
  margin-top: 10px;
}

#s-0db6dba7-7d9e-4643-8852-595b471173e3 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 4px;
max-width: 46px;
}








#s-0db6dba7-7d9e-4643-8852-595b471173e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0db6dba7-7d9e-4643-8852-595b471173e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29019d99-a61c-40c4-90fd-ad953b14c064 hr {
  border-top: 4px solid rgba(232, 102, 46, 1);
}

#s-fda82986-1ae2-44fc-8013-3e913aa95c84 {
  border-style: solid;
margin-top: 0px;
padding-top: 18px;
padding-left: 17px;
padding-bottom: 18px;
padding-right: 38px;
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: 6px;
text-align: center;
background-color: rgba(27, 121, 175, 1);
text-decoration: none;
}
#s-fda82986-1ae2-44fc-8013-3e913aa95c84:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-fda82986-1ae2-44fc-8013-3e913aa95c84:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}

  #s-fda82986-1ae2-44fc-8013-3e913aa95c84-root {
    text-align: center;
  }


#s-fda82986-1ae2-44fc-8013-3e913aa95c84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fda82986-1ae2-44fc-8013-3e913aa95c84-root {
    text-align: center;
  }


#s-fda82986-1ae2-44fc-8013-3e913aa95c84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fda82986-1ae2-44fc-8013-3e913aa95c84-root {
    text-align: center;
  }


#s-fda82986-1ae2-44fc-8013-3e913aa95c84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fda82986-1ae2-44fc-8013-3e913aa95c84-root {
    text-align: center;
  }


#s-fda82986-1ae2-44fc-8013-3e913aa95c84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fda82986-1ae2-44fc-8013-3e913aa95c84-root {
    text-align: center;
  }


#s-fda82986-1ae2-44fc-8013-3e913aa95c84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-feb50f17-3ee6-4edc-9564-effc9455a757 {
  margin-left: 00px;
margin-right: 00px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (max-width: 767px){#s-feb50f17-3ee6-4edc-9564-effc9455a757 {
  display: none;
}
#s-feb50f17-3ee6-4edc-9564-effc9455a757, #wrap-s-feb50f17-3ee6-4edc-9564-effc9455a757 { display:none !important; }}







#s-feb50f17-3ee6-4edc-9564-effc9455a757 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feb50f17-3ee6-4edc-9564-effc9455a757.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2632d2f-ba6d-4906-826f-3a2b8af8249e {
  margin-top: 60px;
margin-left: 100px;
margin-bottom: 60px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2632d2f-ba6d-4906-826f-3a2b8af8249e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-29c5e235-c79c-4bd3-96b7-aad93cd93848 {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 80px;
margin-right: 100px;
}

#s-29c5e235-c79c-4bd3-96b7-aad93cd93848 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-29c5e235-c79c-4bd3-96b7-aad93cd93848 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 128, 196, 1);
  padding: 10px;
}

#s-29c5e235-c79c-4bd3-96b7-aad93cd93848 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-29c5e235-c79c-4bd3-96b7-aad93cd93848 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-29c5e235-c79c-4bd3-96b7-aad93cd93848 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-29c5e235-c79c-4bd3-96b7-aad93cd93848 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-57dad8a5-4c3a-495f-825d-b51cc5731775 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-8c185fbf-6512-4b4f-a2de-56a6f73c52fb {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-6f841ef1-6ffb-41ec-abf6-241da91be376 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-855ba88f-de62-4bf1-a779-7483f9c134cc {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-b5648e3a-30ad-48a8-9d92-710e0e22a45d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-9c3f50dc-f65d-412d-9624-e1fa4e5e2752 {
  margin-left: 00px;
margin-right: 00px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-9c3f50dc-f65d-412d-9624-e1fa4e5e2752 {
  display: none;
}
#s-9c3f50dc-f65d-412d-9624-e1fa4e5e2752, #wrap-s-9c3f50dc-f65d-412d-9624-e1fa4e5e2752 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c3f50dc-f65d-412d-9624-e1fa4e5e2752 {
  display: none;
}
#s-9c3f50dc-f65d-412d-9624-e1fa4e5e2752, #wrap-s-9c3f50dc-f65d-412d-9624-e1fa4e5e2752 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c3f50dc-f65d-412d-9624-e1fa4e5e2752 {
  display: none;
}
#s-9c3f50dc-f65d-412d-9624-e1fa4e5e2752, #wrap-s-9c3f50dc-f65d-412d-9624-e1fa4e5e2752 { display:none !important; }}







#s-9c3f50dc-f65d-412d-9624-e1fa4e5e2752 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c3f50dc-f65d-412d-9624-e1fa4e5e2752.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33e46199-6496-482b-9811-f301113200da {
  margin-top: 30px;
margin-left: 100px;
margin-bottom: 30px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33e46199-6496-482b-9811-f301113200da .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e5c7c87b-1d1c-453f-82fc-aff462ea29cf {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 80px;
margin-right: 0px;
}

#s-e5c7c87b-1d1c-453f-82fc-aff462ea29cf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e5c7c87b-1d1c-453f-82fc-aff462ea29cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 128, 196, 1);
  padding: 10px;
}

#s-e5c7c87b-1d1c-453f-82fc-aff462ea29cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-e5c7c87b-1d1c-453f-82fc-aff462ea29cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e5c7c87b-1d1c-453f-82fc-aff462ea29cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-e5c7c87b-1d1c-453f-82fc-aff462ea29cf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-d34392b7-52fd-45ac-953b-78c60d175d26 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-64b6dcb2-3c94-427f-951f-e5176ce521a4 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-a2272860-858c-4157-aaae-d9e97e6e1201 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-dcde43a5-a2c8-4f87-8467-23720b4bf61a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-86d4455a-63d3-4405-b317-e361f39b6de4 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

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

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

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}