#s-531cb18a-c279-40a2-ba34-48cc89e20f41 {
  text-align: left;
}

.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-403d5b5f-9634-46db-98da-cd16c098f0ba {
  background-color: rgba(239, 240, 240, 1);
}








#s-403d5b5f-9634-46db-98da-cd16c098f0ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-403d5b5f-9634-46db-98da-cd16c098f0ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-e6428af3-88c8-496a-b144-5fafc686dc10 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-e6428af3-88c8-496a-b144-5fafc686dc10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6428af3-88c8-496a-b144-5fafc686dc10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e6428af3-88c8-496a-b144-5fafc686dc10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6428af3-88c8-496a-b144-5fafc686dc10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

.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-20541eac-e7ea-45ba-b12d-24d2bc984c7c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 1);
border-style: solid;
}

#s-f3384b8b-e817-40a3-9361-8de85f1b43ba {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-1409ac90-a01c-4570-8067-d131e73eae70 {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1409ac90-a01c-4570-8067-d131e73eae70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1409ac90-a01c-4570-8067-d131e73eae70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1409ac90-a01c-4570-8067-d131e73eae70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1409ac90-a01c-4570-8067-d131e73eae70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1409ac90-a01c-4570-8067-d131e73eae70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1409ac90-a01c-4570-8067-d131e73eae70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1409ac90-a01c-4570-8067-d131e73eae70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.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-aa8e9f66-9626-4114-a042-6b4141e13202 {
  text-align: left;
}







  #s-aa8e9f66-9626-4114-a042-6b4141e13202 img.shogun-image {
    

    
    
    
  }


#s-aa8e9f66-9626-4114-a042-6b4141e13202 .shogun-image-content {
  
    align-items: center;
  
}

#s-633fca52-f351-4a9a-ae5e-b53c41baa6c8 {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-633fca52-f351-4a9a-ae5e-b53c41baa6c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-633fca52-f351-4a9a-ae5e-b53c41baa6c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-633fca52-f351-4a9a-ae5e-b53c41baa6c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-633fca52-f351-4a9a-ae5e-b53c41baa6c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-633fca52-f351-4a9a-ae5e-b53c41baa6c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-633fca52-f351-4a9a-ae5e-b53c41baa6c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-633fca52-f351-4a9a-ae5e-b53c41baa6c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-c5df1f4d-a399-4c1c-8dd6-52390bb750ab {
  text-align: left;
}







  #s-c5df1f4d-a399-4c1c-8dd6-52390bb750ab img.shogun-image {
    

    
    
    
  }


#s-c5df1f4d-a399-4c1c-8dd6-52390bb750ab .shogun-image-content {
  
    align-items: center;
  
}

#s-44ce23ff-fdeb-4e38-bd28-0015eaa4d521 {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-44ce23ff-fdeb-4e38-bd28-0015eaa4d521"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44ce23ff-fdeb-4e38-bd28-0015eaa4d521"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44ce23ff-fdeb-4e38-bd28-0015eaa4d521"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-44ce23ff-fdeb-4e38-bd28-0015eaa4d521"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44ce23ff-fdeb-4e38-bd28-0015eaa4d521"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-44ce23ff-fdeb-4e38-bd28-0015eaa4d521"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44ce23ff-fdeb-4e38-bd28-0015eaa4d521"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-067c628b-b767-4513-b3f2-9a63c92b6cba {
  text-align: left;
}







  #s-067c628b-b767-4513-b3f2-9a63c92b6cba img.shogun-image {
    

    
    
    
  }


#s-067c628b-b767-4513-b3f2-9a63c92b6cba .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-409b4136-f504-4e99-a059-95c105dad766"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-409b4136-f504-4e99-a059-95c105dad766"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-409b4136-f504-4e99-a059-95c105dad766"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-409b4136-f504-4e99-a059-95c105dad766"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-409b4136-f504-4e99-a059-95c105dad766"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-409b4136-f504-4e99-a059-95c105dad766"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-409b4136-f504-4e99-a059-95c105dad766"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-46c9b78e-7392-4090-bb84-c83810b8a6df {
  text-align: left;
}







  #s-46c9b78e-7392-4090-bb84-c83810b8a6df img.shogun-image {
    

    
    
    
  }


#s-46c9b78e-7392-4090-bb84-c83810b8a6df .shogun-image-content {
  
    align-items: center;
  
}

#s-550998dc-a6f6-4849-9512-4872867175cc {
  text-align: left;
}

#s-c26faaac-b7fe-43d6-baa7-bdcac085748d {
  text-align: center;
}







  #s-c26faaac-b7fe-43d6-baa7-bdcac085748d img.shogun-image {
    

    
    
    
  }


#s-c26faaac-b7fe-43d6-baa7-bdcac085748d .shogun-image-content {
  
    align-items: center;
  
}

#s-ca5eb597-8d8e-4dec-a3d6-d2f6017f5d52 {
  background-color: rgba(24, 60, 53, 1);
background-attachment: scroll;
}








#s-ca5eb597-8d8e-4dec-a3d6-d2f6017f5d52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca5eb597-8d8e-4dec-a3d6-d2f6017f5d52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c428a71b-6187-42b7-a60a-a31d71971c24 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-c428a71b-6187-42b7-a60a-a31d71971c24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c428a71b-6187-42b7-a60a-a31d71971c24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-c428a71b-6187-42b7-a60a-a31d71971c24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-c428a71b-6187-42b7-a60a-a31d71971c24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

}

#s-89dbc8ce-1c92-4116-ad6f-3f04fd1bd81c {
  min-height: 500px;
}








#s-89dbc8ce-1c92-4116-ad6f-3f04fd1bd81c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89dbc8ce-1c92-4116-ad6f-3f04fd1bd81c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-350d8ca9-5f70-496e-84cc-c7f3474973aa {
  max-width: 2040px;
aspect-ratio: 2040/1298;
text-align: center;
}





  #s-350d8ca9-5f70-496e-84cc-c7f3474973aa img.shogun-image,
  #s-350d8ca9-5f70-496e-84cc-c7f3474973aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-350d8ca9-5f70-496e-84cc-c7f3474973aa {
    width: 100%;
    height: auto;
  }



  #s-350d8ca9-5f70-496e-84cc-c7f3474973aa img.shogun-image {
    

    
    
    
  }


#s-350d8ca9-5f70-496e-84cc-c7f3474973aa .shogun-image-content {
  
    align-items: center;
  
}

#s-9c0c1f1b-14a2-403e-b336-254b2bfd2990 {
  min-height: 500px;
}








#s-9c0c1f1b-14a2-403e-b336-254b2bfd2990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c0c1f1b-14a2-403e-b336-254b2bfd2990.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48451496-3d34-40ad-ae25-46c9334a0ed7 {
  background-attachment: fixed;
background-color: rgba(255, 255, 255, 1);
}








#s-48451496-3d34-40ad-ae25-46c9334a0ed7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48451496-3d34-40ad-ae25-46c9334a0ed7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd52291b-9385-4904-923e-f6e30960c221 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-dd52291b-9385-4904-923e-f6e30960c221"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd52291b-9385-4904-923e-f6e30960c221"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd52291b-9385-4904-923e-f6e30960c221"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd52291b-9385-4904-923e-f6e30960c221"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2ab7ca83-2e2b-434e-ae8d-0215aac84caf {
  min-height: 500px;
}








#s-2ab7ca83-2e2b-434e-ae8d-0215aac84caf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ab7ca83-2e2b-434e-ae8d-0215aac84caf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-722ba506-382f-4eac-84dc-64e878291622 {
  min-height: 500px;
}








#s-722ba506-382f-4eac-84dc-64e878291622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-722ba506-382f-4eac-84dc-64e878291622.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdaa63a8-e66a-4224-b313-3f44347a001d {
  text-align: center;
}







  #s-cdaa63a8-e66a-4224-b313-3f44347a001d img.shogun-image {
    

    
    
    
  }


#s-cdaa63a8-e66a-4224-b313-3f44347a001d .shogun-image-content {
  
    align-items: center;
  
}

#s-32771e3a-d768-4072-8f60-091cc8a5f438 {
  background-attachment: fixed;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
border-style: solid;
min-height: 50px;
max-width: 80%;
background-color: rgba(245, 245, 245, 1);
}








#s-32771e3a-d768-4072-8f60-091cc8a5f438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32771e3a-d768-4072-8f60-091cc8a5f438.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ff29787-5e25-4912-b01a-f2ce198688b8 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b0ff13ad-557f-4972-8a48-555c8999fe69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0ff13ad-557f-4972-8a48-555c8999fe69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b0ff13ad-557f-4972-8a48-555c8999fe69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0ff13ad-557f-4972-8a48-555c8999fe69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-cf441ff0-8b4d-4ea2-b999-00b993bd4ee9 {
  padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-cf441ff0-8b4d-4ea2-b999-00b993bd4ee9 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-cf441ff0-8b4d-4ea2-b999-00b993bd4ee9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf441ff0-8b4d-4ea2-b999-00b993bd4ee9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a634310a-4714-447a-b861-346f832b6a48 {
  padding-bottom: 20px;
text-align: left;
}







  #s-a634310a-4714-447a-b861-346f832b6a48 img.shogun-image {
    

    
    
    
  }


#s-a634310a-4714-447a-b861-346f832b6a48 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcc38840-4b63-429f-bc82-c769f46d3f8e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 1);
border-style: solid;
}

#s-94f9d2e6-63b0-497f-affc-63e74c9b2b40 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-36872655-7d89-4461-8850-a35a206f4dbe {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-36872655-7d89-4461-8850-a35a206f4dbe {
  
}
}@media (min-width: 1200px){#s-36872655-7d89-4461-8850-a35a206f4dbe, #wrap-s-36872655-7d89-4461-8850-a35a206f4dbe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36872655-7d89-4461-8850-a35a206f4dbe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36872655-7d89-4461-8850-a35a206f4dbe, #wrap-s-36872655-7d89-4461-8850-a35a206f4dbe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36872655-7d89-4461-8850-a35a206f4dbe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36872655-7d89-4461-8850-a35a206f4dbe, #wrap-s-36872655-7d89-4461-8850-a35a206f4dbe { display: none !important; }}







#s-36872655-7d89-4461-8850-a35a206f4dbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36872655-7d89-4461-8850-a35a206f4dbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4901117c-421f-4ebe-94f4-4eae11c91ca0 {
  text-align: left;
}

#s-4a4bdb91-2682-4007-8689-e8590260e7ff {
  padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(224, 230, 34, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-4a4bdb91-2682-4007-8689-e8590260e7ff {
  border-style: solid;
border-color: #000;
padding-top: 20px;
border-left-width: 0px;
border-right-width: 0px;
}
}







#s-4a4bdb91-2682-4007-8689-e8590260e7ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a4bdb91-2682-4007-8689-e8590260e7ff.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e3bef735-4d43-48ce-b115-2a81fe84a601 {
  padding-bottom: 20px;
text-align: left;
}







  #s-e3bef735-4d43-48ce-b115-2a81fe84a601 img.shogun-image {
    

    
    
    
  }


#s-e3bef735-4d43-48ce-b115-2a81fe84a601 .shogun-image-content {
  
    align-items: center;
  
}

#s-4da9b8f1-ff6b-418f-b145-d528dff15a4d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 1);
border-style: solid;
}

#s-a5a09d4a-dae5-4f95-a62d-627c3d30bd14 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-2db91600-b295-4e73-8e77-51ebb9e8266e {
  padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(224, 230, 34, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-2db91600-b295-4e73-8e77-51ebb9e8266e {
  
}
}@media (min-width: 1200px){#s-2db91600-b295-4e73-8e77-51ebb9e8266e, #wrap-s-2db91600-b295-4e73-8e77-51ebb9e8266e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2db91600-b295-4e73-8e77-51ebb9e8266e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2db91600-b295-4e73-8e77-51ebb9e8266e, #wrap-s-2db91600-b295-4e73-8e77-51ebb9e8266e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2db91600-b295-4e73-8e77-51ebb9e8266e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2db91600-b295-4e73-8e77-51ebb9e8266e, #wrap-s-2db91600-b295-4e73-8e77-51ebb9e8266e { display: none !important; }}@media (max-width: 767px){#s-2db91600-b295-4e73-8e77-51ebb9e8266e {
  border-style: solid;
border-color: #000;
border-left-width: 0px;
border-right-width: 0px;
}
}







#s-2db91600-b295-4e73-8e77-51ebb9e8266e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2db91600-b295-4e73-8e77-51ebb9e8266e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f2da6b0-8c9b-419d-aaa9-b1186faf3e32 {
  text-align: left;
}

#s-df7624ca-d5c4-4031-a13b-51df0332005d {
  padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-df7624ca-d5c4-4031-a13b-51df0332005d {
  padding-top: 20px;
}
}







#s-df7624ca-d5c4-4031-a13b-51df0332005d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df7624ca-d5c4-4031-a13b-51df0332005d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a7a3e0a0-279b-4f48-a7dd-4bf7a95b47db {
  padding-bottom: 20px;
text-align: left;
}







  #s-a7a3e0a0-279b-4f48-a7dd-4bf7a95b47db img.shogun-image {
    

    
    
    
  }


#s-a7a3e0a0-279b-4f48-a7dd-4bf7a95b47db .shogun-image-content {
  
    align-items: center;
  
}

#s-feab9647-18ca-47cb-8c92-2ce1c257a539 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 1);
border-style: solid;
}

#s-f3df4021-8511-4d9c-ab95-504867d87a50 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-fd243719-5fd8-413e-814b-484e9992562c {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-fd243719-5fd8-413e-814b-484e9992562c {
  
}
}@media (min-width: 1200px){#s-fd243719-5fd8-413e-814b-484e9992562c, #wrap-s-fd243719-5fd8-413e-814b-484e9992562c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd243719-5fd8-413e-814b-484e9992562c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd243719-5fd8-413e-814b-484e9992562c, #wrap-s-fd243719-5fd8-413e-814b-484e9992562c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd243719-5fd8-413e-814b-484e9992562c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd243719-5fd8-413e-814b-484e9992562c, #wrap-s-fd243719-5fd8-413e-814b-484e9992562c { display: none !important; }}







#s-fd243719-5fd8-413e-814b-484e9992562c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd243719-5fd8-413e-814b-484e9992562c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a59caaf-1f23-4829-9319-6f89210e35b5 {
  text-align: left;
}

@media (max-width: 767px){#s-c15e65b6-eeb5-451a-8989-166f5bb72546 {
  
}
}@media (max-width: 767px){#s-c15e65b6-eeb5-451a-8989-166f5bb72546, #wrap-s-c15e65b6-eeb5-451a-8989-166f5bb72546 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c15e65b6-eeb5-451a-8989-166f5bb72546"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c15e65b6-eeb5-451a-8989-166f5bb72546"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c15e65b6-eeb5-451a-8989-166f5bb72546"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c15e65b6-eeb5-451a-8989-166f5bb72546"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3dd37b86-9bde-4227-829c-583f07a43299 {
  padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}








#s-3dd37b86-9bde-4227-829c-583f07a43299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dd37b86-9bde-4227-829c-583f07a43299.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63c73c3e-1e86-4ac8-a189-4ab92f6389c9 {
  text-align: left;
}

#s-5e65ebc9-3069-46b8-974c-516d351540c8 {
  padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(224, 230, 34, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-5e65ebc9-3069-46b8-974c-516d351540c8 {
  border-style: solid;
border-color: #000;
border-left-width: 0px;
border-right-width: 0px;
}
}







#s-5e65ebc9-3069-46b8-974c-516d351540c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e65ebc9-3069-46b8-974c-516d351540c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e95018f4-eaa1-4fb3-a900-a6a71f526b61 {
  text-align: left;
}

#s-e382f7b0-6cc8-4613-8c0e-c611bfb9fa66 {
  padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}








#s-e382f7b0-6cc8-4613-8c0e-c611bfb9fa66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e382f7b0-6cc8-4613-8c0e-c611bfb9fa66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cf8be83-c8a0-4ffd-ae41-6fe1b42f2348 {
  text-align: left;
}

#s-cc7b9aea-56a2-4321-8a6a-4a5b13ebc86d {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
max-width: 57%;
}








#s-cc7b9aea-56a2-4321-8a6a-4a5b13ebc86d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc7b9aea-56a2-4321-8a6a-4a5b13ebc86d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-6e3ff81c-2ccf-481e-adcb-2ec28c57961c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(24, 60, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: left custom;
}
#s-6e3ff81c-2ccf-481e-adcb-2ec28c57961c:hover {background-color: rgba(24, 60, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6e3ff81c-2ccf-481e-adcb-2ec28c57961c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6e3ff81c-2ccf-481e-adcb-2ec28c57961c-root {
    text-align: center;
  }


#s-6e3ff81c-2ccf-481e-adcb-2ec28c57961c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6e3ff81c-2ccf-481e-adcb-2ec28c57961c-root {
    text-align: center;
  }


#s-6e3ff81c-2ccf-481e-adcb-2ec28c57961c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e3ff81c-2ccf-481e-adcb-2ec28c57961c-root {
    text-align: center;
  }


#s-6e3ff81c-2ccf-481e-adcb-2ec28c57961c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e3ff81c-2ccf-481e-adcb-2ec28c57961c-root {
    text-align: center;
  }


#s-6e3ff81c-2ccf-481e-adcb-2ec28c57961c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6e3ff81c-2ccf-481e-adcb-2ec28c57961c-root {
    text-align: center;
  }


#s-6e3ff81c-2ccf-481e-adcb-2ec28c57961c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8c2582f1-f02c-4167-8533-0b6f80ec7a9b {
  min-height: 50px;
background-color: rgba(120, 101, 105, 1);
}








#s-8c2582f1-f02c-4167-8533-0b6f80ec7a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c2582f1-f02c-4167-8533-0b6f80ec7a9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73320292-c8ef-4fc6-9f46-ef71ef20d143 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 50px;
min-height: 50px;
max-width: 80%;
}








#s-73320292-c8ef-4fc6-9f46-ef71ef20d143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73320292-c8ef-4fc6-9f46-ef71ef20d143.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-c42e8796-35c2-4e17-891c-25310491bb90 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c42e8796-35c2-4e17-891c-25310491bb90 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c42e8796-35c2-4e17-891c-25310491bb90 .shg-sld-nav-button.shg-sld-left,
#s-c42e8796-35c2-4e17-891c-25310491bb90 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f1467988-5ce8-4e5a-a195-2b7d4f6a0400 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f1467988-5ce8-4e5a-a195-2b7d4f6a0400"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1467988-5ce8-4e5a-a195-2b7d4f6a0400"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1467988-5ce8-4e5a-a195-2b7d4f6a0400"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1467988-5ce8-4e5a-a195-2b7d4f6a0400"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e4eb0f04-1572-4026-9cc3-b7f3b69a5fc5 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 1);
border-style: solid;
}

#s-4a034265-07b5-4820-8881-97254950367a {
  padding-top: 30px;
}

#s-09930c2b-b44f-4995-8df7-456d242d0300 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(224, 230, 34, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(24, 60, 53, 1);
}
#s-09930c2b-b44f-4995-8df7-456d242d0300:hover {background-color: rgba(224, 230, 34, 1) !important;
text-decoration: none !important;
color: rgba(24, 60, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-09930c2b-b44f-4995-8df7-456d242d0300:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-09930c2b-b44f-4995-8df7-456d242d0300-root {
    text-align: left;
  }


#s-09930c2b-b44f-4995-8df7-456d242d0300.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-09930c2b-b44f-4995-8df7-456d242d0300-root {
    text-align: left;
  }


#s-09930c2b-b44f-4995-8df7-456d242d0300.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09930c2b-b44f-4995-8df7-456d242d0300-root {
    text-align: left;
  }


#s-09930c2b-b44f-4995-8df7-456d242d0300.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09930c2b-b44f-4995-8df7-456d242d0300-root {
    text-align: left;
  }


#s-09930c2b-b44f-4995-8df7-456d242d0300.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-09930c2b-b44f-4995-8df7-456d242d0300-root {
    text-align: left;
  }


#s-09930c2b-b44f-4995-8df7-456d242d0300.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-d4ca0108-5865-4969-8c7b-0ff36b3ec72a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 1);
border-style: solid;
}

#s-630c8601-df18-48de-81a7-3ab78d7f4616 {
  padding-top: 30px;
}

#s-95fb85a5-8729-4ff2-8260-4aaa4f7bc3bb {
  text-align: left;
}

#s-1cdc048d-4284-45f5-81e4-961f062e6503 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(224, 230, 34, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(24, 60, 53, 1);
}
#s-1cdc048d-4284-45f5-81e4-961f062e6503:hover {background-color: rgba(224, 230, 34, 1) !important;
text-decoration: none !important;
color: rgba(24, 60, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1cdc048d-4284-45f5-81e4-961f062e6503:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cdc048d-4284-45f5-81e4-961f062e6503-root {
    text-align: left;
  }


#s-1cdc048d-4284-45f5-81e4-961f062e6503.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cdc048d-4284-45f5-81e4-961f062e6503-root {
    text-align: left;
  }


#s-1cdc048d-4284-45f5-81e4-961f062e6503.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cdc048d-4284-45f5-81e4-961f062e6503-root {
    text-align: left;
  }


#s-1cdc048d-4284-45f5-81e4-961f062e6503.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cdc048d-4284-45f5-81e4-961f062e6503-root {
    text-align: left;
  }


#s-1cdc048d-4284-45f5-81e4-961f062e6503.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cdc048d-4284-45f5-81e4-961f062e6503-root {
    text-align: left;
  }


#s-1cdc048d-4284-45f5-81e4-961f062e6503.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a95123d8-d517-4a53-a846-357c0f62e375 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-a95123d8-d517-4a53-a846-357c0f62e375"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a95123d8-d517-4a53-a846-357c0f62e375"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a95123d8-d517-4a53-a846-357c0f62e375"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a95123d8-d517-4a53-a846-357c0f62e375"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ec97aaa6-4fa4-4296-8d6b-771795b09b47 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 1);
border-style: solid;
}

#s-2a99d6a4-788c-4a41-b18a-c3e507d03b7c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 0.1);
border-style: solid;
}

#s-0f82ec4e-6f80-4f1a-a084-3779cc0ebdc7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 0.1);
border-style: solid;
}

#s-473fecfd-9cbe-4981-98fd-860c3a2fcbde {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 0.1);
border-style: solid;
}

#s-b197853b-d6a4-4151-aea6-96b01041dd89 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(224, 230, 34, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(24, 60, 53, 1);
}
#s-b197853b-d6a4-4151-aea6-96b01041dd89:hover {background-color: rgba(224, 230, 34, 1) !important;
text-decoration: none !important;
color: rgba(24, 60, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b197853b-d6a4-4151-aea6-96b01041dd89:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b197853b-d6a4-4151-aea6-96b01041dd89-root {
    text-align: left;
  }


#s-b197853b-d6a4-4151-aea6-96b01041dd89.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b197853b-d6a4-4151-aea6-96b01041dd89-root {
    text-align: left;
  }


#s-b197853b-d6a4-4151-aea6-96b01041dd89.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b197853b-d6a4-4151-aea6-96b01041dd89-root {
    text-align: left;
  }


#s-b197853b-d6a4-4151-aea6-96b01041dd89.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b197853b-d6a4-4151-aea6-96b01041dd89-root {
    text-align: left;
  }


#s-b197853b-d6a4-4151-aea6-96b01041dd89.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b197853b-d6a4-4151-aea6-96b01041dd89-root {
    text-align: left;
  }


#s-b197853b-d6a4-4151-aea6-96b01041dd89.shg-btn {
  color: rgba(24, 60, 53, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a50b5837-b3f2-4782-be60-b2b652118449 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 1);
border-style: solid;
}

#s-bdd43d40-5107-454f-9f30-273594cc1ade {
  padding-top: 30px;
}

#s-412af32b-9905-45a9-8317-848a1a93650e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 0.1);
border-style: solid;
}

#s-c46e624e-8c36-4c6d-b4d4-c8e8de2ad50f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 0.1);
border-style: solid;
}

#s-e8f2a78d-59bd-4eea-b524-c4b1046ab09d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 1);
border-style: solid;
}

#s-61ea2cbd-46b8-4e6f-9a84-9bee356d7d12 {
  padding-top: 20px;
}

#s-79e9ba24-08f7-42fb-afb7-d40ec53c1b21 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 0.1);
border-style: solid;
}

#s-5d76cdcf-9874-401d-9984-536482db823d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 0.1);
border-style: solid;
}

#s-055ae4ea-5cc8-40a3-9db5-07039d83cccd {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 0.1);
border-style: solid;
}

#s-30a5beb4-f6b5-4ca3-9c61-dd8fe9ef1b07 {
  background-attachment: fixed;
background-color: rgba(255, 255, 255, 1);
}








#s-30a5beb4-f6b5-4ca3-9c61-dd8fe9ef1b07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30a5beb4-f6b5-4ca3-9c61-dd8fe9ef1b07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bae2a16-37b1-4a8d-bbef-88e10742baaf {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-0bae2a16-37b1-4a8d-bbef-88e10742baaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bae2a16-37b1-4a8d-bbef-88e10742baaf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0bae2a16-37b1-4a8d-bbef-88e10742baaf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0bae2a16-37b1-4a8d-bbef-88e10742baaf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea2e418f-8187-4cb3-966c-bbaffde0a8ed {
  min-height: 500px;
}








#s-ea2e418f-8187-4cb3-966c-bbaffde0a8ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea2e418f-8187-4cb3-966c-bbaffde0a8ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58ed0cb2-cebf-4bd9-8ae2-3152f6bf601f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(24, 60, 53, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: left custom;
}
#s-58ed0cb2-cebf-4bd9-8ae2-3152f6bf601f:hover {background-color: rgba(24, 60, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-58ed0cb2-cebf-4bd9-8ae2-3152f6bf601f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-58ed0cb2-cebf-4bd9-8ae2-3152f6bf601f-root {
    text-align: left;
  }


#s-58ed0cb2-cebf-4bd9-8ae2-3152f6bf601f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58ed0cb2-cebf-4bd9-8ae2-3152f6bf601f-root {
    text-align: left;
  }


#s-58ed0cb2-cebf-4bd9-8ae2-3152f6bf601f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58ed0cb2-cebf-4bd9-8ae2-3152f6bf601f-root {
    text-align: left;
  }


#s-58ed0cb2-cebf-4bd9-8ae2-3152f6bf601f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58ed0cb2-cebf-4bd9-8ae2-3152f6bf601f-root {
    text-align: left;
  }


#s-58ed0cb2-cebf-4bd9-8ae2-3152f6bf601f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58ed0cb2-cebf-4bd9-8ae2-3152f6bf601f-root {
    text-align: left;
  }


#s-58ed0cb2-cebf-4bd9-8ae2-3152f6bf601f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-80880e6e-ade3-43dc-88dd-ef518446aa05 {
  min-height: 500px;
}








#s-80880e6e-ade3-43dc-88dd-ef518446aa05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80880e6e-ade3-43dc-88dd-ef518446aa05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88f4cd49-efb7-4478-a932-dc87a0a116bc {
  text-align: center;
}







  #s-88f4cd49-efb7-4478-a932-dc87a0a116bc img.shogun-image {
    

    
    
    
  }


#s-88f4cd49-efb7-4478-a932-dc87a0a116bc .shogun-image-content {
  
    align-items: center;
  
}

#s-bfed75f7-1ce5-44a7-93f9-888cd1d57eb1 {
  min-height: 50px;
}








#s-bfed75f7-1ce5-44a7-93f9-888cd1d57eb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfed75f7-1ce5-44a7-93f9-888cd1d57eb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-386044fd-4f0a-49f5-a5df-ebdfd8e3dd61 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
min-height: 50px;
max-width: 60%;
}








#s-386044fd-4f0a-49f5-a5df-ebdfd8e3dd61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-386044fd-4f0a-49f5-a5df-ebdfd8e3dd61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6d7281e-c5c5-426d-addd-e0697670a181 {
  padding-bottom: 10px;
}

#s-7654fa9e-bd8d-403e-9a25-319cc9f5ed73 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}

#s-6de9ffde-821d-45e2-996c-25eba1adf748 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-6de9ffde-821d-45e2-996c-25eba1adf748"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6de9ffde-821d-45e2-996c-25eba1adf748"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6de9ffde-821d-45e2-996c-25eba1adf748"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6de9ffde-821d-45e2-996c-25eba1adf748"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e229c935-aa82-4ce8-9334-b57b872aabb3 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
border-style: solid;
}








#s-e229c935-aa82-4ce8-9334-b57b872aabb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e229c935-aa82-4ce8-9334-b57b872aabb3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3f3be9c2-c225-43bc-afe9-7d110b3bc536 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 1);
border-style: solid;
}

#s-2a734256-4258-44c1-b2ff-bc114733c7e4 {
  padding-top: 20px;
padding-bottom: 0px;
}

#s-82874967-5ff5-464e-93dc-1957144cae07 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
border-style: solid;
}








#s-82874967-5ff5-464e-93dc-1957144cae07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82874967-5ff5-464e-93dc-1957144cae07.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2e0d8468-42dd-4c2f-81f9-cc488f72b7f9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(224, 230, 34, 1);
border-style: solid;
}

#s-b4aec84a-118e-413f-9636-c636b4b49cd8 {
  padding-top: 20px;
padding-bottom: 0px;
}

#s-2262a215-58fa-44ac-8579-0731c5eb7599 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(24, 60, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: left custom;
}
#s-2262a215-58fa-44ac-8579-0731c5eb7599:hover {background-color: rgba(24, 60, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2262a215-58fa-44ac-8579-0731c5eb7599:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2262a215-58fa-44ac-8579-0731c5eb7599-root {
    text-align: center;
  }


#s-2262a215-58fa-44ac-8579-0731c5eb7599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2262a215-58fa-44ac-8579-0731c5eb7599-root {
    text-align: center;
  }


#s-2262a215-58fa-44ac-8579-0731c5eb7599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2262a215-58fa-44ac-8579-0731c5eb7599-root {
    text-align: center;
  }


#s-2262a215-58fa-44ac-8579-0731c5eb7599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2262a215-58fa-44ac-8579-0731c5eb7599-root {
    text-align: center;
  }


#s-2262a215-58fa-44ac-8579-0731c5eb7599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2262a215-58fa-44ac-8579-0731c5eb7599-root {
    text-align: center;
  }


#s-2262a215-58fa-44ac-8579-0731c5eb7599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e8d3d161-21b9-42b1-8e31-0a56c6177fd9 {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-e8d3d161-21b9-42b1-8e31-0a56c6177fd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8d3d161-21b9-42b1-8e31-0a56c6177fd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-e4e9c7a1-5b55-4c86-960f-ee52d5d2b77a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e4e9c7a1-5b55-4c86-960f-ee52d5d2b77a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-e4e9c7a1-5b55-4c86-960f-ee52d5d2b77a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(109, 110, 113, 1);
}

#s-e4e9c7a1-5b55-4c86-960f-ee52d5d2b77a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e4e9c7a1-5b55-4c86-960f-ee52d5d2b77a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(109, 110, 113, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e4e9c7a1-5b55-4c86-960f-ee52d5d2b77a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-cc1c974d-db21-42b1-8eac-8c8f61a0e053 {
  padding-left: 20px;
padding-right: 80px;
}

#s-6c4d309f-531b-4107-81b1-b8b5384bbb26 {
  padding-left: 20px;
padding-right: 80px;
}

#s-3e547b8a-d93b-4959-888e-b6d551626713 {
  padding-left: 20px;
padding-right: 80px;
}

#s-4b6fc1f0-b1f2-499f-88b2-f4d9671910fc {
  padding-left: 20px;
padding-right: 80px;
}

#s-03bbfbec-52db-432f-a22f-b4a90c35ee3f {
  padding-left: 20px;
padding-right: 80px;
}

#s-c1c49639-19ed-48f1-9f7c-e103936c0f8b {
  padding-left: 20px;
padding-right: 80px;
}

#s-4bb445b0-0183-4a98-9887-5fc2eff80106 {
  padding-left: 20px;
padding-right: 80px;
}

#s-f0ab3a8d-f86a-4cc1-91ce-bc4a0376eaac {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 1px;
padding-right: 80px;
}

/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
