.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-6b8b6bf4-a5fd-419f-aabe-c5a2756fa0b5 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6b8b6bf4-a5fd-419f-aabe-c5a2756fa0b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b8b6bf4-a5fd-419f-aabe-c5a2756fa0b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b8b6bf4-a5fd-419f-aabe-c5a2756fa0b5 {
  
}
}@media (max-width: 767px){#s-6b8b6bf4-a5fd-419f-aabe-c5a2756fa0b5 {
  
}
}







#s-6b8b6bf4-a5fd-419f-aabe-c5a2756fa0b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b8b6bf4-a5fd-419f-aabe-c5a2756fa0b5.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-6101589c-5ac7-4b1d-b95e-ce2cc27118c6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6101589c-5ac7-4b1d-b95e-ce2cc27118c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6101589c-5ac7-4b1d-b95e-ce2cc27118c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 23.5px);
}

}

@media (min-width: 992px) {
[id="s-6101589c-5ac7-4b1d-b95e-ce2cc27118c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 23.5px);
}

}

@media (min-width: 1200px) {
[id="s-6101589c-5ac7-4b1d-b95e-ce2cc27118c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 23.5px);
}

}

.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-12df0f5d-5aab-453c-9ae0-755760359a9c {
  margin-top: 50px;
margin-bottom: 50px;
}

#s-b742d3a7-ef6c-4242-9c1e-0fdea94fa32e {
  text-align: left;
}

#s-4a45ce6c-6492-46c9-b754-5105f84cedb9 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1300px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4a45ce6c-6492-46c9-b754-5105f84cedb9 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-4a45ce6c-6492-46c9-b754-5105f84cedb9 {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-4a45ce6c-6492-46c9-b754-5105f84cedb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a45ce6c-6492-46c9-b754-5105f84cedb9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a45ce6c-6492-46c9-b754-5105f84cedb9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a45ce6c-6492-46c9-b754-5105f84cedb9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a45ce6c-6492-46c9-b754-5105f84cedb9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a45ce6c-6492-46c9-b754-5105f84cedb9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a45ce6c-6492-46c9-b754-5105f84cedb9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 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;
}

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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-9aea95c6-9e2c-499c-a584-c909a0e2b95a {
  text-align: center;
}







  img.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image {
    
    
  }


.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a .shogun-image-content {
  
    align-items: center;
  
}

.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shg-align-container {
  text-align: center
}

.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image {
    
    
  }


.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a .shogun-image-content {
  
    align-items: center;
  
}

.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shg-align-container {
  text-align: center
}

.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image {
    
    
  }


.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a .shogun-image-content {
  
    align-items: center;
  
}

.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shg-align-container {
  text-align: center
}

.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image {
    
    
  }


.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a .shogun-image-content {
  
    align-items: center;
  
}

.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shg-align-container {
  text-align: center
}

.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image {
    
    
  }


.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a .shogun-image-content {
  
    align-items: center;
  
}

.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shg-align-container {
  text-align: center
}

.s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aea95c6-9e2c-499c-a584-c909a0e2b95a.shogun-image {
  box-sizing: border-box;
}


}
#s-0ad06d62-fe9e-442d-aadd-d6857f0c0874 {
  margin-top: 50px;
margin-left: 39px;
margin-bottom: 0px;
margin-right: 39px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ad06d62-fe9e-442d-aadd-d6857f0c0874 {
  margin-bottom: 15px;
}
}@media (max-width: 767px){#s-0ad06d62-fe9e-442d-aadd-d6857f0c0874 {
  margin-bottom: 15px;
}
}
#s-40e2f5dc-77a0-46f6-a09e-c0a2ac322dfe {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(242, 248, 250, 1);
}
@media (min-width: 1200px){#s-40e2f5dc-77a0-46f6-a09e-c0a2ac322dfe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40e2f5dc-77a0-46f6-a09e-c0a2ac322dfe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40e2f5dc-77a0-46f6-a09e-c0a2ac322dfe {
  
}
}@media (max-width: 767px){#s-40e2f5dc-77a0-46f6-a09e-c0a2ac322dfe {
  
}
}







#s-40e2f5dc-77a0-46f6-a09e-c0a2ac322dfe > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-40e2f5dc-77a0-46f6-a09e-c0a2ac322dfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56d6ced5-c9ff-4c31-bcac-7b5af6d6b23a {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
background-color: rgba(235, 235, 235, 1);
}

@media (min-width: 0px) {
[id="s-56d6ced5-c9ff-4c31-bcac-7b5af6d6b23a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56d6ced5-c9ff-4c31-bcac-7b5af6d6b23a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56d6ced5-c9ff-4c31-bcac-7b5af6d6b23a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56d6ced5-c9ff-4c31-bcac-7b5af6d6b23a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-56d6ced5-c9ff-4c31-bcac-7b5af6d6b23a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-90b12898-2353-4e31-9717-95ea123012ce {
  margin-top: 50px;
margin-bottom: 15px;
padding-left: 39px;
padding-right: 39px;
}

#s-5560e954-f778-4fad-8b12-f3207b3b7893 {
  text-align: center;
}







  img.s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image {
    
    
  }


.s-5560e954-f778-4fad-8b12-f3207b3b7893 .shogun-image-content {
  
    align-items: center;
  
}

.s-5560e954-f778-4fad-8b12-f3207b3b7893.shg-align-container {
  text-align: center
}

.s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image {
    
    
  }


.s-5560e954-f778-4fad-8b12-f3207b3b7893 .shogun-image-content {
  
    align-items: center;
  
}

.s-5560e954-f778-4fad-8b12-f3207b3b7893.shg-align-container {
  text-align: center
}

.s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image {
    
    
  }


.s-5560e954-f778-4fad-8b12-f3207b3b7893 .shogun-image-content {
  
    align-items: center;
  
}

.s-5560e954-f778-4fad-8b12-f3207b3b7893.shg-align-container {
  text-align: center
}

.s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image {
    
    
  }


.s-5560e954-f778-4fad-8b12-f3207b3b7893 .shogun-image-content {
  
    align-items: center;
  
}

.s-5560e954-f778-4fad-8b12-f3207b3b7893.shg-align-container {
  text-align: center
}

.s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image {
    
    
  }


.s-5560e954-f778-4fad-8b12-f3207b3b7893 .shogun-image-content {
  
    align-items: center;
  
}

.s-5560e954-f778-4fad-8b12-f3207b3b7893.shg-align-container {
  text-align: center
}

.s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5560e954-f778-4fad-8b12-f3207b3b7893.shogun-image {
  box-sizing: border-box;
}


}
#s-92b392b7-510e-4bf8-b822-73281d048bd6 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
background-color: rgba(235, 235, 235, 1);
}

@media (min-width: 0px) {
[id="s-92b392b7-510e-4bf8-b822-73281d048bd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92b392b7-510e-4bf8-b822-73281d048bd6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-92b392b7-510e-4bf8-b822-73281d048bd6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-92b392b7-510e-4bf8-b822-73281d048bd6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 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-ad1d34e0-f2e9-4a46-9a42-d09016d69fa7 {
  text-align: left;
}







  #s-ad1d34e0-f2e9-4a46-9a42-d09016d69fa7 img.shogun-image {
    

    
    
    
  }


#s-ad1d34e0-f2e9-4a46-9a42-d09016d69fa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b370281c-7c3f-42cb-90eb-d02aa37d959c {
  margin-top: 50px;
margin-bottom: 15px;
padding-left: 39px;
padding-right: 39px;
}

#s-c3bb7754-56e1-4188-a02c-09bbf9706998 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-c3bb7754-56e1-4188-a02c-09bbf9706998"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c3bb7754-56e1-4188-a02c-09bbf9706998"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-c3bb7754-56e1-4188-a02c-09bbf9706998"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-c3bb7754-56e1-4188-a02c-09bbf9706998"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-b9a76387-57e1-4ce7-a9c7-0d5f973ebdc2 {
  text-align: center;
}







  #s-b9a76387-57e1-4ce7-a9c7-0d5f973ebdc2 img.shogun-image {
    

    
    
    
  }


#s-b9a76387-57e1-4ce7-a9c7-0d5f973ebdc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4fb07b2-4235-492c-89ce-c63e3d31997f {
  text-align: center;
}







  #s-a4fb07b2-4235-492c-89ce-c63e3d31997f img.shogun-image {
    

    
    
    
  }


#s-a4fb07b2-4235-492c-89ce-c63e3d31997f .shogun-image-content {
  
    align-items: center;
  
}

#s-aec1ee73-ba42-46e0-846b-61932b56e14e {
  text-align: center;
}







  #s-aec1ee73-ba42-46e0-846b-61932b56e14e img.shogun-image {
    

    
    
    
  }


#s-aec1ee73-ba42-46e0-846b-61932b56e14e .shogun-image-content {
  
    align-items: center;
  
}

#s-02f6438a-aa77-4d1f-95fe-bed80f012f83 {
  text-align: center;
}







  #s-02f6438a-aa77-4d1f-95fe-bed80f012f83 img.shogun-image {
    

    
    
    
  }


#s-02f6438a-aa77-4d1f-95fe-bed80f012f83 .shogun-image-content {
  
    align-items: center;
  
}

#s-d41dfc4f-6911-4b8c-a82e-4070668d23ce {
  text-align: center;
}







  #s-d41dfc4f-6911-4b8c-a82e-4070668d23ce img.shogun-image {
    

    
    
    
  }


#s-d41dfc4f-6911-4b8c-a82e-4070668d23ce .shogun-image-content {
  
    align-items: center;
  
}

#s-2d407ccf-08d1-4e76-8684-86cab6164c3a {
  text-align: center;
}







  #s-2d407ccf-08d1-4e76-8684-86cab6164c3a img.shogun-image {
    

    
    
    
  }


#s-2d407ccf-08d1-4e76-8684-86cab6164c3a .shogun-image-content {
  
    align-items: center;
  
}

#s-f7872bd5-b14b-433d-b8f3-716406b0ee91 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 39px;
padding-right: 39px;
max-width: 636px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7872bd5-b14b-433d-b8f3-716406b0ee91 {
  margin-bottom: 15px;
}
}@media (max-width: 767px){#s-f7872bd5-b14b-433d-b8f3-716406b0ee91 {
  margin-bottom: 15px;
}
}
#s-b3bcdb2c-bf3b-4f80-b62a-a746dbb03340 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
background-color: rgba(235, 235, 235, 1);
}

@media (min-width: 0px) {
[id="s-b3bcdb2c-bf3b-4f80-b62a-a746dbb03340"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3bcdb2c-bf3b-4f80-b62a-a746dbb03340"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b3bcdb2c-bf3b-4f80-b62a-a746dbb03340"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3bcdb2c-bf3b-4f80-b62a-a746dbb03340"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b3bcdb2c-bf3b-4f80-b62a-a746dbb03340"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-db52d100-0675-409e-9d50-f2f7f4ac11f5 {
  margin-top: 50px;
margin-bottom: 15px;
padding-left: 39px;
padding-right: 39px;
}

#s-c11c14f7-36bf-4d9c-a550-99e531fee28c {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
min-height: 50px;
}








#s-c11c14f7-36bf-4d9c-a550-99e531fee28c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c11c14f7-36bf-4d9c-a550-99e531fee28c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-923a6a4b-a9a8-4103-8b16-fcadbd30dc79 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-923a6a4b-a9a8-4103-8b16-fcadbd30dc79"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-923a6a4b-a9a8-4103-8b16-fcadbd30dc79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-923a6a4b-a9a8-4103-8b16-fcadbd30dc79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-923a6a4b-a9a8-4103-8b16-fcadbd30dc79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-b3566637-4cbf-40d3-aaa6-bd43c0d854da {
  text-align: center;
}







  #s-b3566637-4cbf-40d3-aaa6-bd43c0d854da img.shogun-image {
    

    
    
    
  }


#s-b3566637-4cbf-40d3-aaa6-bd43c0d854da .shogun-image-content {
  
    align-items: center;
  
}

#s-12c67322-36ce-4a16-973b-98b1ce68db19 {
  text-align: center;
}







  #s-12c67322-36ce-4a16-973b-98b1ce68db19 img.shogun-image {
    

    
    
    
  }


#s-12c67322-36ce-4a16-973b-98b1ce68db19 .shogun-image-content {
  
    align-items: center;
  
}

#s-d70a84b8-db48-4583-9030-d74648cfa346 {
  text-align: center;
}







  #s-d70a84b8-db48-4583-9030-d74648cfa346 img.shogun-image {
    

    
    
    
  }


#s-d70a84b8-db48-4583-9030-d74648cfa346 .shogun-image-content {
  
    align-items: center;
  
}

#s-81e4db42-bfa9-4c0f-b46d-47c517ad622a {
  text-align: center;
}







  #s-81e4db42-bfa9-4c0f-b46d-47c517ad622a img.shogun-image {
    

    
    
    
  }


#s-81e4db42-bfa9-4c0f-b46d-47c517ad622a .shogun-image-content {
  
    align-items: center;
  
}

#s-af8dd337-4111-4757-88d8-429b5a65d647 {
  text-align: center;
}







  #s-af8dd337-4111-4757-88d8-429b5a65d647 img.shogun-image {
    

    
    
    
  }


#s-af8dd337-4111-4757-88d8-429b5a65d647 .shogun-image-content {
  
    align-items: center;
  
}

#s-eed3dc6b-f44f-4bfe-b126-13eded9daf47 {
  text-align: center;
}







  #s-eed3dc6b-f44f-4bfe-b126-13eded9daf47 img.shogun-image {
    

    
    
    
  }


#s-eed3dc6b-f44f-4bfe-b126-13eded9daf47 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f7ffbc0-7a44-4dbd-984f-f7e7b967307a {
  text-align: right;
}







  #s-1f7ffbc0-7a44-4dbd-984f-f7e7b967307a img.shogun-image {
    

    
    
    
  }


#s-1f7ffbc0-7a44-4dbd-984f-f7e7b967307a .shogun-image-content {
  
    align-items: center;
  
}

#s-159dfb9e-5804-4e90-ba54-66ae9dcff61d {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
background-color: rgba(235, 235, 235, 1);
}

@media (min-width: 0px) {
[id="s-159dfb9e-5804-4e90-ba54-66ae9dcff61d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-159dfb9e-5804-4e90-ba54-66ae9dcff61d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-159dfb9e-5804-4e90-ba54-66ae9dcff61d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-159dfb9e-5804-4e90-ba54-66ae9dcff61d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2d5db8d2-39a7-4738-8fe5-6fe254e73894 {
  text-align: left;
}







  #s-2d5db8d2-39a7-4738-8fe5-6fe254e73894 img.shogun-image {
    

    
    
    
  }


#s-2d5db8d2-39a7-4738-8fe5-6fe254e73894 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2425c62-89a2-48f6-a405-800733e45c02 {
  margin-top: 50px;
margin-bottom: 15px;
padding-left: 39px;
padding-right: 39px;
}

#s-84b17493-673e-4b1f-be82-f20aeb6a72de {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
background-color: rgba(235, 235, 235, 1);
}

@media (min-width: 0px) {
[id="s-84b17493-673e-4b1f-be82-f20aeb6a72de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84b17493-673e-4b1f-be82-f20aeb6a72de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-84b17493-673e-4b1f-be82-f20aeb6a72de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-84b17493-673e-4b1f-be82-f20aeb6a72de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-84b17493-673e-4b1f-be82-f20aeb6a72de"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-93266421-dfd0-46d5-950f-f7196e3fe481 {
  margin-top: 50px;
margin-bottom: 15px;
padding-left: 39px;
padding-right: 39px;
}

#s-4646d9b1-616a-4cca-ba3e-67ca75636898 {
  margin-top: 50px;
text-align: right;
}







  #s-4646d9b1-616a-4cca-ba3e-67ca75636898 img.shogun-image {
    

    
    
    
  }


#s-4646d9b1-616a-4cca-ba3e-67ca75636898 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3d88486-eb2f-49e5-8f94-671a865957d7 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
background-color: rgba(235, 235, 235, 1);
}

@media (min-width: 0px) {
[id="s-c3d88486-eb2f-49e5-8f94-671a865957d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3d88486-eb2f-49e5-8f94-671a865957d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c3d88486-eb2f-49e5-8f94-671a865957d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3d88486-eb2f-49e5-8f94-671a865957d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f9e49b86-eb9a-44cf-ba47-20873b6fa8d5 {
  text-align: left;
}







  #s-f9e49b86-eb9a-44cf-ba47-20873b6fa8d5 img.shogun-image {
    

    
    
    
  }


#s-f9e49b86-eb9a-44cf-ba47-20873b6fa8d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-260a2b28-735f-4bf4-92ab-2229a470fa2f {
  margin-top: 50px;
margin-bottom: 15px;
padding-left: 39px;
padding-right: 39px;
}

#s-0dee13ab-3967-4829-b5ab-05e53ab6a3f6 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
max-width: 1300px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-0dee13ab-3967-4829-b5ab-05e53ab6a3f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0dee13ab-3967-4829-b5ab-05e53ab6a3f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0dee13ab-3967-4829-b5ab-05e53ab6a3f6 {
  
}
}@media (max-width: 767px){#s-0dee13ab-3967-4829-b5ab-05e53ab6a3f6 {
  
}
}
@media (min-width: 0px) {
[id="s-0dee13ab-3967-4829-b5ab-05e53ab6a3f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dee13ab-3967-4829-b5ab-05e53ab6a3f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-0dee13ab-3967-4829-b5ab-05e53ab6a3f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-0dee13ab-3967-4829-b5ab-05e53ab6a3f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.666666666666666px);
}

}

#s-6cf7a26a-291e-4faa-971c-d09dfac686e3 {
  margin-top: -5px;
margin-bottom: -5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(37, 169, 224, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(37, 169, 224, 1);
}

#s-6cf7a26a-291e-4faa-971c-d09dfac686e3 .shogun-icon-wrapper {
  text-align: center;
}


#s-6cf7a26a-291e-4faa-971c-d09dfac686e3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-71d59a9a-217c-4b91-8168-c6caafd937f4 {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(37, 169, 224, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(37, 169, 224, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-71d59a9a-217c-4b91-8168-c6caafd937f4 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-71d59a9a-217c-4b91-8168-c6caafd937f4 {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-b6886152-c14a-4bb4-a2ec-febf42bada8a {
  margin-top: -50px;
margin-bottom: 10px;
text-align: center;
}







  #s-b6886152-c14a-4bb4-a2ec-febf42bada8a img.shogun-image {
    

    
    
    
  }


#s-b6886152-c14a-4bb4-a2ec-febf42bada8a .shogun-image-content {
  
    align-items: center;
  
}

#s-056e12d9-e172-49b6-bd0a-e71c1ebb7928 {
  margin-top: -5px;
margin-bottom: -5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(37, 169, 224, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(37, 169, 224, 1);
}

#s-056e12d9-e172-49b6-bd0a-e71c1ebb7928 .shogun-icon-wrapper {
  text-align: center;
}


#s-056e12d9-e172-49b6-bd0a-e71c1ebb7928 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-af451f7a-682a-4009-8ef6-20ac6b54d802 {
  padding-bottom: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(37, 169, 224, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(37, 169, 224, 1);
}

#s-19fa11f8-2157-4bcb-8b1d-060657ae0a54 {
  margin-top: -50px;
margin-bottom: 10px;
text-align: center;
}







  #s-19fa11f8-2157-4bcb-8b1d-060657ae0a54 img.shogun-image {
    

    
    
    
  }


#s-19fa11f8-2157-4bcb-8b1d-060657ae0a54 .shogun-image-content {
  
    align-items: center;
  
}

#s-5964445c-f3b9-4389-bd3d-c981220496b1 {
  margin-top: -5px;
margin-bottom: -5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(37, 169, 224, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(37, 169, 224, 1);
}

#s-5964445c-f3b9-4389-bd3d-c981220496b1 .shogun-icon-wrapper {
  text-align: center;
}


#s-5964445c-f3b9-4389-bd3d-c981220496b1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-22bed0a5-55f2-4191-b5bd-c15aec5bc678 {
  padding-bottom: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(37, 169, 224, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(37, 169, 224, 1);
}

#s-02f148b2-67c6-4a75-813a-4ee6dce990d1 {
  margin-top: -50px;
margin-bottom: 10px;
text-align: center;
}







  #s-02f148b2-67c6-4a75-813a-4ee6dce990d1 img.shogun-image {
    

    
    
    
  }


#s-02f148b2-67c6-4a75-813a-4ee6dce990d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7913c27a-6ef3-46d9-8534-c8d4ba8c74b2 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
background-color: rgba(235, 235, 235, 1);
}

@media (min-width: 0px) {
[id="s-7913c27a-6ef3-46d9-8534-c8d4ba8c74b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7913c27a-6ef3-46d9-8534-c8d4ba8c74b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7913c27a-6ef3-46d9-8534-c8d4ba8c74b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7913c27a-6ef3-46d9-8534-c8d4ba8c74b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e4ea54fd-248f-4201-b474-76e35aa987bb {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 39px;
padding-right: 39px;
max-width: 636px;
}

#s-dca17816-af14-4edb-9fe5-361d688ebfeb {
  text-align: center;
}







  #s-dca17816-af14-4edb-9fe5-361d688ebfeb img.shogun-image {
    

    
    
    
  }


#s-dca17816-af14-4edb-9fe5-361d688ebfeb .shogun-image-content {
  
    align-items: center;
  
}

#s-09f22e20-8525-41ad-b0fc-2732f082b7a0 {
  box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.1);
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-09f22e20-8525-41ad-b0fc-2732f082b7a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09f22e20-8525-41ad-b0fc-2732f082b7a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da89b045-6766-4588-af17-704bf9c1fcbb {
  min-height: 50px;
}








#s-da89b045-6766-4588-af17-704bf9c1fcbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da89b045-6766-4588-af17-704bf9c1fcbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66428059-967e-4b99-b3db-3ef43420cbce {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-66428059-967e-4b99-b3db-3ef43420cbce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66428059-967e-4b99-b3db-3ef43420cbce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-66428059-967e-4b99-b3db-3ef43420cbce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-66428059-967e-4b99-b3db-3ef43420cbce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d2e463b2-d3d5-454c-ba0a-3c08da909fb3 {
  margin-top: 50px;
text-align: center;
}







  #s-d2e463b2-d3d5-454c-ba0a-3c08da909fb3 img.shogun-image {
    

    
    
    
  }


#s-d2e463b2-d3d5-454c-ba0a-3c08da909fb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e1af9b2-184a-46b3-8338-01f700a36b0f {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 39px;
padding-right: 39px;
max-width: 636px;
}

#s-1e898ce6-a666-4493-a03d-389209390cdb {
  margin-top: 24px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1300px;
}

#s-0f7b7bfd-3008-4729-9dc9-14eed5fb0428 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

#s-f9696192-c15f-4750-ae82-87880ae8d1c9 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-ecf7d245-da91-4072-98c3-0cc21ada0549 {
  padding-top: 54px;
padding-bottom: 54px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ecf7d245-da91-4072-98c3-0cc21ada0549 {
  padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-ecf7d245-da91-4072-98c3-0cc21ada0549 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-ecf7d245-da91-4072-98c3-0cc21ada0549 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecf7d245-da91-4072-98c3-0cc21ada0549.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3ca1c76-c60b-4c95-9e26-052ad1506899 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a3ca1c76-c60b-4c95-9e26-052ad1506899"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3ca1c76-c60b-4c95-9e26-052ad1506899"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3ca1c76-c60b-4c95-9e26-052ad1506899"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3ca1c76-c60b-4c95-9e26-052ad1506899"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9e27ceff-5b05-43a3-9518-397d2a7d4fba {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1300px;
}

.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-6de22cf7-e6de-46a6-8e2d-527bb199483a {
  margin-top: 22px;
padding-left: 43px;
max-width: 550px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6de22cf7-e6de-46a6-8e2d-527bb199483a {
  padding-left: 20px;
}
}@media (max-width: 767px){#s-6de22cf7-e6de-46a6-8e2d-527bb199483a {
  padding-left: 0px;
}
}
#s-7bedb531-8fe2-4a4e-9565-5dadcd326b7c {
  margin-top: 20px;
padding-left: 43px;
max-width: 550px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bedb531-8fe2-4a4e-9565-5dadcd326b7c {
  padding-left: 20px;
}
}@media (max-width: 767px){#s-7bedb531-8fe2-4a4e-9565-5dadcd326b7c {
  padding-left: 0px;
}
}
#s-82938317-248e-4c29-b2d6-ed8626e03240 {
  margin-top: 20px;
padding-left: 43px;
max-width: 550px;
}
@media (min-width: 768px) and (max-width: 991px){#s-82938317-248e-4c29-b2d6-ed8626e03240 {
  padding-left: 20px;
}
}@media (max-width: 767px){#s-82938317-248e-4c29-b2d6-ed8626e03240 {
  padding-left: 0px;
}
}
#s-6f73d284-065e-4f34-9bd3-f68d183a530c {
  margin-top: 20px;
padding-left: 43px;
max-width: 550px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f73d284-065e-4f34-9bd3-f68d183a530c {
  padding-left: 20px;
}
}@media (max-width: 767px){#s-6f73d284-065e-4f34-9bd3-f68d183a530c {
  padding-left: 0px;
}
}
/*
  $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}