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

.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-b81d078d-414e-41c1-afc2-94f70876a945 {
  min-height: 50px;
}








#s-b81d078d-414e-41c1-afc2-94f70876a945 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b81d078d-414e-41c1-afc2-94f70876a945.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-253e50c7-d013-4b9e-afe6-ef53432f9064 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-253e50c7-d013-4b9e-afe6-ef53432f9064"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-253e50c7-d013-4b9e-afe6-ef53432f9064"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-253e50c7-d013-4b9e-afe6-ef53432f9064"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-253e50c7-d013-4b9e-afe6-ef53432f9064"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.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;
}
#s-1ea8eaff-20dd-41e1-a923-194e272b5ecb {
  max-width: 100px;
text-align: left;
}







  #s-1ea8eaff-20dd-41e1-a923-194e272b5ecb img.shogun-image {
    

    
    
    
  }


#s-1ea8eaff-20dd-41e1-a923-194e272b5ecb .shogun-image-content {
  
    align-items: center;
  
}

#s-ea818080-b4b1-4da4-8a46-306a5c290ce4 {
  margin-top: 15px;
margin-bottom: 30px;
padding-left: 0%;
padding-right: 0px;
}

#s-6b4bfd79-7f3f-420d-9ddb-92b742c6b555 {
  max-width: 100px;
text-align: left;
}







  #s-6b4bfd79-7f3f-420d-9ddb-92b742c6b555 img.shogun-image {
    

    
    
    
  }


#s-6b4bfd79-7f3f-420d-9ddb-92b742c6b555 .shogun-image-content {
  
    align-items: center;
  
}

#s-77d7ee63-0aaf-406a-bee7-77b38036eb8f {
  margin-top: 15px;
margin-bottom: 30px;
}

#s-351511dc-d1ab-4bd9-a836-af602d4ae56c {
  max-width: 100px;
text-align: left;
}







  #s-351511dc-d1ab-4bd9-a836-af602d4ae56c img.shogun-image {
    

    
    
    
  }


#s-351511dc-d1ab-4bd9-a836-af602d4ae56c .shogun-image-content {
  
    align-items: center;
  
}

#s-8064f7fc-bfe7-4bac-a8d5-b7d2050ef8a9 {
  margin-top: 15px;
margin-bottom: 30px;
}

#s-c9bf9a5c-8252-436b-b4d8-c6b23bc8b58d {
  min-height: 50px;
}








#s-c9bf9a5c-8252-436b-b4d8-c6b23bc8b58d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9bf9a5c-8252-436b-b4d8-c6b23bc8b58d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89ea14ab-9fe1-403a-a068-9b57ba81c08b {
  margin-top: 55px;
margin-bottom: 55px;
}

@media (min-width: 0px) {
[id="s-89ea14ab-9fe1-403a-a068-9b57ba81c08b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89ea14ab-9fe1-403a-a068-9b57ba81c08b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-89ea14ab-9fe1-403a-a068-9b57ba81c08b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-89ea14ab-9fe1-403a-a068-9b57ba81c08b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-89ea14ab-9fe1-403a-a068-9b57ba81c08b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-89ea14ab-9fe1-403a-a068-9b57ba81c08b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-89ea14ab-9fe1-403a-a068-9b57ba81c08b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.5px);
}

}

.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-c54c80e3-60a1-40be-af69-a097691e0b3d {
  text-align: center;
}







  img.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image {
    
    
  }


.s-c54c80e3-60a1-40be-af69-a097691e0b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shg-align-container {
  text-align: center
}

.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image {
    
    
  }


.s-c54c80e3-60a1-40be-af69-a097691e0b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shg-align-container {
  text-align: center
}

.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image {
    
    
  }


.s-c54c80e3-60a1-40be-af69-a097691e0b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shg-align-container {
  text-align: center
}

.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image {
    
    
  }


.s-c54c80e3-60a1-40be-af69-a097691e0b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shg-align-container {
  text-align: center
}

.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image {
    
    
  }


.s-c54c80e3-60a1-40be-af69-a097691e0b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shg-align-container {
  text-align: center
}

.s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c54c80e3-60a1-40be-af69-a097691e0b3d.shogun-image {
  box-sizing: border-box;
}


}
#s-6155d916-b18e-4fe7-a8ef-73cb3f87b4fb {
  margin-top: 6px;
margin-bottom: 30px;
}

#s-e93614b7-91f9-45a0-9b87-5b210f943245 {
  border-style: solid;
margin-top: 10.5px;
margin-bottom: 10.5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 7px;
text-align: center;
}







  #s-e93614b7-91f9-45a0-9b87-5b210f943245 img.shogun-image {
    

    
    
    
  }


#s-e93614b7-91f9-45a0-9b87-5b210f943245 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4f52b32-777d-4793-b154-03411abdcd0a {
  margin-top: 180px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}
@media (max-width: 767px){#s-d4f52b32-777d-4793-b154-03411abdcd0a {
  margin-top: 70px;
margin-bottom: 70px;
}
}







#s-d4f52b32-777d-4793-b154-03411abdcd0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4f52b32-777d-4793-b154-03411abdcd0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-b921ecd0-297f-4369-ae13-f58241b9c575 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b921ecd0-297f-4369-ae13-f58241b9c575 {
  
}
}
#s-b921ecd0-297f-4369-ae13-f58241b9c575 .shogun-heading-component h2 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 31px;
  
  letter-spacing: 1px;
  
}



#s-72870034-7861-40b9-a773-bb0d865e493c {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
max-width: 700px;
}

#s-077b4b77-8f0e-4b9f-ace8-7462681d1480 {
  border-style: solid;
margin-top: 10.5px;
margin-bottom: 10.5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 7px;
text-align: center;
}
@media (max-width: 767px){#s-077b4b77-8f0e-4b9f-ace8-7462681d1480 {
  display: none;
}
#s-077b4b77-8f0e-4b9f-ace8-7462681d1480, #wrap-s-077b4b77-8f0e-4b9f-ace8-7462681d1480 { display:none !important; }}






  #s-077b4b77-8f0e-4b9f-ace8-7462681d1480 img.shogun-image {
    

    
    
    
  }


#s-077b4b77-8f0e-4b9f-ace8-7462681d1480 .shogun-image-content {
  
    align-items: center;
  
}

#s-eee09e2d-6539-4824-aa63-1c1874d08d97 {
  border-style: solid;
margin-top: 10.5px;
margin-bottom: 10.5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 7px;
text-align: center;
}
@media (min-width: 1200px){#s-eee09e2d-6539-4824-aa63-1c1874d08d97 {
  display: none;
}
#s-eee09e2d-6539-4824-aa63-1c1874d08d97, #wrap-s-eee09e2d-6539-4824-aa63-1c1874d08d97 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eee09e2d-6539-4824-aa63-1c1874d08d97 {
  display: none;
}
#s-eee09e2d-6539-4824-aa63-1c1874d08d97, #wrap-s-eee09e2d-6539-4824-aa63-1c1874d08d97 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eee09e2d-6539-4824-aa63-1c1874d08d97 {
  display: none;
}
#s-eee09e2d-6539-4824-aa63-1c1874d08d97, #wrap-s-eee09e2d-6539-4824-aa63-1c1874d08d97 { display:none !important; }}






  #s-eee09e2d-6539-4824-aa63-1c1874d08d97 img.shogun-image {
    

    
    
    
  }


#s-eee09e2d-6539-4824-aa63-1c1874d08d97 .shogun-image-content {
  
    align-items: center;
  
}

#s-51664f58-0b9a-46ad-988f-2372b2837bd3 {
  margin-top: 55px;
margin-bottom: 55px;
}

@media (min-width: 0px) {
[id="s-51664f58-0b9a-46ad-988f-2372b2837bd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51664f58-0b9a-46ad-988f-2372b2837bd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-51664f58-0b9a-46ad-988f-2372b2837bd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-51664f58-0b9a-46ad-988f-2372b2837bd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

#s-327e77e9-168d-4256-a632-1190e119d152 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-327e77e9-168d-4256-a632-1190e119d152 .shogun-heading-component h2 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}



#s-0bff5140-e05c-4a43-a2ef-ce7be6133706 {
  margin-top: 6px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-4d1d2ef4-dc68-4956-9710-32d9284cec36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d1d2ef4-dc68-4956-9710-32d9284cec36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-4d1d2ef4-dc68-4956-9710-32d9284cec36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d1d2ef4-dc68-4956-9710-32d9284cec36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

#s-4d5eed0c-d0e6-4a83-ae41-7f7075cf8d5c {
  border-style: solid;
margin-top: 10.5px;
margin-bottom: 10.5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 7px;
text-align: center;
}







  #s-4d5eed0c-d0e6-4a83-ae41-7f7075cf8d5c img.shogun-image {
    

    
    
    
  }


#s-4d5eed0c-d0e6-4a83-ae41-7f7075cf8d5c .shogun-image-content {
  
    align-items: center;
  
}

#s-86bc18b6-4035-48cd-a0e1-a7dbb97c2596 {
  margin-top: 10.5px;
margin-bottom: 10.5px;
text-align: center;
}







  #s-86bc18b6-4035-48cd-a0e1-a7dbb97c2596 img.shogun-image {
    

    
    
    
  }


#s-86bc18b6-4035-48cd-a0e1-a7dbb97c2596 .shogun-image-content {
  
    align-items: center;
  
}

#s-29b3ef9c-6b59-46c6-bd31-b669382a2761 {
  margin-top: 55px;
margin-bottom: 55px;
}

@media (min-width: 0px) {
[id="s-29b3ef9c-6b59-46c6-bd31-b669382a2761"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29b3ef9c-6b59-46c6-bd31-b669382a2761"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-29b3ef9c-6b59-46c6-bd31-b669382a2761"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-29b3ef9c-6b59-46c6-bd31-b669382a2761"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

#s-16efab32-d057-4c90-a633-7a21ace136fc {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-16efab32-d057-4c90-a633-7a21ace136fc .shogun-heading-component h2 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}



#s-bb0ba34e-8869-4603-8191-ba4ced7571e4 {
  margin-top: 6px;
margin-bottom: 30px;
}

#s-474cad03-8748-49f1-8151-6e80cf8d9bb9 {
  margin-top: 10.5px;
margin-bottom: 10.5px;
text-align: center;
}







  #s-474cad03-8748-49f1-8151-6e80cf8d9bb9 img.shogun-image {
    

    
    
    
  }


#s-474cad03-8748-49f1-8151-6e80cf8d9bb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0d50e5b-1f4d-4a25-8560-8437dcbe0369 {
  margin-top: 30px;
margin-bottom: 50px;
padding-top: 30px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-a0d50e5b-1f4d-4a25-8560-8437dcbe0369"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0d50e5b-1f4d-4a25-8560-8437dcbe0369"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

@media (min-width: 992px) {
[id="s-a0d50e5b-1f4d-4a25-8560-8437dcbe0369"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0d50e5b-1f4d-4a25-8560-8437dcbe0369"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

#s-bf4585e7-23ea-4d16-9002-536330563e63 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-59d0e1f0-2877-478a-bafe-fcbbf5c24d12 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-94e029ad-9450-4cc6-85b5-bf4ade6f2bfd {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-42e59b13-4e88-4a33-9a9d-151f114d616f {
  min-height: 50px;
}








#s-42e59b13-4e88-4a33-9a9d-151f114d616f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42e59b13-4e88-4a33-9a9d-151f114d616f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4aef0980-a603-4e5b-af17-f11eb78a6496 {
  margin-bottom: 10px;
}

#s-7831069e-7029-495d-bd83-86d2df8af58d {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-7831069e-7029-495d-bd83-86d2df8af58d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7831069e-7029-495d-bd83-86d2df8af58d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

@media (min-width: 992px) {
[id="s-7831069e-7029-495d-bd83-86d2df8af58d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

@media (min-width: 1200px) {
[id="s-7831069e-7029-495d-bd83-86d2df8af58d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

@media (min-width: 0px) {
[id="s-eae6b125-6aa9-4523-93a6-c2e4fb4648ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-eae6b125-6aa9-4523-93a6-c2e4fb4648ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-eae6b125-6aa9-4523-93a6-c2e4fb4648ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-eae6b125-6aa9-4523-93a6-c2e4fb4648ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 0px) {
[id="s-f11ffa09-beb2-43fc-aa4e-80b5cdcf05f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-f11ffa09-beb2-43fc-aa4e-80b5cdcf05f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-f11ffa09-beb2-43fc-aa4e-80b5cdcf05f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-f11ffa09-beb2-43fc-aa4e-80b5cdcf05f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 0px) {
[id="s-083b1df5-c009-4eb8-89b0-bbffb8c2f8f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-083b1df5-c009-4eb8-89b0-bbffb8c2f8f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-083b1df5-c009-4eb8-89b0-bbffb8c2f8f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-083b1df5-c009-4eb8-89b0-bbffb8c2f8f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

#s-735663a8-68a8-4eca-ab85-33f9562b3d04 {
  margin-bottom: 10px;
}

#s-993b546d-0264-49e7-8d6c-718cd553f02c {
  margin-top: 30px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-993b546d-0264-49e7-8d6c-718cd553f02c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-993b546d-0264-49e7-8d6c-718cd553f02c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

@media (min-width: 992px) {
[id="s-993b546d-0264-49e7-8d6c-718cd553f02c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

@media (min-width: 1200px) {
[id="s-993b546d-0264-49e7-8d6c-718cd553f02c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 14.0px);
}

}

#s-369a2eed-8d77-4652-a98f-d9b4f02f0cc3 {
  margin-top: 15px;
margin-bottom: 25px;
}

#s-80b69823-d6cf-4a45-9592-d54e4e6afd34 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-e7e17f02-d71d-4924-aba1-5ac582ae35d2 {
  margin-top: 55px;
min-height: 50px;
}








#s-e7e17f02-d71d-4924-aba1-5ac582ae35d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7e17f02-d71d-4924-aba1-5ac582ae35d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc867d2e-80a8-4135-9340-6eb0b555b04c {
  margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc867d2e-80a8-4135-9340-6eb0b555b04c .shogun-heading-component h2 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-fc867d2e-80a8-4135-9340-6eb0b555b04c .shogun-heading-component h2 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


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

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

#s-a679279b-3556-42ed-8996-edf036ced6de {
  margin-top: -25px;
margin-left: 43%;
margin-bottom: -25px;
margin-right: 43%;
}
@media (max-width: 767px){#s-a679279b-3556-42ed-8996-edf036ced6de {
  display: none;
}
#s-a679279b-3556-42ed-8996-edf036ced6de, #wrap-s-a679279b-3556-42ed-8996-edf036ced6de { display:none !important; }}
#s-a679279b-3556-42ed-8996-edf036ced6de hr {
  border-top: 5px solid rgba(239, 110, 65, 1);
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-103d5b5d-a2da-4e21-9ec1-2b44ad96a896 {
  margin-top: 50px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-103d5b5d-a2da-4e21-9ec1-2b44ad96a896 {
  margin-top: 25px;
}
}
.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-c0ba039c-aece-45c7-8d74-79fd89f46b46 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 253, 252, 1);
}

#s-c0ba039c-aece-45c7-8d74-79fd89f46b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-c0ba039c-aece-45c7-8d74-79fd89f46b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(72, 59, 56, 1);
}

#s-c0ba039c-aece-45c7-8d74-79fd89f46b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 253, 252, 1);
}

#s-c0ba039c-aece-45c7-8d74-79fd89f46b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(72, 59, 56, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-c0ba039c-aece-45c7-8d74-79fd89f46b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-07866761-6e6a-4ae9-83a6-517537a3ffa3 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 600px;
}

#s-8328d31e-cc42-43ef-b207-cfc088d59d83 {
  min-height: 50px;
}








#s-8328d31e-cc42-43ef-b207-cfc088d59d83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8328d31e-cc42-43ef-b207-cfc088d59d83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36be8524-8eb9-4412-81e7-63fdc2a738b9 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-36be8524-8eb9-4412-81e7-63fdc2a738b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36be8524-8eb9-4412-81e7-63fdc2a738b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-36be8524-8eb9-4412-81e7-63fdc2a738b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-36be8524-8eb9-4412-81e7-63fdc2a738b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-36be8524-8eb9-4412-81e7-63fdc2a738b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-36be8524-8eb9-4412-81e7-63fdc2a738b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-36be8524-8eb9-4412-81e7-63fdc2a738b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.5px);
}

}

#s-b56f1284-3c16-434f-94b2-a2a6f0b90a41 {
  max-width: 2048px;
aspect-ratio: 2048/1582;
text-align: center;
}





  #s-b56f1284-3c16-434f-94b2-a2a6f0b90a41 img.shogun-image,
  #s-b56f1284-3c16-434f-94b2-a2a6f0b90a41 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b56f1284-3c16-434f-94b2-a2a6f0b90a41 {
    width: 100%;
    height: auto;
  }



  #s-b56f1284-3c16-434f-94b2-a2a6f0b90a41 img.shogun-image {
    

    
    
    
  }


#s-b56f1284-3c16-434f-94b2-a2a6f0b90a41 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cdbd703-bae6-4aaa-bd70-e9ed200c7b64 {
  text-align: center;
}
@media (max-width: 767px){#s-3cdbd703-bae6-4aaa-bd70-e9ed200c7b64 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}
}






  #s-3cdbd703-bae6-4aaa-bd70-e9ed200c7b64 img.shogun-image {
    

    
    
    
  }


#s-3cdbd703-bae6-4aaa-bd70-e9ed200c7b64 .shogun-image-content {
  
    align-items: center;
  
}

#s-70123b27-6cda-48ee-8f22-2127d716c0aa {
  min-height: 50px;
}








#s-70123b27-6cda-48ee-8f22-2127d716c0aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70123b27-6cda-48ee-8f22-2127d716c0aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43a51665-50a9-45e0-aee4-7597a08da2be {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 50px;
padding-left: 15px;
padding-bottom: 50px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-43a51665-50a9-45e0-aee4-7597a08da2be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43a51665-50a9-45e0-aee4-7597a08da2be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-286ce70a-b3b8-46b1-a7a1-fe3ebaf088c2 {
  border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(245, 245, 245, 1);
}
@media (max-width: 767px){#s-286ce70a-b3b8-46b1-a7a1-fe3ebaf088c2 {
  display: none;
}
#s-286ce70a-b3b8-46b1-a7a1-fe3ebaf088c2, #wrap-s-286ce70a-b3b8-46b1-a7a1-fe3ebaf088c2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-286ce70a-b3b8-46b1-a7a1-fe3ebaf088c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-286ce70a-b3b8-46b1-a7a1-fe3ebaf088c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-286ce70a-b3b8-46b1-a7a1-fe3ebaf088c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-286ce70a-b3b8-46b1-a7a1-fe3ebaf088c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c2294d40-9a95-4229-b617-a4fadd36b010 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
max-width: 95%;
background-color: rgba(255, 255, 255, 1);
}








#s-c2294d40-9a95-4229-b617-a4fadd36b010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2294d40-9a95-4229-b617-a4fadd36b010 {
  cursor: pointer;
}#s-c2294d40-9a95-4229-b617-a4fadd36b010.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9144c118-1b8b-4c61-87de-d3a5d07595b5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 10px;
text-align: center;
}

#s-9144c118-1b8b-4c61-87de-d3a5d07595b5 .shogun-heading-component h4 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0.5px;
  text-align: center;
}


#s-9144c118-1b8b-4c61-87de-d3a5d07595b5 .shogun-heading-component h4 a {
  color: rgba(72, 59, 56, 1);
}


#s-59146097-dd55-4b35-b82e-c8a14b05ab6a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
padding-top: 0px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
}

#s-129a81c1-7c01-478e-8304-a117845d4c1d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
max-width: 95%;
background-color: rgba(255, 255, 255, 1);
}








#s-129a81c1-7c01-478e-8304-a117845d4c1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-129a81c1-7c01-478e-8304-a117845d4c1d {
  cursor: pointer;
}#s-129a81c1-7c01-478e-8304-a117845d4c1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-743e8ee0-61b8-4f6c-8e56-476bdcc217f9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 10px;
text-align: center;
}

#s-743e8ee0-61b8-4f6c-8e56-476bdcc217f9 .shogun-heading-component h4 {
  color: rgba(72, 59, 56, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0.5px;
  text-align: center;
}


#s-743e8ee0-61b8-4f6c-8e56-476bdcc217f9 .shogun-heading-component h4 a {
  color: rgba(72, 59, 56, 1);
}


#s-daa58197-6894-4b1e-ab14-a89f6cc31d09 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
padding-top: 0px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
}

.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-f5cb97f9-89f6-4097-b290-7db7e8bdb2cd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
max-width: 98%;
}
@media (min-width: 1200px){#s-f5cb97f9-89f6-4097-b290-7db7e8bdb2cd {
  display: none;
}
#s-f5cb97f9-89f6-4097-b290-7db7e8bdb2cd, #wrap-s-f5cb97f9-89f6-4097-b290-7db7e8bdb2cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5cb97f9-89f6-4097-b290-7db7e8bdb2cd {
  display: none;
}
#s-f5cb97f9-89f6-4097-b290-7db7e8bdb2cd, #wrap-s-f5cb97f9-89f6-4097-b290-7db7e8bdb2cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5cb97f9-89f6-4097-b290-7db7e8bdb2cd {
  display: none;
}
#s-f5cb97f9-89f6-4097-b290-7db7e8bdb2cd, #wrap-s-f5cb97f9-89f6-4097-b290-7db7e8bdb2cd { display:none !important; }}
#s-f5cb97f9-89f6-4097-b290-7db7e8bdb2cd .shg-sld-dot {
  background-color: rgba(195, 192, 190, 1);
}

#s-f5cb97f9-89f6-4097-b290-7db7e8bdb2cd .shg-sld-nav-button.shg-sld-left,
#s-f5cb97f9-89f6-4097-b290-7db7e8bdb2cd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(195, 192, 190, 1);
}

#s-f90bd5e4-ca2f-48c6-a82e-99aba6bf364a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 35px;
padding-bottom: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f90bd5e4-ca2f-48c6-a82e-99aba6bf364a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f90bd5e4-ca2f-48c6-a82e-99aba6bf364a {
  cursor: pointer;
}#s-f90bd5e4-ca2f-48c6-a82e-99aba6bf364a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5d9c58d-58ba-48e2-890e-5fead9e9e1cc {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
padding-top: 40px;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
}

#s-dd550364-5a0f-485a-b95a-632365148cbf {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 35px;
padding-left: 0%;
padding-bottom: 35px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dd550364-5a0f-485a-b95a-632365148cbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd550364-5a0f-485a-b95a-632365148cbf {
  cursor: pointer;
}#s-dd550364-5a0f-485a-b95a-632365148cbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b297ca6e-c6a1-4fef-8dff-18f3ba48e1ec {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
padding-top: 40px;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
}

#s-8baa6d29-6b42-4816-8d38-d13f6c02821a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 35px;
padding-bottom: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8baa6d29-6b42-4816-8d38-d13f6c02821a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8baa6d29-6b42-4816-8d38-d13f6c02821a {
  cursor: pointer;
}#s-8baa6d29-6b42-4816-8d38-d13f6c02821a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b1eba61-ff47-4743-9551-ea71df88c0c3 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
padding-top: 40px;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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