.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-115efbf7-ce22-4e1d-831d-328800aa5635 {
  background-attachment: fixed;
min-height: 50px;
background-color: rgba(16, 24, 32, 1);
}








#s-115efbf7-ce22-4e1d-831d-328800aa5635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-115efbf7-ce22-4e1d-831d-328800aa5635.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a51f70d-03ae-49d8-9c86-22d5114e3c05 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 650px;
max-width: 1440px;
background-position: 70% center;
}

#s-7a51f70d-03ae-49d8-9c86-22d5114e3c05 {
  background-image: url(https://i.shgcdn.com/7a797288-1d06-468e-bf31-e40bfbdddda2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7a51f70d-03ae-49d8-9c86-22d5114e3c05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a51f70d-03ae-49d8-9c86-22d5114e3c05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fc1ee87-a8da-43fc-87f2-1fabfcafcd83 {
  margin-top: 3px;
margin-left: 0em;
min-height: 50px;
max-width: 900px;
}
@media (max-width: 767px){#s-9fc1ee87-a8da-43fc-87f2-1fabfcafcd83 {
  margin-right: 10px;
}
}







#s-9fc1ee87-a8da-43fc-87f2-1fabfcafcd83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fc1ee87-a8da-43fc-87f2-1fabfcafcd83.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: #000;
  font-family: ;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000;
  font-family: inherit;
}

.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;
}

#s-ba6e95bc-b51c-4c93-8d6c-29bab8f2670d {
  padding-bottom: 50px;
max-width: 600px;
}
@media (min-width: 1200px){#s-ba6e95bc-b51c-4c93-8d6c-29bab8f2670d {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-ba6e95bc-b51c-4c93-8d6c-29bab8f2670d {
  display: none;
}
#s-ba6e95bc-b51c-4c93-8d6c-29bab8f2670d, #wrap-s-ba6e95bc-b51c-4c93-8d6c-29bab8f2670d { display:none !important; }}
#s-4c045b90-107e-48d5-a619-53f5a595bebf {
  padding-bottom: 50px;
max-width: 600px;
}
@media (min-width: 1200px){#s-4c045b90-107e-48d5-a619-53f5a595bebf {
  margin-left: 50px;
margin-right: 50px;
display: none;
}
#s-4c045b90-107e-48d5-a619-53f5a595bebf, #wrap-s-4c045b90-107e-48d5-a619-53f5a595bebf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c045b90-107e-48d5-a619-53f5a595bebf {
  display: none;
}
#s-4c045b90-107e-48d5-a619-53f5a595bebf, #wrap-s-4c045b90-107e-48d5-a619-53f5a595bebf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c045b90-107e-48d5-a619-53f5a595bebf {
  display: none;
}
#s-4c045b90-107e-48d5-a619-53f5a595bebf, #wrap-s-4c045b90-107e-48d5-a619-53f5a595bebf { display:none !important; }}
#s-73045925-3582-4589-9050-039a04e36cf6 {
  min-height: 50px;
max-width: 50%;
background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1200px){#s-73045925-3582-4589-9050-039a04e36cf6 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-73045925-3582-4589-9050-039a04e36cf6 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-73045925-3582-4589-9050-039a04e36cf6 {
  max-width: 100%;
}
}







#s-73045925-3582-4589-9050-039a04e36cf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73045925-3582-4589-9050-039a04e36cf6.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-307a3fb7-e2ec-4cbd-a3f0-a108ad5958bd {
  padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-307a3fb7-e2ec-4cbd-a3f0-a108ad5958bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-307a3fb7-e2ec-4cbd-a3f0-a108ad5958bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-307a3fb7-e2ec-4cbd-a3f0-a108ad5958bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-307a3fb7-e2ec-4cbd-a3f0-a108ad5958bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-307a3fb7-e2ec-4cbd-a3f0-a108ad5958bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-307a3fb7-e2ec-4cbd-a3f0-a108ad5958bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-307a3fb7-e2ec-4cbd-a3f0-a108ad5958bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-fc8d66df-6ec0-4804-898a-04fde9938e82 {
  min-height: 50px;
}








#s-fc8d66df-6ec0-4804-898a-04fde9938e82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc8d66df-6ec0-4804-898a-04fde9938e82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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;
}
#s-7476fad0-3dd1-4578-b6ff-14b4983396d5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-7476fad0-3dd1-4578-b6ff-14b4983396d5 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}
}






  #s-7476fad0-3dd1-4578-b6ff-14b4983396d5 img.shogun-image {
    

    
    
    
  }


#s-7476fad0-3dd1-4578-b6ff-14b4983396d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-36a0aa23-f33c-4265-9ed8-c3ede45a38b9 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-36a0aa23-f33c-4265-9ed8-c3ede45a38b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36a0aa23-f33c-4265-9ed8-c3ede45a38b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82a687de-1c84-47fd-aa60-e1333dcad16d {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

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

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

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

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

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

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

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

#s-69be34b7-7318-44b0-b194-a27296acb857 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
border-radius: 2px;
background-color: rgba(0, 161, 221, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-69be34b7-7318-44b0-b194-a27296acb857:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69be34b7-7318-44b0-b194-a27296acb857:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-69be34b7-7318-44b0-b194-a27296acb857-btn-wrapper {
    text-align: center;
  }


#s-69be34b7-7318-44b0-b194-a27296acb857.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69be34b7-7318-44b0-b194-a27296acb857-btn-wrapper {
    text-align: center;
  }


#s-69be34b7-7318-44b0-b194-a27296acb857.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69be34b7-7318-44b0-b194-a27296acb857-btn-wrapper {
    text-align: center;
  }


#s-69be34b7-7318-44b0-b194-a27296acb857.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69be34b7-7318-44b0-b194-a27296acb857-btn-wrapper {
    text-align: center;
  }


#s-69be34b7-7318-44b0-b194-a27296acb857.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69be34b7-7318-44b0-b194-a27296acb857-btn-wrapper {
    text-align: center;
  }


#s-69be34b7-7318-44b0-b194-a27296acb857.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-cd536828-c423-43d0-8f3f-9dade2a35ecd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}








#s-cd536828-c423-43d0-8f3f-9dade2a35ecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd536828-c423-43d0-8f3f-9dade2a35ecd.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-c94e94dc-0bd1-4055-a256-e1b0ef2d942f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c94e94dc-0bd1-4055-a256-e1b0ef2d942f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c94e94dc-0bd1-4055-a256-e1b0ef2d942f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c94e94dc-0bd1-4055-a256-e1b0ef2d942f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-011cb3c2-dfe7-4d5e-8901-249bcda12834 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-011cb3c2-dfe7-4d5e-8901-249bcda12834 {
  min-height: 300px;
}
}
#s-011cb3c2-dfe7-4d5e-8901-249bcda12834 {
  background-image: url(https://i.shgcdn.com/e3b3f513-918f-4d8e-b5e3-d465ea91c6da/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-011cb3c2-dfe7-4d5e-8901-249bcda12834 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-011cb3c2-dfe7-4d5e-8901-249bcda12834.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7f65fd8-4ada-4588-a256-ae1f511ec469 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-f7f65fd8-4ada-4588-a256-ae1f511ec469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7f65fd8-4ada-4588-a256-ae1f511ec469.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52c99bb5-644c-4c88-bdcf-10486004cea9 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-5746b36a-fc45-492a-b62d-d4d44dff8681 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-ed2ff9ea-da42-4a26-ad9a-e2e831a1a6b3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}








#s-ed2ff9ea-da42-4a26-ad9a-e2e831a1a6b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed2ff9ea-da42-4a26-ad9a-e2e831a1a6b3.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-5359122f-acc0-4c84-9ecd-4181eec3c08b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5359122f-acc0-4c84-9ecd-4181eec3c08b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5359122f-acc0-4c84-9ecd-4181eec3c08b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5359122f-acc0-4c84-9ecd-4181eec3c08b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5359122f-acc0-4c84-9ecd-4181eec3c08b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-92fb2684-8663-4d7e-a84b-e8c2b74838dd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-92fb2684-8663-4d7e-a84b-e8c2b74838dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92fb2684-8663-4d7e-a84b-e8c2b74838dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b59ecd5-d4ba-411d-8d51-ac1b178857d3 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-ad5b2068-52f3-425b-9dc6-6b9239be8592 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
max-width: 450px;
}

#s-5243a051-1a91-49ec-adc0-df2873fdc010 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-3b586d57-77a1-4196-b105-825e1502489b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-3b586d57-77a1-4196-b105-825e1502489b {
  min-height: 300px;
}
}







#s-3b586d57-77a1-4196-b105-825e1502489b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b586d57-77a1-4196-b105-825e1502489b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-958dd58e-d261-4610-ac2f-257c2b431871 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
max-width: 1440px;
}








#s-958dd58e-d261-4610-ac2f-257c2b431871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-958dd58e-d261-4610-ac2f-257c2b431871.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-4ae70795-b60a-47b8-b25a-b8802c4c99df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ae70795-b60a-47b8-b25a-b8802c4c99df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ae70795-b60a-47b8-b25a-b8802c4c99df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ae70795-b60a-47b8-b25a-b8802c4c99df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0bcc4c5f-3e82-47bd-a2e8-907b29c9abb3 {
  min-height: 50px;
}








#s-0bcc4c5f-3e82-47bd-a2e8-907b29c9abb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bcc4c5f-3e82-47bd-a2e8-907b29c9abb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c212fc20-3d70-4fd8-a39e-98233d67cb18 {
  margin-top: 0em;
margin-left: 0em;
text-align: center;
}
@media (max-width: 767px){#s-c212fc20-3d70-4fd8-a39e-98233d67cb18 {
  margin-top: -70px;
margin-left: -8%;
margin-bottom: -70px;
margin-right: 0%;
}
}






  #s-c212fc20-3d70-4fd8-a39e-98233d67cb18 img.shogun-image {
    

    
    
    
  }


#s-c212fc20-3d70-4fd8-a39e-98233d67cb18 .shogun-image-content {
  
    align-items: center;
  
}

#s-31f8ec58-991e-48ce-8695-82236bcf40f3 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 600px;
}








#s-31f8ec58-991e-48ce-8695-82236bcf40f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31f8ec58-991e-48ce-8695-82236bcf40f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8df55452-a273-46f3-905e-13d36d653c90 {
  max-width: 450px;
}

#s-aed4c7dc-e169-48ed-bb35-ac5a5bb27e8c {
  padding-top: 0px;
padding-bottom: 10px;
max-width: 450px;
}

#s-761b2725-26d5-4d90-a37f-1955490077f9 {
  margin-bottom: 0px;
max-width: 450px;
}

#s-6b2c932c-6cc4-4fa9-9ce2-a1d13f71ed1d {
  margin-bottom: 15px;
max-width: 450px;
}

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

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

#s-ecc8b39a-2e84-40ba-9084-56ed29d6a16d {
  margin-top: -15px;
margin-bottom: -15px;
padding-top: 1px;
padding-left: 0%;
padding-bottom: 1px;
padding-right: 0%;
}

#s-ecc8b39a-2e84-40ba-9084-56ed29d6a16d hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-69fdcdb5-4d48-45ca-98b6-bc9765db2776"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-69fdcdb5-4d48-45ca-98b6-bc9765db2776"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69fdcdb5-4d48-45ca-98b6-bc9765db2776"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69fdcdb5-4d48-45ca-98b6-bc9765db2776"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-23a8c2e3-665b-41c3-a249-7717a7e832c5 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-d59b9542-f182-460b-aa1f-e6b8dac69caf {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-c654f851-b37d-463a-9a88-2b1a729364a2 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}
@media (max-width: 767px){#s-c654f851-b37d-463a-9a88-2b1a729364a2 {
  display: none;
}
#s-c654f851-b37d-463a-9a88-2b1a729364a2, #wrap-s-c654f851-b37d-463a-9a88-2b1a729364a2 { display:none !important; }}
#s-ae8dcc70-147f-44bc-8111-a93ba679b0b0 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}
@media (min-width: 1200px){#s-ae8dcc70-147f-44bc-8111-a93ba679b0b0 {
  display: none;
}
#s-ae8dcc70-147f-44bc-8111-a93ba679b0b0, #wrap-s-ae8dcc70-147f-44bc-8111-a93ba679b0b0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae8dcc70-147f-44bc-8111-a93ba679b0b0 {
  display: none;
}
#s-ae8dcc70-147f-44bc-8111-a93ba679b0b0, #wrap-s-ae8dcc70-147f-44bc-8111-a93ba679b0b0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae8dcc70-147f-44bc-8111-a93ba679b0b0 {
  display: none;
}
#s-ae8dcc70-147f-44bc-8111-a93ba679b0b0, #wrap-s-ae8dcc70-147f-44bc-8111-a93ba679b0b0 { display:none !important; }}
#s-76796e44-d48b-4768-a077-bf9a7b9eb45e {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
min-height: 50px;
max-width: 1250px;
}








#s-76796e44-d48b-4768-a077-bf9a7b9eb45e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76796e44-d48b-4768-a077-bf9a7b9eb45e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cf81901-8d12-42de-a643-962eebfd8937 {
  max-width: 450px;
}

#s-719c2a01-21df-41bf-a2d2-7e48e61a9cbf {
  padding-top: 0px;
padding-bottom: 40px;
max-width: 600px;
}

#s-926e9457-9632-47a1-a30f-52a3c5a5e548 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}








#s-926e9457-9632-47a1-a30f-52a3c5a5e548 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-926e9457-9632-47a1-a30f-52a3c5a5e548.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-1fdc3107-a50f-4906-b2c6-2a6b45b910d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fdc3107-a50f-4906-b2c6-2a6b45b910d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1fdc3107-a50f-4906-b2c6-2a6b45b910d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fdc3107-a50f-4906-b2c6-2a6b45b910d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c81b1834-cd60-4082-baf9-8c4b9245a0c4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-c81b1834-cd60-4082-baf9-8c4b9245a0c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c81b1834-cd60-4082-baf9-8c4b9245a0c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c26a520b-62da-4204-9829-5d2d1c676c32 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-c26a520b-62da-4204-9829-5d2d1c676c32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c26a520b-62da-4204-9829-5d2d1c676c32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4bf34bf-034d-4b97-a5d3-f92c64b8b995 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-76161981-e167-4b55-8c96-a2b1ea350f3f {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-253ba246-9323-4421-a3ce-228f5501c3c4 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-a7845119-f39c-4c5c-8a6f-ea51142c9e9b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}








#s-a7845119-f39c-4c5c-8a6f-ea51142c9e9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7845119-f39c-4c5c-8a6f-ea51142c9e9b.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-2714e607-c339-436f-96af-868446942e75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2714e607-c339-436f-96af-868446942e75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2714e607-c339-436f-96af-868446942e75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2714e607-c339-436f-96af-868446942e75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2714e607-c339-436f-96af-868446942e75"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-016e8054-bd02-4bfc-b691-1b77cfde3eb2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-016e8054-bd02-4bfc-b691-1b77cfde3eb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-016e8054-bd02-4bfc-b691-1b77cfde3eb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1750f6d-05c8-497d-bd52-ffa84b0a687d {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-8e97ca53-6bf7-4a09-b57b-be60f24ee414 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-25b24455-e281-43fd-ab85-fa83ede672c4 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-a0a6949b-004c-4c92-8f61-51c80f364233 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-a0a6949b-004c-4c92-8f61-51c80f364233 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0a6949b-004c-4c92-8f61-51c80f364233.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acdc9299-3798-487f-994a-26eeb89abfc5 {
  min-height: 50px;
}








#s-acdc9299-3798-487f-994a-26eeb89abfc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acdc9299-3798-487f-994a-26eeb89abfc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b676ef48-9ab2-4812-8dc4-792d9bf00870 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
min-height: 50px;
max-width: 1250px;
background-color: rgba(255, 255, 255, 1);
}








#s-b676ef48-9ab2-4812-8dc4-792d9bf00870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b676ef48-9ab2-4812-8dc4-792d9bf00870.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7af137e9-eed6-49ba-a162-0b4f3e5e9931 {
  min-height: 50px;
}








#s-7af137e9-eed6-49ba-a162-0b4f3e5e9931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7af137e9-eed6-49ba-a162-0b4f3e5e9931.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ea3e823-926b-41a5-9a4d-a2a569b24d05 {
  max-width: 450px;
}

#s-41d7b66f-819b-456e-841c-29d5ede159e5 {
  padding-top: 0px;
padding-bottom: 40px;
max-width: 700px;
}

#s-02d2ea98-0abe-4a34-bfd9-8d80f577182d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}








#s-02d2ea98-0abe-4a34-bfd9-8d80f577182d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02d2ea98-0abe-4a34-bfd9-8d80f577182d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da9cec3b-afba-43b9-bd9a-ab9de8b0dc0d {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-da9cec3b-afba-43b9-bd9a-ab9de8b0dc0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da9cec3b-afba-43b9-bd9a-ab9de8b0dc0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-da9cec3b-afba-43b9-bd9a-ab9de8b0dc0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-da9cec3b-afba-43b9-bd9a-ab9de8b0dc0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-726abc1e-ffa9-49c0-9463-8b3315b5d254 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(243, 244, 244, 1);
}








#s-726abc1e-ffa9-49c0-9463-8b3315b5d254 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-726abc1e-ffa9-49c0-9463-8b3315b5d254.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9076f942-c50d-4e06-8ea1-fe969bb25766 {
  text-align: center;
}








#s-9076f942-c50d-4e06-8ea1-fe969bb25766 .shogun-image-content {
  
    align-items: center;
  
}

#s-37c189d9-15b2-43ba-9427-55eff3d44b74 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-9fbbd45e-592e-485e-b555-f59d61718b15 {
  min-height: 50px;
background-color: rgba(243, 244, 244, 1);
}








#s-9fbbd45e-592e-485e-b555-f59d61718b15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fbbd45e-592e-485e-b555-f59d61718b15.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-17512f46-f062-44a0-8e3c-081552647a18 {
  text-align: center;
}








#s-17512f46-f062-44a0-8e3c-081552647a18 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4b42f90-a166-40aa-ad51-ae2ff5385b7a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-48ab93df-339d-43dc-9933-2f96fdd0faf4 {
  min-height: 50px;
background-color: rgba(243, 244, 244, 1);
}








#s-48ab93df-339d-43dc-9933-2f96fdd0faf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48ab93df-339d-43dc-9933-2f96fdd0faf4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88fb34af-49bb-416a-84a5-72394f3e5211 {
  text-align: center;
}








#s-88fb34af-49bb-416a-84a5-72394f3e5211 .shogun-image-content {
  
    align-items: center;
  
}

#s-84c1c3fb-6670-4c0b-9600-f3384408ebe6 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-c1174715-d99e-412e-bb5a-020dcb23a946 {
  margin-top: 50px;
padding-top: 0px;
max-width: 700px;
}

#s-2a95e795-8930-4505-83bf-4bb155a70884 {
  text-align: left;
}

#s-a705363a-b801-4ffc-a56c-e583e67b49d0 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}








#s-a705363a-b801-4ffc-a56c-e583e67b49d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a705363a-b801-4ffc-a56c-e583e67b49d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb030701-0411-4e4e-9a85-369106aed023 {
  text-align: left;
}

#s-c6efee61-34d6-45f0-9931-7d8e1ecba3e5 {
  margin-top: 50px;
padding-top: 0px;
max-width: 700px;
}

#s-c4f96830-9291-4c5d-b791-ac92368d53a7 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-c4f96830-9291-4c5d-b791-ac92368d53a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4f96830-9291-4c5d-b791-ac92368d53a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4f96830-9291-4c5d-b791-ac92368d53a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4f96830-9291-4c5d-b791-ac92368d53a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c4f96830-9291-4c5d-b791-ac92368d53a7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a57b3a7d-9db8-4bb2-90f6-890a6687dab8 {
  min-height: 50px;
}








#s-a57b3a7d-9db8-4bb2-90f6-890a6687dab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a57b3a7d-9db8-4bb2-90f6-890a6687dab8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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%;
}

.shg-imageV2-content {
  text-align: initial;
}

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

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

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

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

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

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

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

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

#s-5d2fe742-6377-4ca6-973e-ecd0926ee069 {
  text-align: center;
}
@media (max-width: 767px){#s-5d2fe742-6377-4ca6-973e-ecd0926ee069 {
  display: none;
}
#s-5d2fe742-6377-4ca6-973e-ecd0926ee069, #wrap-s-5d2fe742-6377-4ca6-973e-ecd0926ee069 { display:none !important; }}






  img.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image {
    
    
  }


.s-5d2fe742-6377-4ca6-973e-ecd0926ee069 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shg-align-container {
  text-align: center
}

.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image {
    
    
  }


.s-5d2fe742-6377-4ca6-973e-ecd0926ee069 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shg-align-container {
  text-align: center
}

.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image {
    
    
  }


.s-5d2fe742-6377-4ca6-973e-ecd0926ee069 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shg-align-container {
  text-align: center
}

.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image {
    
    
  }


.s-5d2fe742-6377-4ca6-973e-ecd0926ee069 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shg-align-container {
  text-align: center
}

.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image {
    
    
  }


.s-5d2fe742-6377-4ca6-973e-ecd0926ee069 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shg-align-container {
  text-align: center
}

.s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d2fe742-6377-4ca6-973e-ecd0926ee069.shogun-image {
  box-sizing: border-box;
}


}
#s-1f4d47a9-5b2a-41da-a62a-9a41004b4db2 {
  padding-top: 0px;
max-width: 700px;
}
@media (max-width: 767px){#s-1f4d47a9-5b2a-41da-a62a-9a41004b4db2 {
  display: none;
}
#s-1f4d47a9-5b2a-41da-a62a-9a41004b4db2, #wrap-s-1f4d47a9-5b2a-41da-a62a-9a41004b4db2 { display:none !important; }}
#s-0edec216-fcb1-42c3-8de4-065b7de9dee8 hr {
  border-top: 2px solid #ddd;
}

#s-d75e2b79-a9ee-4a4a-8750-9f40faca2a13 {
  padding-top: 0px;
max-width: 700px;
}

#s-35c2b804-4919-4656-8ef3-032c25ec5caa {
  text-align: center;
}
@media (min-width: 1200px){#s-35c2b804-4919-4656-8ef3-032c25ec5caa {
  display: none;
}
#s-35c2b804-4919-4656-8ef3-032c25ec5caa, #wrap-s-35c2b804-4919-4656-8ef3-032c25ec5caa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35c2b804-4919-4656-8ef3-032c25ec5caa {
  display: none;
}
#s-35c2b804-4919-4656-8ef3-032c25ec5caa, #wrap-s-35c2b804-4919-4656-8ef3-032c25ec5caa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35c2b804-4919-4656-8ef3-032c25ec5caa {
  display: none;
}
#s-35c2b804-4919-4656-8ef3-032c25ec5caa, #wrap-s-35c2b804-4919-4656-8ef3-032c25ec5caa { display:none !important; }}






  img.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image {
    
    
  }


.s-35c2b804-4919-4656-8ef3-032c25ec5caa .shogun-image-content {
  
    align-items: center;
  
}

.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shg-align-container {
  text-align: center
}

.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image {
    
    
  }


.s-35c2b804-4919-4656-8ef3-032c25ec5caa .shogun-image-content {
  
    align-items: center;
  
}

.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shg-align-container {
  text-align: center
}

.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image {
    
    
  }


.s-35c2b804-4919-4656-8ef3-032c25ec5caa .shogun-image-content {
  
    align-items: center;
  
}

.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shg-align-container {
  text-align: center
}

.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image {
    
    
  }


.s-35c2b804-4919-4656-8ef3-032c25ec5caa .shogun-image-content {
  
    align-items: center;
  
}

.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shg-align-container {
  text-align: center
}

.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image {
    
    
  }


.s-35c2b804-4919-4656-8ef3-032c25ec5caa .shogun-image-content {
  
    align-items: center;
  
}

.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shg-align-container {
  text-align: center
}

.s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c2b804-4919-4656-8ef3-032c25ec5caa.shogun-image {
  box-sizing: border-box;
}


}
#s-67f1bd85-c426-46c9-8c3b-4feeb0a58fc5 {
  margin-bottom: 20px;
padding-top: 0px;
max-width: 700px;
}
@media (min-width: 1200px){#s-67f1bd85-c426-46c9-8c3b-4feeb0a58fc5 {
  display: none;
}
#s-67f1bd85-c426-46c9-8c3b-4feeb0a58fc5, #wrap-s-67f1bd85-c426-46c9-8c3b-4feeb0a58fc5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67f1bd85-c426-46c9-8c3b-4feeb0a58fc5 {
  display: none;
}
#s-67f1bd85-c426-46c9-8c3b-4feeb0a58fc5, #wrap-s-67f1bd85-c426-46c9-8c3b-4feeb0a58fc5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67f1bd85-c426-46c9-8c3b-4feeb0a58fc5 {
  display: none;
}
#s-67f1bd85-c426-46c9-8c3b-4feeb0a58fc5, #wrap-s-67f1bd85-c426-46c9-8c3b-4feeb0a58fc5 { display:none !important; }}
#s-beb2c92b-caab-46e8-b7da-0e261d9dd62d {
  text-align: left;
}

#s-4bd64dd0-b9b3-4184-88c2-9a9a50cf8d20 {
  padding-top: 0px;
max-width: 700px;
}
@media (max-width: 767px){#s-4bd64dd0-b9b3-4184-88c2-9a9a50cf8d20 {
  display: none;
}
#s-4bd64dd0-b9b3-4184-88c2-9a9a50cf8d20, #wrap-s-4bd64dd0-b9b3-4184-88c2-9a9a50cf8d20 { display:none !important; }}
#s-e6b0cd37-818e-4403-a167-5c413bed5338 {
  padding-top: 0px;
max-width: 700px;
}
@media (min-width: 1200px){#s-e6b0cd37-818e-4403-a167-5c413bed5338 {
  display: none;
}
#s-e6b0cd37-818e-4403-a167-5c413bed5338, #wrap-s-e6b0cd37-818e-4403-a167-5c413bed5338 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6b0cd37-818e-4403-a167-5c413bed5338 {
  display: none;
}
#s-e6b0cd37-818e-4403-a167-5c413bed5338, #wrap-s-e6b0cd37-818e-4403-a167-5c413bed5338 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6b0cd37-818e-4403-a167-5c413bed5338 {
  display: none;
}
#s-e6b0cd37-818e-4403-a167-5c413bed5338, #wrap-s-e6b0cd37-818e-4403-a167-5c413bed5338 { display:none !important; }}
#s-766407d9-51da-4d94-9c86-b0c6315c8878 {
  background-attachment: fixed;
min-height: 50px;
background-color: rgba(16, 24, 32, 1);
}








#s-766407d9-51da-4d94-9c86-b0c6315c8878 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-766407d9-51da-4d94-9c86-b0c6315c8878.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a78195b7-6b3f-4745-b278-9b89e0a40355 {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-left: 20px;
padding-bottom: 70px;
padding-right: 20px;
min-height: 50px;
max-width: 1225px;
}








#s-a78195b7-6b3f-4745-b278-9b89e0a40355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a78195b7-6b3f-4745-b278-9b89e0a40355.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-114534a1-94b2-4f28-83c8-fbb96c4d98f7 {
  max-width: 450px;
}

#s-3b7c205f-06f0-45c8-b299-0328946c6c51 {
  padding-top: 0px;
padding-bottom: 40px;
max-width: 700px;
}

#s-39a4fc38-6dd8-4133-9389-783ba4af3f5c {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-39a4fc38-6dd8-4133-9389-783ba4af3f5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39a4fc38-6dd8-4133-9389-783ba4af3f5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-39a4fc38-6dd8-4133-9389-783ba4af3f5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-39a4fc38-6dd8-4133-9389-783ba4af3f5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-13d07d0a-102d-44e4-8b57-ff06a39c3ba1 {
  text-align: center;
}








#s-13d07d0a-102d-44e4-8b57-ff06a39c3ba1 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ed44823-08a5-44fc-b762-03f1d7ef1031 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 500px;
}








#s-1ed44823-08a5-44fc-b762-03f1d7ef1031 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ed44823-08a5-44fc-b762-03f1d7ef1031.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e72e4654-0bfb-457a-b2e0-821fdf66061f {
  padding-top: 40px;
background-color: rgba(255, 255, 255, 1);
}

#s-ee907b5c-e394-457a-8fd6-67802c5047f5 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-b46caaa6-04a4-4e5c-999d-4cd0b5fe5769 {
  text-align: center;
}








#s-b46caaa6-04a4-4e5c-999d-4cd0b5fe5769 .shogun-image-content {
  
    align-items: center;
  
}

#s-caa98124-08f5-4794-a4cb-bdfee3bb36c4 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-caa98124-08f5-4794-a4cb-bdfee3bb36c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caa98124-08f5-4794-a4cb-bdfee3bb36c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bff6555-b1fd-491b-9732-d7b5bd95e992 {
  padding-top: 40px;
background-color: rgba(255, 255, 255, 1);
}

#s-7538fa20-c073-4ba6-89a6-f8e1174387f5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 95px;
max-width: 500px;
background-color: rgba(255, 255, 255, 1);
}

#s-8794bee4-13cf-4661-9a4d-c051b1a33496 {
  min-height: 50px;
}








#s-8794bee4-13cf-4661-9a4d-c051b1a33496 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8794bee4-13cf-4661-9a4d-c051b1a33496.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0216da9a-68a9-49c2-bcef-39e1e4cfda1f {
  border-style: solid;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
min-height: 50px;
}








#s-0216da9a-68a9-49c2-bcef-39e1e4cfda1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0216da9a-68a9-49c2-bcef-39e1e4cfda1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f099db08-c13c-4e65-96df-4020d3c2cdbf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
max-width: 700px;
}

.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-d967dbeb-3450-48d9-929d-6a96bfa1c02c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-d967dbeb-3450-48d9-929d-6a96bfa1c02c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 1);
}

#s-d967dbeb-3450-48d9-929d-6a96bfa1c02c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-d967dbeb-3450-48d9-929d-6a96bfa1c02c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d967dbeb-3450-48d9-929d-6a96bfa1c02c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-d967dbeb-3450-48d9-929d-6a96bfa1c02c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-d967dbeb-3450-48d9-929d-6a96bfa1c02c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-731d8a1a-125c-4235-817c-80e918527c05 {
  padding-left: 10px;
padding-right: 10px;
}

#s-9b3b9158-dc91-4a45-83c2-2fc9081b937b {
  padding-left: 10px;
padding-right: 10px;
}

#s-49ae6eac-cf40-4e1d-8ad0-781ccf2d414b {
  padding-left: 10px;
padding-right: 10px;
}

#s-19a5377f-f808-4e4f-8fd7-5933d6aa4290 {
  padding-left: 10px;
padding-right: 10px;
}

/*
  $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}
