.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-a44c8c85-390a-4df9-87c8-93d7e60cc401 {
  min-height: 50px;
}








#s-a44c8c85-390a-4df9-87c8-93d7e60cc401 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a44c8c85-390a-4df9-87c8-93d7e60cc401.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;
}

@media (min-width: 0px) {
[id="s-d46f11b0-3a2e-4950-9057-72e5ca23defc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d46f11b0-3a2e-4950-9057-72e5ca23defc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d46f11b0-3a2e-4950-9057-72e5ca23defc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d46f11b0-3a2e-4950-9057-72e5ca23defc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d46f11b0-3a2e-4950-9057-72e5ca23defc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d46f11b0-3a2e-4950-9057-72e5ca23defc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d46f11b0-3a2e-4950-9057-72e5ca23defc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-75588fa7-5005-4c7b-9a9f-44b5b15e2c0e {
  text-align: center;
}







  #s-75588fa7-5005-4c7b-9a9f-44b5b15e2c0e img.shogun-image {
    

    
    
    
  }


#s-75588fa7-5005-4c7b-9a9f-44b5b15e2c0e .shogun-image-content {
  
    align-items: center;
  
}

#s-8fa0560c-4daa-4d83-b8f5-891a62d5d936 {
  text-align: left;
}

#s-ee70100f-59c1-4169-9e0a-c72ecbbd2ca8 {
  min-height: 50px;
}








#s-ee70100f-59c1-4169-9e0a-c72ecbbd2ca8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee70100f-59c1-4169-9e0a-c72ecbbd2ca8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-817531e3-7039-4086-bdfa-9466e1f37faf {
  margin-top: -40px;
}
@media (max-width: 767px){#s-817531e3-7039-4086-bdfa-9466e1f37faf {
  display: none;
}
#s-817531e3-7039-4086-bdfa-9466e1f37faf, #wrap-s-817531e3-7039-4086-bdfa-9466e1f37faf { display: none !important; }}
#s-817531e3-7039-4086-bdfa-9466e1f37faf hr {
  border-top: 2px solid rgba(242, 241, 239, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9cb54da8-7da5-41d2-888e-2986cbbcb6a1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

.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-8c1c9dfb-cbb9-4907-a09f-3612c04df2fa {
  margin-top: -20px;
text-align: left;
}

#s-8c1c9dfb-cbb9-4907-a09f-3612c04df2fa .shogun-heading-component h1 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-329028f9-0d2b-42c3-8215-edd3d50aadf5 {
  
}
}
#s-a8b7538e-2f39-495c-bcbb-a9eacd1320aa {
  min-height: 50px;
}








#s-a8b7538e-2f39-495c-bcbb-a9eacd1320aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8b7538e-2f39-495c-bcbb-a9eacd1320aa.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-3c3ad67f-d799-4715-9f64-ab1370961cb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c3ad67f-d799-4715-9f64-ab1370961cb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c3ad67f-d799-4715-9f64-ab1370961cb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c3ad67f-d799-4715-9f64-ab1370961cb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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;
  height: inherit;
  position: relative;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b {
  text-align: center;
}
@media (min-width: 1200px){#s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b {
  display: none;
}
#s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b, #wrap-s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b {
  display: none;
}
#s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b, #wrap-s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b {
  display: none;
}
#s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b, #wrap-s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b { display: none !important; }}






  img.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image {
    
    
  }


.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b .shogun-image-content {
  
    align-items: center;
  
}

.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image {
    
    
  }


.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b .shogun-image-content {
  
    align-items: center;
  
}

.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image {
    
    
  }


.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b .shogun-image-content {
  
    align-items: center;
  
}

.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image {
    
    
  }


.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b .shogun-image-content {
  
    align-items: center;
  
}

.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image {
    
    
  }


.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b .shogun-image-content {
  
    align-items: center;
  
}

.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec5df3c0-8a14-4a09-ad9f-ea22c5e4795b.shogun-image {
  box-sizing: border-box;
}



}
#s-e2c0f572-8676-4256-8bfc-bd087751ca9a {
  min-height: 50px;
}








#s-e2c0f572-8676-4256-8bfc-bd087751ca9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2c0f572-8676-4256-8bfc-bd087751ca9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c90fbf9a-b176-4dfb-abb3-d8ba6f49a8ef {
  text-align: left;
}

#s-c90fbf9a-b176-4dfb-abb3-d8ba6f49a8ef .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-fc554c29-16a2-498a-af0e-1fc7ce9cdf83 {
  text-align: center;
}
@media (max-width: 767px){#s-fc554c29-16a2-498a-af0e-1fc7ce9cdf83 {
  display: none;
}
#s-fc554c29-16a2-498a-af0e-1fc7ce9cdf83, #wrap-s-fc554c29-16a2-498a-af0e-1fc7ce9cdf83 { display: none !important; }}






  #s-fc554c29-16a2-498a-af0e-1fc7ce9cdf83 img.shogun-image {
    

    
    
    
  }


#s-fc554c29-16a2-498a-af0e-1fc7ce9cdf83 .shogun-image-content {
  
    align-items: center;
  
}

#s-77450509-ff29-403b-b375-f383d7dca9ab {
  min-height: 50px;
}








#s-77450509-ff29-403b-b375-f383d7dca9ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77450509-ff29-403b-b375-f383d7dca9ab.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-1796bcdb-7d94-4b54-8364-90e4924ea851"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1796bcdb-7d94-4b54-8364-90e4924ea851"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1796bcdb-7d94-4b54-8364-90e4924ea851"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1796bcdb-7d94-4b54-8364-90e4924ea851"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1796bcdb-7d94-4b54-8364-90e4924ea851"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1796bcdb-7d94-4b54-8364-90e4924ea851"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1796bcdb-7d94-4b54-8364-90e4924ea851"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a0fcb2b8-c391-4472-b178-d2d7ec68954d {
  min-height: 50px;
}








#s-a0fcb2b8-c391-4472-b178-d2d7ec68954d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0fcb2b8-c391-4472-b178-d2d7ec68954d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-49e17fa2-4a08-49bd-bba5-377bb4dfa6b1 {
  min-height: 365px;
}

#s-a954d67e-5a07-44d4-a524-a85173cb42ed {
  padding-top: 35px;
padding-left: 15%;
text-align: left;
}
@media (max-width: 767px){#s-a954d67e-5a07-44d4-a524-a85173cb42ed {
  display: none;
}
#s-a954d67e-5a07-44d4-a524-a85173cb42ed, #wrap-s-a954d67e-5a07-44d4-a524-a85173cb42ed { display: none !important; }}
#s-a954d67e-5a07-44d4-a524-a85173cb42ed .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-763c679e-b129-4960-abfa-0dcc5e533cdf {
  padding-left: 15%;
}
@media (max-width: 767px){#s-763c679e-b129-4960-abfa-0dcc5e533cdf {
  display: none;
}
#s-763c679e-b129-4960-abfa-0dcc5e533cdf, #wrap-s-763c679e-b129-4960-abfa-0dcc5e533cdf { display: none !important; }}
#s-659700e8-a4b5-4184-961d-3f6f15e28ab3 {
  padding-left: 15%;
}
@media (max-width: 767px){#s-659700e8-a4b5-4184-961d-3f6f15e28ab3 {
  display: none;
}
#s-659700e8-a4b5-4184-961d-3f6f15e28ab3, #wrap-s-659700e8-a4b5-4184-961d-3f6f15e28ab3 { display: none !important; }}
#s-992fbfd9-5e9a-465b-b144-cf7efac1083e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-992fbfd9-5e9a-465b-b144-cf7efac1083e {
  display: none;
}
#s-992fbfd9-5e9a-465b-b144-cf7efac1083e, #wrap-s-992fbfd9-5e9a-465b-b144-cf7efac1083e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-992fbfd9-5e9a-465b-b144-cf7efac1083e {
  display: none;
}
#s-992fbfd9-5e9a-465b-b144-cf7efac1083e, #wrap-s-992fbfd9-5e9a-465b-b144-cf7efac1083e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-992fbfd9-5e9a-465b-b144-cf7efac1083e {
  display: none;
}
#s-992fbfd9-5e9a-465b-b144-cf7efac1083e, #wrap-s-992fbfd9-5e9a-465b-b144-cf7efac1083e { display: none !important; }}







#s-992fbfd9-5e9a-465b-b144-cf7efac1083e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-992fbfd9-5e9a-465b-b144-cf7efac1083e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9146349e-4d6e-409a-b53b-b31a06937298 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-5fb7e54a-cd09-4b9a-9807-fd29eba73f96 {
  padding-top: 4px;
padding-left: 26%;
padding-bottom: 4px;
padding-right: 26%;
text-align: left;
}
@media (min-width: 1200px){#s-5fb7e54a-cd09-4b9a-9807-fd29eba73f96 {
  display: none;
}
#s-5fb7e54a-cd09-4b9a-9807-fd29eba73f96, #wrap-s-5fb7e54a-cd09-4b9a-9807-fd29eba73f96 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fb7e54a-cd09-4b9a-9807-fd29eba73f96 {
  display: none;
}
#s-5fb7e54a-cd09-4b9a-9807-fd29eba73f96, #wrap-s-5fb7e54a-cd09-4b9a-9807-fd29eba73f96 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5fb7e54a-cd09-4b9a-9807-fd29eba73f96 {
  display: none;
}
#s-5fb7e54a-cd09-4b9a-9807-fd29eba73f96, #wrap-s-5fb7e54a-cd09-4b9a-9807-fd29eba73f96 { display: none !important; }}
#s-5fb7e54a-cd09-4b9a-9807-fd29eba73f96 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ff02693c-7232-4143-86a5-79c1e2adf7ed {
  padding-top: 0px;
padding-left: 27%;
padding-bottom: 0px;
padding-right: 27%;
text-align: left;
}

#s-80881538-0838-4811-a0c7-0e3f3b96cfcb {
  padding-top: 4px;
padding-left: 28%;
padding-bottom: 4px;
padding-right: 28%;
text-align: left;
}
@media (min-width: 1200px){#s-80881538-0838-4811-a0c7-0e3f3b96cfcb {
  display: none;
}
#s-80881538-0838-4811-a0c7-0e3f3b96cfcb, #wrap-s-80881538-0838-4811-a0c7-0e3f3b96cfcb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80881538-0838-4811-a0c7-0e3f3b96cfcb {
  display: none;
}
#s-80881538-0838-4811-a0c7-0e3f3b96cfcb, #wrap-s-80881538-0838-4811-a0c7-0e3f3b96cfcb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80881538-0838-4811-a0c7-0e3f3b96cfcb {
  display: none;
}
#s-80881538-0838-4811-a0c7-0e3f3b96cfcb, #wrap-s-80881538-0838-4811-a0c7-0e3f3b96cfcb { display: none !important; }}
#s-3b3a531f-7717-4993-88b4-28ffc3992a68 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3b3a531f-7717-4993-88b4-28ffc3992a68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b3a531f-7717-4993-88b4-28ffc3992a68 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b3a531f-7717-4993-88b4-28ffc3992a68 {
  
}
}@media (max-width: 767px){#s-3b3a531f-7717-4993-88b4-28ffc3992a68 {
  display: none;
}
#s-3b3a531f-7717-4993-88b4-28ffc3992a68, #wrap-s-3b3a531f-7717-4993-88b4-28ffc3992a68 { display: none !important; }}







#s-3b3a531f-7717-4993-88b4-28ffc3992a68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b3a531f-7717-4993-88b4-28ffc3992a68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffb2f96c-346d-410e-96c9-9f8d3801a5e9 {
  padding-top: 40px;
text-align: center;
}
@media (max-width: 767px){#s-ffb2f96c-346d-410e-96c9-9f8d3801a5e9 {
  display: none;
}
#s-ffb2f96c-346d-410e-96c9-9f8d3801a5e9, #wrap-s-ffb2f96c-346d-410e-96c9-9f8d3801a5e9 { display: none !important; }}
#s-ffb2f96c-346d-410e-96c9-9f8d3801a5e9 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-95701121-a877-447b-a9d8-a5b59a86da3f {
  padding-top: 40px;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-95701121-a877-447b-a9d8-a5b59a86da3f {
  display: none;
}
#s-95701121-a877-447b-a9d8-a5b59a86da3f, #wrap-s-95701121-a877-447b-a9d8-a5b59a86da3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95701121-a877-447b-a9d8-a5b59a86da3f {
  display: none;
}
#s-95701121-a877-447b-a9d8-a5b59a86da3f, #wrap-s-95701121-a877-447b-a9d8-a5b59a86da3f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95701121-a877-447b-a9d8-a5b59a86da3f {
  display: none;
}
#s-95701121-a877-447b-a9d8-a5b59a86da3f, #wrap-s-95701121-a877-447b-a9d8-a5b59a86da3f { display: none !important; }}
#s-95701121-a877-447b-a9d8-a5b59a86da3f .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0ba58536-7160-4f8f-9048-e73eaf28798d {
  padding-top: 5px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-0ba58536-7160-4f8f-9048-e73eaf28798d {
  display: none;
}
#s-0ba58536-7160-4f8f-9048-e73eaf28798d, #wrap-s-0ba58536-7160-4f8f-9048-e73eaf28798d { display: none !important; }}
#s-3af5ae14-b4f1-4842-8f4e-4cc08977ea1a {
  padding-left: 7%;
padding-bottom: 25px;
padding-right: 6%;
}
@media (min-width: 1200px){#s-3af5ae14-b4f1-4842-8f4e-4cc08977ea1a {
  display: none;
}
#s-3af5ae14-b4f1-4842-8f4e-4cc08977ea1a, #wrap-s-3af5ae14-b4f1-4842-8f4e-4cc08977ea1a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3af5ae14-b4f1-4842-8f4e-4cc08977ea1a {
  display: none;
}
#s-3af5ae14-b4f1-4842-8f4e-4cc08977ea1a, #wrap-s-3af5ae14-b4f1-4842-8f4e-4cc08977ea1a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3af5ae14-b4f1-4842-8f4e-4cc08977ea1a {
  display: none;
}
#s-3af5ae14-b4f1-4842-8f4e-4cc08977ea1a, #wrap-s-3af5ae14-b4f1-4842-8f4e-4cc08977ea1a { display: none !important; }}
#s-561c246d-c42a-449c-9473-abd4a3244048 {
  text-align: left;
}

@media (min-width: 0px) {
[id="s-0a401292-984d-4e8b-8e2e-9bfcc3fbc87d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-0a401292-984d-4e8b-8e2e-9bfcc3fbc87d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-0a401292-984d-4e8b-8e2e-9bfcc3fbc87d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-0a401292-984d-4e8b-8e2e-9bfcc3fbc87d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-0a401292-984d-4e8b-8e2e-9bfcc3fbc87d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-0a401292-984d-4e8b-8e2e-9bfcc3fbc87d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-0a401292-984d-4e8b-8e2e-9bfcc3fbc87d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

}

#s-70ca2a8b-c5d2-460a-afe5-04871e6a4e43 {
  text-align: center;
}







  #s-70ca2a8b-c5d2-460a-afe5-04871e6a4e43 img.shogun-image {
    

    
    
    
  }


#s-70ca2a8b-c5d2-460a-afe5-04871e6a4e43 .shogun-image-content {
  
    align-items: center;
  
}

#s-185ada33-3c42-469d-b64d-272918c66eb2 {
  text-align: center;
}







  #s-185ada33-3c42-469d-b64d-272918c66eb2 img.shogun-image {
    

    
    
    
  }


#s-185ada33-3c42-469d-b64d-272918c66eb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-694d8104-3e47-4c79-8ad8-035d05e2d80b {
  text-align: center;
}







  #s-694d8104-3e47-4c79-8ad8-035d05e2d80b img.shogun-image {
    

    
    
    
  }


#s-694d8104-3e47-4c79-8ad8-035d05e2d80b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-beade968-9ecd-4e5a-a888-c339dd9bdc12"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-beade968-9ecd-4e5a-a888-c339dd9bdc12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-beade968-9ecd-4e5a-a888-c339dd9bdc12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-beade968-9ecd-4e5a-a888-c339dd9bdc12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-beade968-9ecd-4e5a-a888-c339dd9bdc12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-beade968-9ecd-4e5a-a888-c339dd9bdc12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

[id="s-beade968-9ecd-4e5a-a888-c339dd9bdc12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

}

#s-90afff6e-6423-41a1-8765-6028bd3ae487 {
  text-align: center;
}







  #s-90afff6e-6423-41a1-8765-6028bd3ae487 img.shogun-image {
    

    
    
    
  }


#s-90afff6e-6423-41a1-8765-6028bd3ae487 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b108ba8-89f5-4b1c-96b0-98098f563da2 {
  text-align: center;
}







  #s-2b108ba8-89f5-4b1c-96b0-98098f563da2 img.shogun-image {
    

    
    
    
  }


#s-2b108ba8-89f5-4b1c-96b0-98098f563da2 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a63b9c2-0c19-4433-b2c6-c5ceef73304d {
  text-align: center;
}







  #s-8a63b9c2-0c19-4433-b2c6-c5ceef73304d img.shogun-image {
    

    
    
    
  }


#s-8a63b9c2-0c19-4433-b2c6-c5ceef73304d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4d09b592-d8d0-4a4b-b4f3-13630c2a0613"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-4d09b592-d8d0-4a4b-b4f3-13630c2a0613"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-4d09b592-d8d0-4a4b-b4f3-13630c2a0613"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-4d09b592-d8d0-4a4b-b4f3-13630c2a0613"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-4d09b592-d8d0-4a4b-b4f3-13630c2a0613"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-4d09b592-d8d0-4a4b-b4f3-13630c2a0613"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

[id="s-4d09b592-d8d0-4a4b-b4f3-13630c2a0613"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.6666666666666665px);
}

}

#s-8d86ef99-9d2b-40b9-94ba-62ccd85535bf {
  text-align: center;
}







  #s-8d86ef99-9d2b-40b9-94ba-62ccd85535bf img.shogun-image {
    

    
    
    
  }


#s-8d86ef99-9d2b-40b9-94ba-62ccd85535bf .shogun-image-content {
  
    align-items: center;
  
}

#s-1c9a08b9-556c-4b6b-81b3-8f2b778da366 {
  text-align: center;
}







  #s-1c9a08b9-556c-4b6b-81b3-8f2b778da366 img.shogun-image {
    

    
    
    
  }


#s-1c9a08b9-556c-4b6b-81b3-8f2b778da366 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4dd779c-a57c-4ba0-9590-cd6ccad318c1 {
  text-align: center;
}







  #s-e4dd779c-a57c-4ba0-9590-cd6ccad318c1 img.shogun-image {
    

    
    
    
  }


#s-e4dd779c-a57c-4ba0-9590-cd6ccad318c1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a01bd0bc-cdd0-4035-91f1-0702029f8360"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-a01bd0bc-cdd0-4035-91f1-0702029f8360"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-a01bd0bc-cdd0-4035-91f1-0702029f8360"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-a01bd0bc-cdd0-4035-91f1-0702029f8360"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-bc934bf9-4a2e-43ec-b593-6c163579b4e6 {
  text-align: center;
}







  #s-bc934bf9-4a2e-43ec-b593-6c163579b4e6 img.shogun-image {
    

    
    
    
  }


#s-bc934bf9-4a2e-43ec-b593-6c163579b4e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-906e3d4a-c243-4a57-8582-934faf8c1fbc {
  text-align: center;
}







  #s-906e3d4a-c243-4a57-8582-934faf8c1fbc img.shogun-image {
    

    
    
    
  }


#s-906e3d4a-c243-4a57-8582-934faf8c1fbc .shogun-image-content {
  
    align-items: center;
  
}

#s-164227d1-384e-43ff-8734-a87166d82e54 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-164227d1-384e-43ff-8734-a87166d82e54 {
  display: none;
}
#s-164227d1-384e-43ff-8734-a87166d82e54, #wrap-s-164227d1-384e-43ff-8734-a87166d82e54 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-164227d1-384e-43ff-8734-a87166d82e54 {
  display: none;
}
#s-164227d1-384e-43ff-8734-a87166d82e54, #wrap-s-164227d1-384e-43ff-8734-a87166d82e54 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-164227d1-384e-43ff-8734-a87166d82e54 {
  display: none;
}
#s-164227d1-384e-43ff-8734-a87166d82e54, #wrap-s-164227d1-384e-43ff-8734-a87166d82e54 { display: none !important; }}@media (max-width: 767px){#s-164227d1-384e-43ff-8734-a87166d82e54 {
  
}
}







#s-164227d1-384e-43ff-8734-a87166d82e54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-164227d1-384e-43ff-8734-a87166d82e54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bba9d02c-252d-4540-9bfb-0852edda7da9 {
  padding-top: 40px;
text-align: center;
}
@media (max-width: 767px){#s-bba9d02c-252d-4540-9bfb-0852edda7da9 {
  display: none;
}
#s-bba9d02c-252d-4540-9bfb-0852edda7da9, #wrap-s-bba9d02c-252d-4540-9bfb-0852edda7da9 { display: none !important; }}
#s-bba9d02c-252d-4540-9bfb-0852edda7da9 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f313a66a-5329-400c-95bc-9b9eea410bdd {
  padding-top: 50px;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-f313a66a-5329-400c-95bc-9b9eea410bdd {
  display: none;
}
#s-f313a66a-5329-400c-95bc-9b9eea410bdd, #wrap-s-f313a66a-5329-400c-95bc-9b9eea410bdd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f313a66a-5329-400c-95bc-9b9eea410bdd {
  display: none;
}
#s-f313a66a-5329-400c-95bc-9b9eea410bdd, #wrap-s-f313a66a-5329-400c-95bc-9b9eea410bdd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f313a66a-5329-400c-95bc-9b9eea410bdd {
  display: none;
}
#s-f313a66a-5329-400c-95bc-9b9eea410bdd, #wrap-s-f313a66a-5329-400c-95bc-9b9eea410bdd { display: none !important; }}
#s-f313a66a-5329-400c-95bc-9b9eea410bdd .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7bbeac88-16d3-4193-a03d-0c32173af480 {
  padding-top: 5px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-7bbeac88-16d3-4193-a03d-0c32173af480 {
  display: none;
}
#s-7bbeac88-16d3-4193-a03d-0c32173af480, #wrap-s-7bbeac88-16d3-4193-a03d-0c32173af480 { display: none !important; }}
#s-07338162-0985-4b78-a2df-6c77e7686a15 {
  margin-bottom: -15px;
padding-left: 7%;
padding-right: 6%;
}
@media (min-width: 1200px){#s-07338162-0985-4b78-a2df-6c77e7686a15 {
  display: none;
}
#s-07338162-0985-4b78-a2df-6c77e7686a15, #wrap-s-07338162-0985-4b78-a2df-6c77e7686a15 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07338162-0985-4b78-a2df-6c77e7686a15 {
  display: none;
}
#s-07338162-0985-4b78-a2df-6c77e7686a15, #wrap-s-07338162-0985-4b78-a2df-6c77e7686a15 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07338162-0985-4b78-a2df-6c77e7686a15 {
  display: none;
}
#s-07338162-0985-4b78-a2df-6c77e7686a15, #wrap-s-07338162-0985-4b78-a2df-6c77e7686a15 { display: none !important; }}
#s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa {
  display: none;
}
#s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa, #wrap-s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa {
  display: none;
}
#s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa, #wrap-s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa {
  display: none;
}
#s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa, #wrap-s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa { display: none !important; }}@media (max-width: 767px){#s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa {
  display: none;
}
#s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa, #wrap-s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa { display: none !important; }}







#s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa.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-efb2c1bb-6f80-45f0-babb-e3023b520974"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efb2c1bb-6f80-45f0-babb-e3023b520974"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-efb2c1bb-6f80-45f0-babb-e3023b520974"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-efb2c1bb-6f80-45f0-babb-e3023b520974"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-ddf5e20d-cd5a-48fc-8456-e8eb12786d30 {
  padding-bottom: 5px;
text-align: center;
}







  #s-ddf5e20d-cd5a-48fc-8456-e8eb12786d30 img.shogun-image {
    

    
    
    
  }


#s-ddf5e20d-cd5a-48fc-8456-e8eb12786d30 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf1af4e0-3c5e-45db-9d5b-f6e8416d5417 {
  padding-bottom: 5px;
text-align: center;
}







  #s-bf1af4e0-3c5e-45db-9d5b-f6e8416d5417 img.shogun-image {
    

    
    
    
  }


#s-bf1af4e0-3c5e-45db-9d5b-f6e8416d5417 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f345610-9555-4031-b8c5-b22f7df6b01e {
  text-align: center;
}







  #s-0f345610-9555-4031-b8c5-b22f7df6b01e img.shogun-image {
    

    
    
    
  }


#s-0f345610-9555-4031-b8c5-b22f7df6b01e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8e024ddd-c3de-4133-85d5-e78d778cf73e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e024ddd-c3de-4133-85d5-e78d778cf73e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-8e024ddd-c3de-4133-85d5-e78d778cf73e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-8e024ddd-c3de-4133-85d5-e78d778cf73e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-af0bddc7-9dbd-416b-8838-94547fdc10f7 {
  padding-bottom: 5px;
text-align: center;
}







  #s-af0bddc7-9dbd-416b-8838-94547fdc10f7 img.shogun-image {
    

    
    
    
  }


#s-af0bddc7-9dbd-416b-8838-94547fdc10f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-21dc892b-29d1-437a-8e71-6b56c29783a7 {
  padding-bottom: 5px;
text-align: center;
}







  #s-21dc892b-29d1-437a-8e71-6b56c29783a7 img.shogun-image {
    

    
    
    
  }


#s-21dc892b-29d1-437a-8e71-6b56c29783a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0b4997d-f961-4d1c-b514-45e0902b4558 {
  text-align: center;
}







  #s-c0b4997d-f961-4d1c-b514-45e0902b4558 img.shogun-image {
    

    
    
    
  }


#s-c0b4997d-f961-4d1c-b514-45e0902b4558 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e28b6b17-b28e-472d-ab41-5eb38288478a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e28b6b17-b28e-472d-ab41-5eb38288478a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-e28b6b17-b28e-472d-ab41-5eb38288478a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-e28b6b17-b28e-472d-ab41-5eb38288478a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-d36047d6-0e7d-4524-bdc0-52ac012e8121 {
  padding-bottom: 5px;
text-align: center;
}







  #s-d36047d6-0e7d-4524-bdc0-52ac012e8121 img.shogun-image {
    

    
    
    
  }


#s-d36047d6-0e7d-4524-bdc0-52ac012e8121 .shogun-image-content {
  
    align-items: center;
  
}

#s-98df50bb-6a95-4dc9-b6d2-70a86b8eb043 {
  padding-bottom: 5px;
text-align: center;
}







  #s-98df50bb-6a95-4dc9-b6d2-70a86b8eb043 img.shogun-image {
    

    
    
    
  }


#s-98df50bb-6a95-4dc9-b6d2-70a86b8eb043 .shogun-image-content {
  
    align-items: center;
  
}

#s-8927fd00-6e00-4138-8708-570874a3e8ea {
  text-align: center;
}







  #s-8927fd00-6e00-4138-8708-570874a3e8ea img.shogun-image {
    

    
    
    
  }


#s-8927fd00-6e00-4138-8708-570874a3e8ea .shogun-image-content {
  
    align-items: center;
  
}

#s-7172efce-1f68-49d5-a7d0-e20cb9dc2748 {
  min-height: 50px;
}








#s-7172efce-1f68-49d5-a7d0-e20cb9dc2748 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7172efce-1f68-49d5-a7d0-e20cb9dc2748.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d66d089-9563-4ace-baf9-3a8e1f693df8 {
  text-align: center;
}
@media (min-width: 1200px){#s-8d66d089-9563-4ace-baf9-3a8e1f693df8 {
  display: none;
}
#s-8d66d089-9563-4ace-baf9-3a8e1f693df8, #wrap-s-8d66d089-9563-4ace-baf9-3a8e1f693df8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d66d089-9563-4ace-baf9-3a8e1f693df8 {
  display: none;
}
#s-8d66d089-9563-4ace-baf9-3a8e1f693df8, #wrap-s-8d66d089-9563-4ace-baf9-3a8e1f693df8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d66d089-9563-4ace-baf9-3a8e1f693df8 {
  display: none;
}
#s-8d66d089-9563-4ace-baf9-3a8e1f693df8, #wrap-s-8d66d089-9563-4ace-baf9-3a8e1f693df8 { display: none !important; }}@media (max-width: 767px){#s-8d66d089-9563-4ace-baf9-3a8e1f693df8 {
  
}
}






  #s-8d66d089-9563-4ace-baf9-3a8e1f693df8 img.shogun-image {
    

    
    
    
  }


#s-8d66d089-9563-4ace-baf9-3a8e1f693df8 .shogun-image-content {
  
    align-items: center;
  
}

#s-12256727-804f-47ba-b0b4-51edbfb7fadc {
  padding-top: 4px;
}
@media (min-width: 1200px){#s-12256727-804f-47ba-b0b4-51edbfb7fadc {
  display: none;
}
#s-12256727-804f-47ba-b0b4-51edbfb7fadc, #wrap-s-12256727-804f-47ba-b0b4-51edbfb7fadc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12256727-804f-47ba-b0b4-51edbfb7fadc {
  display: none;
}
#s-12256727-804f-47ba-b0b4-51edbfb7fadc, #wrap-s-12256727-804f-47ba-b0b4-51edbfb7fadc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12256727-804f-47ba-b0b4-51edbfb7fadc {
  display: none;
}
#s-12256727-804f-47ba-b0b4-51edbfb7fadc, #wrap-s-12256727-804f-47ba-b0b4-51edbfb7fadc { display: none !important; }}
@media (min-width: 0px) {
[id="s-12256727-804f-47ba-b0b4-51edbfb7fadc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-12256727-804f-47ba-b0b4-51edbfb7fadc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-12256727-804f-47ba-b0b4-51edbfb7fadc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-12256727-804f-47ba-b0b4-51edbfb7fadc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-8babab31-778f-4561-b8ab-0bc6958aac3a {
  text-align: center;
}







  #s-8babab31-778f-4561-b8ab-0bc6958aac3a img.shogun-image {
    

    
    
    
  }


#s-8babab31-778f-4561-b8ab-0bc6958aac3a .shogun-image-content {
  
    align-items: center;
  
}

#s-2aee1d66-68b9-4016-bd2b-f8db5e767048 {
  text-align: center;
}







  #s-2aee1d66-68b9-4016-bd2b-f8db5e767048 img.shogun-image {
    

    
    
    
  }


#s-2aee1d66-68b9-4016-bd2b-f8db5e767048 .shogun-image-content {
  
    align-items: center;
  
}

#s-f88ed8c4-e436-47f5-8fdf-edd7888f20c1 {
  padding-top: 4px;
text-align: center;
}
@media (min-width: 1200px){#s-f88ed8c4-e436-47f5-8fdf-edd7888f20c1 {
  display: none;
}
#s-f88ed8c4-e436-47f5-8fdf-edd7888f20c1, #wrap-s-f88ed8c4-e436-47f5-8fdf-edd7888f20c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f88ed8c4-e436-47f5-8fdf-edd7888f20c1 {
  display: none;
}
#s-f88ed8c4-e436-47f5-8fdf-edd7888f20c1, #wrap-s-f88ed8c4-e436-47f5-8fdf-edd7888f20c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f88ed8c4-e436-47f5-8fdf-edd7888f20c1 {
  display: none;
}
#s-f88ed8c4-e436-47f5-8fdf-edd7888f20c1, #wrap-s-f88ed8c4-e436-47f5-8fdf-edd7888f20c1 { display: none !important; }}






  #s-f88ed8c4-e436-47f5-8fdf-edd7888f20c1 img.shogun-image {
    

    
    
    
  }


#s-f88ed8c4-e436-47f5-8fdf-edd7888f20c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f7e5d0d-dcdf-4954-8231-8ce9de94dcc9 {
  padding-top: 4px;
}
@media (min-width: 1200px){#s-9f7e5d0d-dcdf-4954-8231-8ce9de94dcc9 {
  display: none;
}
#s-9f7e5d0d-dcdf-4954-8231-8ce9de94dcc9, #wrap-s-9f7e5d0d-dcdf-4954-8231-8ce9de94dcc9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f7e5d0d-dcdf-4954-8231-8ce9de94dcc9 {
  display: none;
}
#s-9f7e5d0d-dcdf-4954-8231-8ce9de94dcc9, #wrap-s-9f7e5d0d-dcdf-4954-8231-8ce9de94dcc9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f7e5d0d-dcdf-4954-8231-8ce9de94dcc9 {
  display: none;
}
#s-9f7e5d0d-dcdf-4954-8231-8ce9de94dcc9, #wrap-s-9f7e5d0d-dcdf-4954-8231-8ce9de94dcc9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9f7e5d0d-dcdf-4954-8231-8ce9de94dcc9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-9f7e5d0d-dcdf-4954-8231-8ce9de94dcc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-9f7e5d0d-dcdf-4954-8231-8ce9de94dcc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f7e5d0d-dcdf-4954-8231-8ce9de94dcc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-a6419a96-ee1e-46f9-af1a-2633aa952a1d {
  text-align: center;
}







  #s-a6419a96-ee1e-46f9-af1a-2633aa952a1d img.shogun-image {
    

    
    
    
  }


#s-a6419a96-ee1e-46f9-af1a-2633aa952a1d .shogun-image-content {
  
    align-items: center;
  
}

#s-73c157c5-89a1-42cc-9d20-075db7d8e5eb {
  text-align: center;
}







  #s-73c157c5-89a1-42cc-9d20-075db7d8e5eb img.shogun-image {
    

    
    
    
  }


#s-73c157c5-89a1-42cc-9d20-075db7d8e5eb .shogun-image-content {
  
    align-items: center;
  
}

#s-e0ab4275-3f98-46de-b3bb-9c5890a11316 {
  padding-top: 4px;
text-align: center;
}
@media (min-width: 1200px){#s-e0ab4275-3f98-46de-b3bb-9c5890a11316 {
  display: none;
}
#s-e0ab4275-3f98-46de-b3bb-9c5890a11316, #wrap-s-e0ab4275-3f98-46de-b3bb-9c5890a11316 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0ab4275-3f98-46de-b3bb-9c5890a11316 {
  display: none;
}
#s-e0ab4275-3f98-46de-b3bb-9c5890a11316, #wrap-s-e0ab4275-3f98-46de-b3bb-9c5890a11316 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0ab4275-3f98-46de-b3bb-9c5890a11316 {
  display: none;
}
#s-e0ab4275-3f98-46de-b3bb-9c5890a11316, #wrap-s-e0ab4275-3f98-46de-b3bb-9c5890a11316 { display: none !important; }}






  #s-e0ab4275-3f98-46de-b3bb-9c5890a11316 img.shogun-image {
    

    
    
    
  }


#s-e0ab4275-3f98-46de-b3bb-9c5890a11316 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f604e72-eef0-43aa-bee0-774e6ad8e775 {
  padding-top: 4px;
}
@media (min-width: 1200px){#s-3f604e72-eef0-43aa-bee0-774e6ad8e775 {
  display: none;
}
#s-3f604e72-eef0-43aa-bee0-774e6ad8e775, #wrap-s-3f604e72-eef0-43aa-bee0-774e6ad8e775 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f604e72-eef0-43aa-bee0-774e6ad8e775 {
  display: none;
}
#s-3f604e72-eef0-43aa-bee0-774e6ad8e775, #wrap-s-3f604e72-eef0-43aa-bee0-774e6ad8e775 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f604e72-eef0-43aa-bee0-774e6ad8e775 {
  display: none;
}
#s-3f604e72-eef0-43aa-bee0-774e6ad8e775, #wrap-s-3f604e72-eef0-43aa-bee0-774e6ad8e775 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3f604e72-eef0-43aa-bee0-774e6ad8e775"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-3f604e72-eef0-43aa-bee0-774e6ad8e775"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-3f604e72-eef0-43aa-bee0-774e6ad8e775"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f604e72-eef0-43aa-bee0-774e6ad8e775"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-ad0d1e9a-761f-44fd-b4b8-e325dea1508b {
  text-align: center;
}







  #s-ad0d1e9a-761f-44fd-b4b8-e325dea1508b img.shogun-image {
    

    
    
    
  }


#s-ad0d1e9a-761f-44fd-b4b8-e325dea1508b .shogun-image-content {
  
    align-items: center;
  
}

#s-b34f0230-9880-40c7-9efb-21386f86bf38 {
  text-align: center;
}







  #s-b34f0230-9880-40c7-9efb-21386f86bf38 img.shogun-image {
    

    
    
    
  }


#s-b34f0230-9880-40c7-9efb-21386f86bf38 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f789319-3c68-41d8-813c-358a1767bef9 {
  padding-top: 4px;
text-align: center;
}
@media (min-width: 1200px){#s-1f789319-3c68-41d8-813c-358a1767bef9 {
  display: none;
}
#s-1f789319-3c68-41d8-813c-358a1767bef9, #wrap-s-1f789319-3c68-41d8-813c-358a1767bef9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f789319-3c68-41d8-813c-358a1767bef9 {
  display: none;
}
#s-1f789319-3c68-41d8-813c-358a1767bef9, #wrap-s-1f789319-3c68-41d8-813c-358a1767bef9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f789319-3c68-41d8-813c-358a1767bef9 {
  display: none;
}
#s-1f789319-3c68-41d8-813c-358a1767bef9, #wrap-s-1f789319-3c68-41d8-813c-358a1767bef9 { display: none !important; }}






  #s-1f789319-3c68-41d8-813c-358a1767bef9 img.shogun-image {
    

    
    
    
  }


#s-1f789319-3c68-41d8-813c-358a1767bef9 .shogun-image-content {
  
    align-items: center;
  
}

#s-02f60cf4-9abd-458b-8fe6-74950fa653f5 {
  padding-top: 4px;
padding-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-02f60cf4-9abd-458b-8fe6-74950fa653f5 {
  display: none;
}
#s-02f60cf4-9abd-458b-8fe6-74950fa653f5, #wrap-s-02f60cf4-9abd-458b-8fe6-74950fa653f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02f60cf4-9abd-458b-8fe6-74950fa653f5 {
  display: none;
}
#s-02f60cf4-9abd-458b-8fe6-74950fa653f5, #wrap-s-02f60cf4-9abd-458b-8fe6-74950fa653f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02f60cf4-9abd-458b-8fe6-74950fa653f5 {
  display: none;
}
#s-02f60cf4-9abd-458b-8fe6-74950fa653f5, #wrap-s-02f60cf4-9abd-458b-8fe6-74950fa653f5 { display: none !important; }}






  #s-02f60cf4-9abd-458b-8fe6-74950fa653f5 img.shogun-image {
    

    
    
    
  }


#s-02f60cf4-9abd-458b-8fe6-74950fa653f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2659f4b1-3573-4370-ba23-1d6ac7e49909 {
  min-height: 50px;
}








#s-2659f4b1-3573-4370-ba23-1d6ac7e49909 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2659f4b1-3573-4370-ba23-1d6ac7e49909.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-4ab8d064-c9c9-40c7-ac13-2c7ec7d82382 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4ab8d064-c9c9-40c7-ac13-2c7ec7d82382 .shg-sld-nav-button.shg-sld-left,
#s-4ab8d064-c9c9-40c7-ac13-2c7ec7d82382 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e1ca0b5f-b87a-4805-83cf-a1b70b0be03e {
  text-align: center;
}

#s-e1ca0b5f-b87a-4805-83cf-a1b70b0be03e .shogun-heading-component h6 {
  color: rgba(206, 202, 194, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-fbdfe26e-3907-4039-a609-e03b6a52fd07 {
  text-align: center;
}

#s-fbdfe26e-3907-4039-a609-e03b6a52fd07 .shogun-heading-component h6 {
  color: rgba(206, 202, 194, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-3fa5b281-b8dd-444a-bc1b-2554fd24259c {
  text-align: center;
}

#s-3fa5b281-b8dd-444a-bc1b-2554fd24259c .shogun-heading-component h6 {
  color: rgba(206, 202, 194, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



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