.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-4c1b9be1-ac08-4f50-84b4-7e8c3ec7021f {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(247, 247, 247, 1);
border-style: solid;
min-height: 100px;
background-attachment: scroll;
}








#s-4c1b9be1-ac08-4f50-84b4-7e8c3ec7021f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c1b9be1-ac08-4f50-84b4-7e8c3ec7021f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02712141-3fd9-40a1-bb47-d54d0432c43d {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 247, 247, 1);
border-style: solid;
min-height: 100px;
max-width: 1400px;
background-attachment: scroll;
}








#s-02712141-3fd9-40a1-bb47-d54d0432c43d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02712141-3fd9-40a1-bb47-d54d0432c43d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e7041fa-c5d0-439d-b984-86974038ac11 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 100px;
}








#s-4e7041fa-c5d0-439d-b984-86974038ac11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e7041fa-c5d0-439d-b984-86974038ac11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  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-c1ff989e-44a8-4cac-be9a-52955f3ee800 {
  margin-top: 12px;
margin-bottom: 0px;
}

#s-8ae4bb72-1982-440a-a990-5edc3230c282 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

.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-f7be7c1a-e23c-473b-907e-bbf6d820ec4a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f7be7c1a-e23c-473b-907e-bbf6d820ec4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f7be7c1a-e23c-473b-907e-bbf6d820ec4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f7be7c1a-e23c-473b-907e-bbf6d820ec4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-dba86c11-4929-4d8b-af52-7c96a0133474 {
  background-size: cover;
min-height: 100%;
background-position: center center;
}








#s-dba86c11-4929-4d8b-af52-7c96a0133474 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dba86c11-4929-4d8b-af52-7c96a0133474.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6e491dbe-f99d-4cb0-b19f-20c1feafd77a {
  text-align: left;
}
@media (max-width: 767px){#s-6e491dbe-f99d-4cb0-b19f-20c1feafd77a {
  margin-bottom: 10px;
}
}
#s-342d3812-0720-47eb-a602-5e1e67d3ed7f {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-342d3812-0720-47eb-a602-5e1e67d3ed7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-342d3812-0720-47eb-a602-5e1e67d3ed7f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-1ee80c77-f83d-4f6d-a34f-56683ae19b80 {
  min-height: 50px;
text-align: center;
}







  img.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image {
    
    
  }


.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shg-align-container {
  text-align: center
}

.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image {
    
    
  }


.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shg-align-container {
  text-align: center
}

.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image {
    
    
  }


.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shg-align-container {
  text-align: center
}

.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image {
    
    
  }


.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shg-align-container {
  text-align: center
}

.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image {
    
    
  }


.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shg-align-container {
  text-align: center
}

.s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee80c77-f83d-4f6d-a34f-56683ae19b80.shogun-image {
  box-sizing: border-box;
}


}
#s-34b20e51-039c-4d3b-bc63-a24b67b7b051 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50%;
}

#s-34b20e51-039c-4d3b-bc63-a24b67b7b051 {
  background-image: url();
}








#s-34b20e51-039c-4d3b-bc63-a24b67b7b051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34b20e51-039c-4d3b-bc63-a24b67b7b051.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2acaedb5-4ef3-4ec4-a77c-8a31ee8d9cf7 {
  padding-bottom: 10px;
}

#s-85b3d3bc-29e2-4f26-98ce-26c9e1c417eb {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-85b3d3bc-29e2-4f26-98ce-26c9e1c417eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85b3d3bc-29e2-4f26-98ce-26c9e1c417eb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-27651287-2a4a-40b1-a22f-dcea123b4dad {
  min-height: 50px;
text-align: center;
}







  img.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image {
    
    
  }


.s-27651287-2a4a-40b1-a22f-dcea123b4dad .shogun-image-content {
  
    align-items: center;
  
}

.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shg-align-container {
  text-align: center
}

.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image {
    
    
  }


.s-27651287-2a4a-40b1-a22f-dcea123b4dad .shogun-image-content {
  
    align-items: center;
  
}

.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shg-align-container {
  text-align: center
}

.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image {
  box-sizing: border-box;
}


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





  img.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image {
    
    
  }


.s-27651287-2a4a-40b1-a22f-dcea123b4dad .shogun-image-content {
  
    align-items: center;
  
}

.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shg-align-container {
  text-align: center
}

.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image {
  box-sizing: border-box;
}


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





  img.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image {
    
    
  }


.s-27651287-2a4a-40b1-a22f-dcea123b4dad .shogun-image-content {
  
    align-items: center;
  
}

.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shg-align-container {
  text-align: center
}

.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image {
  box-sizing: border-box;
}


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





  img.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image {
    
    
  }


.s-27651287-2a4a-40b1-a22f-dcea123b4dad .shogun-image-content {
  
    align-items: center;
  
}

.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shg-align-container {
  text-align: center
}

.s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27651287-2a4a-40b1-a22f-dcea123b4dad.shogun-image {
  box-sizing: border-box;
}


}
#s-cfa2ea05-58d8-42e7-8133-25cc0cd6fd22 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
}

#s-cfa2ea05-58d8-42e7-8133-25cc0cd6fd22 {
  background-image: url();
}








#s-cfa2ea05-58d8-42e7-8133-25cc0cd6fd22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfa2ea05-58d8-42e7-8133-25cc0cd6fd22.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bdf45a01-793b-4a3a-81ae-998e2a74005d {
  padding-bottom: 10px;
}

#s-bc56f128-6d5b-436f-b818-f9c116f4387f {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-bc56f128-6d5b-436f-b818-f9c116f4387f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc56f128-6d5b-436f-b818-f9c116f4387f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a136ae80-9b1c-4ea9-8425-3d396938aee6 {
  min-height: 50px;
text-align: center;
}








.s-a136ae80-9b1c-4ea9-8425-3d396938aee6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shg-align-container {
  text-align: center
}

.s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-a136ae80-9b1c-4ea9-8425-3d396938aee6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shg-align-container {
  text-align: center
}

.s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shogun-image {
  box-sizing: border-box;
}


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






.s-a136ae80-9b1c-4ea9-8425-3d396938aee6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shg-align-container {
  text-align: center
}

.s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shogun-image {
  box-sizing: border-box;
}


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






.s-a136ae80-9b1c-4ea9-8425-3d396938aee6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shg-align-container {
  text-align: center
}

.s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shogun-image {
  box-sizing: border-box;
}


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






.s-a136ae80-9b1c-4ea9-8425-3d396938aee6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shg-align-container {
  text-align: center
}

.s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a136ae80-9b1c-4ea9-8425-3d396938aee6.shogun-image {
  box-sizing: border-box;
}


}
#s-3527d4b2-c951-4765-a1c5-6a10d0c8b027 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
}

#s-3527d4b2-c951-4765-a1c5-6a10d0c8b027 {
  background-image: url();
}








#s-3527d4b2-c951-4765-a1c5-6a10d0c8b027 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3527d4b2-c951-4765-a1c5-6a10d0c8b027.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-de45eb30-d532-4438-a71f-374ed891faf0 {
  padding-bottom: 10px;
}

#s-f6b5f61c-9bd4-4f1a-9668-6b253f5f5c79 {
  border-style: solid;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}








#s-f6b5f61c-9bd4-4f1a-9668-6b253f5f5c79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6b5f61c-9bd4-4f1a-9668-6b253f5f5c79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-7ed34115-734e-4bdc-b2ec-dcc9490dd194 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
text-align: left;
}

#s-7ed34115-734e-4bdc-b2ec-dcc9490dd194 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "ASRV-Standard";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-d0dabfd9-279c-4428-8c21-0a268eeadb86"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d0dabfd9-279c-4428-8c21-0a268eeadb86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d0dabfd9-279c-4428-8c21-0a268eeadb86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d0dabfd9-279c-4428-8c21-0a268eeadb86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b3964471-d1f9-41c3-9ae4-ee80bedf71d3 {
  min-height: 50px;
}








#s-b3964471-d1f9-41c3-9ae4-ee80bedf71d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3964471-d1f9-41c3-9ae4-ee80bedf71d3 {
  cursor: pointer;
}#s-b3964471-d1f9-41c3-9ae4-ee80bedf71d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f14a1276-405f-4575-8f3d-086bdb8e2113 {
  text-align: center;
}







  img.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image {
    
    
  }


.s-f14a1276-405f-4575-8f3d-086bdb8e2113 .shogun-image-content {
  
    align-items: center;
  
}

.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shg-align-container {
  text-align: center
}

.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image {
    
    
  }


.s-f14a1276-405f-4575-8f3d-086bdb8e2113 .shogun-image-content {
  
    align-items: center;
  
}

.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shg-align-container {
  text-align: center
}

.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image {
    
    
  }


.s-f14a1276-405f-4575-8f3d-086bdb8e2113 .shogun-image-content {
  
    align-items: center;
  
}

.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shg-align-container {
  text-align: center
}

.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image {
    
    
  }


.s-f14a1276-405f-4575-8f3d-086bdb8e2113 .shogun-image-content {
  
    align-items: center;
  
}

.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shg-align-container {
  text-align: center
}

.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image {
    
    
  }


.s-f14a1276-405f-4575-8f3d-086bdb8e2113 .shogun-image-content {
  
    align-items: center;
  
}

.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shg-align-container {
  text-align: center
}

.s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f14a1276-405f-4575-8f3d-086bdb8e2113.shogun-image {
  box-sizing: border-box;
}


}
#s-0fe7328f-c070-4b53-a25b-64b987f9b231 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-7b24d4bf-ff79-47ea-98dd-9a3100110b84 {
  min-height: 50px;
}








#s-7b24d4bf-ff79-47ea-98dd-9a3100110b84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b24d4bf-ff79-47ea-98dd-9a3100110b84 {
  cursor: pointer;
}#s-7b24d4bf-ff79-47ea-98dd-9a3100110b84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbf75b50-b644-4d27-869b-a2c8edf222cf {
  text-align: center;
}







  img.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image {
    
    
  }


.s-cbf75b50-b644-4d27-869b-a2c8edf222cf .shogun-image-content {
  
    align-items: center;
  
}

.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shg-align-container {
  text-align: center
}

.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image {
    
    
  }


.s-cbf75b50-b644-4d27-869b-a2c8edf222cf .shogun-image-content {
  
    align-items: center;
  
}

.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shg-align-container {
  text-align: center
}

.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image {
    
    
  }


.s-cbf75b50-b644-4d27-869b-a2c8edf222cf .shogun-image-content {
  
    align-items: center;
  
}

.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shg-align-container {
  text-align: center
}

.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image {
    
    
  }


.s-cbf75b50-b644-4d27-869b-a2c8edf222cf .shogun-image-content {
  
    align-items: center;
  
}

.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shg-align-container {
  text-align: center
}

.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image {
    
    
  }


.s-cbf75b50-b644-4d27-869b-a2c8edf222cf .shogun-image-content {
  
    align-items: center;
  
}

.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shg-align-container {
  text-align: center
}

.s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf75b50-b644-4d27-869b-a2c8edf222cf.shogun-image {
  box-sizing: border-box;
}


}
#s-205d5045-ceb9-4b7e-bdfd-4332d732d269 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-d4c6c20e-35fc-4db3-9008-f94e5eba332f {
  min-height: 50px;
}








#s-d4c6c20e-35fc-4db3-9008-f94e5eba332f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4c6c20e-35fc-4db3-9008-f94e5eba332f {
  cursor: pointer;
}#s-d4c6c20e-35fc-4db3-9008-f94e5eba332f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19ed7371-488f-484c-a24e-176e44566044 {
  text-align: center;
}







  img.s-19ed7371-488f-484c-a24e-176e44566044.shogun-image {
    
    
  }


.s-19ed7371-488f-484c-a24e-176e44566044 .shogun-image-content {
  
    align-items: center;
  
}

.s-19ed7371-488f-484c-a24e-176e44566044.shg-align-container {
  text-align: center
}

.s-19ed7371-488f-484c-a24e-176e44566044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19ed7371-488f-484c-a24e-176e44566044.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-19ed7371-488f-484c-a24e-176e44566044.shogun-image {
    
    
  }


.s-19ed7371-488f-484c-a24e-176e44566044 .shogun-image-content {
  
    align-items: center;
  
}

.s-19ed7371-488f-484c-a24e-176e44566044.shg-align-container {
  text-align: center
}

.s-19ed7371-488f-484c-a24e-176e44566044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19ed7371-488f-484c-a24e-176e44566044.shogun-image {
  box-sizing: border-box;
}


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





  img.s-19ed7371-488f-484c-a24e-176e44566044.shogun-image {
    
    
  }


.s-19ed7371-488f-484c-a24e-176e44566044 .shogun-image-content {
  
    align-items: center;
  
}

.s-19ed7371-488f-484c-a24e-176e44566044.shg-align-container {
  text-align: center
}

.s-19ed7371-488f-484c-a24e-176e44566044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19ed7371-488f-484c-a24e-176e44566044.shogun-image {
  box-sizing: border-box;
}


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





  img.s-19ed7371-488f-484c-a24e-176e44566044.shogun-image {
    
    
  }


.s-19ed7371-488f-484c-a24e-176e44566044 .shogun-image-content {
  
    align-items: center;
  
}

.s-19ed7371-488f-484c-a24e-176e44566044.shg-align-container {
  text-align: center
}

.s-19ed7371-488f-484c-a24e-176e44566044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19ed7371-488f-484c-a24e-176e44566044.shogun-image {
  box-sizing: border-box;
}


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





  img.s-19ed7371-488f-484c-a24e-176e44566044.shogun-image {
    
    
  }


.s-19ed7371-488f-484c-a24e-176e44566044 .shogun-image-content {
  
    align-items: center;
  
}

.s-19ed7371-488f-484c-a24e-176e44566044.shg-align-container {
  text-align: center
}

.s-19ed7371-488f-484c-a24e-176e44566044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19ed7371-488f-484c-a24e-176e44566044.shogun-image {
  box-sizing: border-box;
}


}
#s-ba8c1851-2250-4007-8025-9b8f1f6b0e23 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-a72da8ac-d007-47ad-a23c-b205d0f9d48b {
  min-height: 50px;
}








#s-a72da8ac-d007-47ad-a23c-b205d0f9d48b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a72da8ac-d007-47ad-a23c-b205d0f9d48b {
  cursor: pointer;
}#s-a72da8ac-d007-47ad-a23c-b205d0f9d48b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cae683e3-7b69-4d67-8a16-bda1620b3f6d {
  text-align: center;
}







  img.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image {
    
    
  }


.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shg-align-container {
  text-align: center
}

.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image {
    
    
  }


.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shg-align-container {
  text-align: center
}

.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image {
    
    
  }


.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shg-align-container {
  text-align: center
}

.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image {
    
    
  }


.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shg-align-container {
  text-align: center
}

.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image {
    
    
  }


.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d .shogun-image-content {
  
    align-items: center;
  
}

.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shg-align-container {
  text-align: center
}

.s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae683e3-7b69-4d67-8a16-bda1620b3f6d.shogun-image {
  box-sizing: border-box;
}


}
#s-676bbca4-341f-40cb-bcad-a6cd30976cf2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-666b55ca-ba86-4900-ba2c-d19fe397e491 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-666b55ca-ba86-4900-ba2c-d19fe397e491:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-666b55ca-ba86-4900-ba2c-d19fe397e491:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-666b55ca-ba86-4900-ba2c-d19fe397e491-root {
    text-align: center;
  }


#s-666b55ca-ba86-4900-ba2c-d19fe397e491.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-666b55ca-ba86-4900-ba2c-d19fe397e491-root {
    text-align: center;
  }


#s-666b55ca-ba86-4900-ba2c-d19fe397e491.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-666b55ca-ba86-4900-ba2c-d19fe397e491-root {
    text-align: center;
  }


#s-666b55ca-ba86-4900-ba2c-d19fe397e491.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-666b55ca-ba86-4900-ba2c-d19fe397e491-root {
    text-align: center;
  }


#s-666b55ca-ba86-4900-ba2c-d19fe397e491.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-666b55ca-ba86-4900-ba2c-d19fe397e491-root {
    text-align: center;
  }


#s-666b55ca-ba86-4900-ba2c-d19fe397e491.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-8ccecdaf-e674-4144-8ca5-44c9586bbdcc {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(247, 247, 247, 1);
border-style: solid;
min-height: 100px;
background-attachment: scroll;
}








#s-8ccecdaf-e674-4144-8ca5-44c9586bbdcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ccecdaf-e674-4144-8ca5-44c9586bbdcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a07c5db9-aa52-4b11-b0b1-ab6a3026b554 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 247, 247, 1);
border-style: solid;
min-height: 100%;
max-width: 1400px;
background-attachment: scroll;
}








#s-a07c5db9-aa52-4b11-b0b1-ab6a3026b554 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a07c5db9-aa52-4b11-b0b1-ab6a3026b554.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b8f2b85-bff0-4847-9535-f0b2de525428 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 100px;
}








#s-2b8f2b85-bff0-4847-9535-f0b2de525428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b8f2b85-bff0-4847-9535-f0b2de525428.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c2830ef-8fa1-4107-9c64-0d073eb531b3 {
  margin-top: 12px;
margin-bottom: 0px;
}

#s-115d7e51-737e-4014-8b49-00588c8b9715 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-27e9386c-5bdd-4880-ad51-1afcf158d279"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-27e9386c-5bdd-4880-ad51-1afcf158d279"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-27e9386c-5bdd-4880-ad51-1afcf158d279"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-27e9386c-5bdd-4880-ad51-1afcf158d279"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-0e763946-0667-4046-a28a-dfe57c45b967 {
  background-size: cover;
min-height: 100%;
background-position: center center;
}








#s-0e763946-0667-4046-a28a-dfe57c45b967 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e763946-0667-4046-a28a-dfe57c45b967.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dae4eaa6-a566-44a9-8363-a2d9a0816378 {
  text-align: left;
}
@media (max-width: 767px){#s-dae4eaa6-a566-44a9-8363-a2d9a0816378 {
  margin-bottom: 10px;
}
}
#s-59fd80ba-a64d-4f95-9cca-1c9336a43552 {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-59fd80ba-a64d-4f95-9cca-1c9336a43552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59fd80ba-a64d-4f95-9cca-1c9336a43552.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c2082977-0746-4258-824c-92ac705bb980 {
  min-height: 50px;
text-align: center;
}







  img.s-c2082977-0746-4258-824c-92ac705bb980.shogun-image {
    
    
  }


.s-c2082977-0746-4258-824c-92ac705bb980 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2082977-0746-4258-824c-92ac705bb980.shg-align-container {
  text-align: center
}

.s-c2082977-0746-4258-824c-92ac705bb980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2082977-0746-4258-824c-92ac705bb980.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c2082977-0746-4258-824c-92ac705bb980.shogun-image {
    
    
  }


.s-c2082977-0746-4258-824c-92ac705bb980 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2082977-0746-4258-824c-92ac705bb980.shg-align-container {
  text-align: center
}

.s-c2082977-0746-4258-824c-92ac705bb980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2082977-0746-4258-824c-92ac705bb980.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2082977-0746-4258-824c-92ac705bb980.shogun-image {
    
    
  }


.s-c2082977-0746-4258-824c-92ac705bb980 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2082977-0746-4258-824c-92ac705bb980.shg-align-container {
  text-align: center
}

.s-c2082977-0746-4258-824c-92ac705bb980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2082977-0746-4258-824c-92ac705bb980.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2082977-0746-4258-824c-92ac705bb980.shogun-image {
    
    
  }


.s-c2082977-0746-4258-824c-92ac705bb980 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2082977-0746-4258-824c-92ac705bb980.shg-align-container {
  text-align: center
}

.s-c2082977-0746-4258-824c-92ac705bb980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2082977-0746-4258-824c-92ac705bb980.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2082977-0746-4258-824c-92ac705bb980.shogun-image {
    
    
  }


.s-c2082977-0746-4258-824c-92ac705bb980 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2082977-0746-4258-824c-92ac705bb980.shg-align-container {
  text-align: center
}

.s-c2082977-0746-4258-824c-92ac705bb980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2082977-0746-4258-824c-92ac705bb980.shogun-image {
  box-sizing: border-box;
}


}
#s-8389625e-40e3-436c-b418-36f37813d6c7 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50%;
}

#s-8389625e-40e3-436c-b418-36f37813d6c7 {
  background-image: url();
}








#s-8389625e-40e3-436c-b418-36f37813d6c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8389625e-40e3-436c-b418-36f37813d6c7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-19eceac8-078a-4696-a036-09bdfe25b5b0 {
  padding-bottom: 10px;
}

#s-20b5fd59-a07b-4939-be7c-b5c00994a465 {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-20b5fd59-a07b-4939-be7c-b5c00994a465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20b5fd59-a07b-4939-be7c-b5c00994a465.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f101d84f-3f71-486a-a08b-7c9d5fd9a681 {
  min-height: 50px;
text-align: center;
}







  img.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image {
    
    
  }


.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681 .shogun-image-content {
  
    align-items: center;
  
}

.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shg-align-container {
  text-align: center
}

.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image {
    
    
  }


.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681 .shogun-image-content {
  
    align-items: center;
  
}

.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shg-align-container {
  text-align: center
}

.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image {
    
    
  }


.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681 .shogun-image-content {
  
    align-items: center;
  
}

.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shg-align-container {
  text-align: center
}

.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image {
    
    
  }


.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681 .shogun-image-content {
  
    align-items: center;
  
}

.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shg-align-container {
  text-align: center
}

.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image {
    
    
  }


.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681 .shogun-image-content {
  
    align-items: center;
  
}

.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shg-align-container {
  text-align: center
}

.s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f101d84f-3f71-486a-a08b-7c9d5fd9a681.shogun-image {
  box-sizing: border-box;
}


}
#s-5f0a1a84-efbd-4067-ab02-e75399b6d03b {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
}

#s-5f0a1a84-efbd-4067-ab02-e75399b6d03b {
  background-image: url();
}








#s-5f0a1a84-efbd-4067-ab02-e75399b6d03b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f0a1a84-efbd-4067-ab02-e75399b6d03b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c540540d-3b2b-4a76-afe5-66579e7c01ea {
  padding-bottom: 10px;
}

#s-614d40b8-1c2f-4079-b3a1-8e926a9677cb {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-614d40b8-1c2f-4079-b3a1-8e926a9677cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-614d40b8-1c2f-4079-b3a1-8e926a9677cb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c85c9901-5864-4704-87ee-008e70aa113e {
  min-height: 50px;
text-align: center;
}







  img.s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image {
    
    
  }


.s-c85c9901-5864-4704-87ee-008e70aa113e .shogun-image-content {
  
    align-items: center;
  
}

.s-c85c9901-5864-4704-87ee-008e70aa113e.shg-align-container {
  text-align: center
}

.s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image {
    
    
  }


.s-c85c9901-5864-4704-87ee-008e70aa113e .shogun-image-content {
  
    align-items: center;
  
}

.s-c85c9901-5864-4704-87ee-008e70aa113e.shg-align-container {
  text-align: center
}

.s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image {
    
    
  }


.s-c85c9901-5864-4704-87ee-008e70aa113e .shogun-image-content {
  
    align-items: center;
  
}

.s-c85c9901-5864-4704-87ee-008e70aa113e.shg-align-container {
  text-align: center
}

.s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image {
    
    
  }


.s-c85c9901-5864-4704-87ee-008e70aa113e .shogun-image-content {
  
    align-items: center;
  
}

.s-c85c9901-5864-4704-87ee-008e70aa113e.shg-align-container {
  text-align: center
}

.s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image {
    
    
  }


.s-c85c9901-5864-4704-87ee-008e70aa113e .shogun-image-content {
  
    align-items: center;
  
}

.s-c85c9901-5864-4704-87ee-008e70aa113e.shg-align-container {
  text-align: center
}

.s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c85c9901-5864-4704-87ee-008e70aa113e.shogun-image {
  box-sizing: border-box;
}


}
#s-ab598a48-6853-466c-8551-3bfaa64ea058 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
}

#s-ab598a48-6853-466c-8551-3bfaa64ea058 {
  background-image: url();
}








#s-ab598a48-6853-466c-8551-3bfaa64ea058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab598a48-6853-466c-8551-3bfaa64ea058.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-831cbacc-6492-4298-b0c2-8fd6f9450407 {
  padding-bottom: 10px;
}

#s-7ab91dbf-c1a4-4cdf-9614-976e2401159d {
  border-style: solid;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}








#s-7ab91dbf-c1a4-4cdf-9614-976e2401159d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ab91dbf-c1a4-4cdf-9614-976e2401159d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b825ee6d-4b2c-434f-a7aa-1a9962555005 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
text-align: left;
}

#s-b825ee6d-4b2c-434f-a7aa-1a9962555005 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "ASRV-Standard";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-ab3fd837-fdb1-4107-aaa3-d57568ce05db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ab3fd837-fdb1-4107-aaa3-d57568ce05db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ab3fd837-fdb1-4107-aaa3-d57568ce05db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ab3fd837-fdb1-4107-aaa3-d57568ce05db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-fc66f8f5-d46f-4db0-8d72-b37c4c52e6bf {
  min-height: 50px;
}








#s-fc66f8f5-d46f-4db0-8d72-b37c4c52e6bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc66f8f5-d46f-4db0-8d72-b37c4c52e6bf {
  cursor: pointer;
}#s-fc66f8f5-d46f-4db0-8d72-b37c4c52e6bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4677d6d-5853-4e51-9032-ffb17ee3806e {
  text-align: center;
}







  img.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image {
    
    
  }


.s-a4677d6d-5853-4e51-9032-ffb17ee3806e .shogun-image-content {
  
    align-items: center;
  
}

.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shg-align-container {
  text-align: center
}

.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image {
    
    
  }


.s-a4677d6d-5853-4e51-9032-ffb17ee3806e .shogun-image-content {
  
    align-items: center;
  
}

.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shg-align-container {
  text-align: center
}

.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image {
    
    
  }


.s-a4677d6d-5853-4e51-9032-ffb17ee3806e .shogun-image-content {
  
    align-items: center;
  
}

.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shg-align-container {
  text-align: center
}

.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image {
    
    
  }


.s-a4677d6d-5853-4e51-9032-ffb17ee3806e .shogun-image-content {
  
    align-items: center;
  
}

.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shg-align-container {
  text-align: center
}

.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image {
    
    
  }


.s-a4677d6d-5853-4e51-9032-ffb17ee3806e .shogun-image-content {
  
    align-items: center;
  
}

.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shg-align-container {
  text-align: center
}

.s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4677d6d-5853-4e51-9032-ffb17ee3806e.shogun-image {
  box-sizing: border-box;
}


}
#s-27666c47-c4a5-4746-85ce-7aa829d2875f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-095b7279-37b0-4a65-a7d7-ec648a3490f5 {
  min-height: 50px;
}








#s-095b7279-37b0-4a65-a7d7-ec648a3490f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-095b7279-37b0-4a65-a7d7-ec648a3490f5 {
  cursor: pointer;
}#s-095b7279-37b0-4a65-a7d7-ec648a3490f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b3207f3-9513-402f-b366-cff0498ceea5 {
  text-align: center;
}







  img.s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image {
    
    
  }


.s-9b3207f3-9513-402f-b366-cff0498ceea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b3207f3-9513-402f-b366-cff0498ceea5.shg-align-container {
  text-align: center
}

.s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image {
    
    
  }


.s-9b3207f3-9513-402f-b366-cff0498ceea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b3207f3-9513-402f-b366-cff0498ceea5.shg-align-container {
  text-align: center
}

.s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image {
    
    
  }


.s-9b3207f3-9513-402f-b366-cff0498ceea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b3207f3-9513-402f-b366-cff0498ceea5.shg-align-container {
  text-align: center
}

.s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image {
    
    
  }


.s-9b3207f3-9513-402f-b366-cff0498ceea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b3207f3-9513-402f-b366-cff0498ceea5.shg-align-container {
  text-align: center
}

.s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image {
    
    
  }


.s-9b3207f3-9513-402f-b366-cff0498ceea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b3207f3-9513-402f-b366-cff0498ceea5.shg-align-container {
  text-align: center
}

.s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b3207f3-9513-402f-b366-cff0498ceea5.shogun-image {
  box-sizing: border-box;
}


}
#s-3d359fee-ccb0-407e-a6c6-d166cad091f7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-f4195b52-5d41-4557-b48b-10f29f618a7e {
  min-height: 50px;
}








#s-f4195b52-5d41-4557-b48b-10f29f618a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4195b52-5d41-4557-b48b-10f29f618a7e {
  cursor: pointer;
}#s-f4195b52-5d41-4557-b48b-10f29f618a7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6 {
  text-align: center;
}







  img.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image {
    
    
  }


.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shg-align-container {
  text-align: center
}

.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image {
    
    
  }


.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shg-align-container {
  text-align: center
}

.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image {
    
    
  }


.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shg-align-container {
  text-align: center
}

.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image {
    
    
  }


.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shg-align-container {
  text-align: center
}

.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image {
    
    
  }


.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shg-align-container {
  text-align: center
}

.s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86c314af-4f45-4d71-86f2-fbe8a6f94fc6.shogun-image {
  box-sizing: border-box;
}


}
#s-6c5a1cce-ea64-4ec4-bfd6-3019c7d44ed1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-36cc2240-6a4f-4d74-aa01-54c918c18fa2 {
  min-height: 50px;
}








#s-36cc2240-6a4f-4d74-aa01-54c918c18fa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36cc2240-6a4f-4d74-aa01-54c918c18fa2 {
  cursor: pointer;
}#s-36cc2240-6a4f-4d74-aa01-54c918c18fa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef7120f5-884c-4b8d-9106-04c7d2f4a279 {
  text-align: center;
}







  img.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image {
    
    
  }


.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shg-align-container {
  text-align: center
}

.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image {
    
    
  }


.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shg-align-container {
  text-align: center
}

.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image {
    
    
  }


.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shg-align-container {
  text-align: center
}

.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image {
    
    
  }


.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shg-align-container {
  text-align: center
}

.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image {
    
    
  }


.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shg-align-container {
  text-align: center
}

.s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef7120f5-884c-4b8d-9106-04c7d2f4a279.shogun-image {
  box-sizing: border-box;
}


}
#s-4078cceb-9f92-42f7-9ffc-558aa7696cee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-7a2beeef-f513-4cbd-b3ca-8b0d8b0220ae {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7a2beeef-f513-4cbd-b3ca-8b0d8b0220ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a2beeef-f513-4cbd-b3ca-8b0d8b0220ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a2beeef-f513-4cbd-b3ca-8b0d8b0220ae-root {
    text-align: center;
  }


#s-7a2beeef-f513-4cbd-b3ca-8b0d8b0220ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a2beeef-f513-4cbd-b3ca-8b0d8b0220ae-root {
    text-align: center;
  }


#s-7a2beeef-f513-4cbd-b3ca-8b0d8b0220ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a2beeef-f513-4cbd-b3ca-8b0d8b0220ae-root {
    text-align: center;
  }


#s-7a2beeef-f513-4cbd-b3ca-8b0d8b0220ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a2beeef-f513-4cbd-b3ca-8b0d8b0220ae-root {
    text-align: center;
  }


#s-7a2beeef-f513-4cbd-b3ca-8b0d8b0220ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a2beeef-f513-4cbd-b3ca-8b0d8b0220ae-root {
    text-align: center;
  }


#s-7a2beeef-f513-4cbd-b3ca-8b0d8b0220ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-0318d7d0-dfa5-48d1-80bf-ad0a7c663163 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(247, 247, 247, 1);
border-style: solid;
min-height: 100px;
background-attachment: scroll;
}








#s-0318d7d0-dfa5-48d1-80bf-ad0a7c663163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0318d7d0-dfa5-48d1-80bf-ad0a7c663163.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-369b93d5-86b9-4b62-95dd-8d44857ad127 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(247, 247, 247, 1);
border-style: solid;
min-height: 100%;
max-width: 1400px;
background-attachment: scroll;
}








#s-369b93d5-86b9-4b62-95dd-8d44857ad127 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-369b93d5-86b9-4b62-95dd-8d44857ad127.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-246a43d4-8fb7-4316-8bef-331602e49298 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 100px;
}








#s-246a43d4-8fb7-4316-8bef-331602e49298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-246a43d4-8fb7-4316-8bef-331602e49298.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab2afdfb-c536-4517-9257-5b74455c7181 {
  margin-top: 12px;
margin-bottom: 0px;
}

#s-76285fd1-bc2b-4cc7-9fb9-8d6de0662d56 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e729ed11-86e3-4f0a-b525-7b9fab091207"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e729ed11-86e3-4f0a-b525-7b9fab091207"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e729ed11-86e3-4f0a-b525-7b9fab091207"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e729ed11-86e3-4f0a-b525-7b9fab091207"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-29625b62-9e10-4370-8c2b-d8888cdc5b43 {
  background-size: cover;
min-height: 100%;
background-position: center center;
}








#s-29625b62-9e10-4370-8c2b-d8888cdc5b43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29625b62-9e10-4370-8c2b-d8888cdc5b43.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c8c4ad00-d4ce-45ad-ba0c-74ab84df515f {
  text-align: left;
}
@media (max-width: 767px){#s-c8c4ad00-d4ce-45ad-ba0c-74ab84df515f {
  margin-bottom: 10px;
}
}
#s-68e5a7a0-9b52-44d3-95bf-9c252aeed63d {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-68e5a7a0-9b52-44d3-95bf-9c252aeed63d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68e5a7a0-9b52-44d3-95bf-9c252aeed63d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bee87bbc-9280-41d7-a42a-34c7e23daaed {
  min-height: 50px;
text-align: center;
}







  img.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image {
    
    
  }


.s-bee87bbc-9280-41d7-a42a-34c7e23daaed .shogun-image-content {
  
    align-items: center;
  
}

.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shg-align-container {
  text-align: center
}

.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image {
    
    
  }


.s-bee87bbc-9280-41d7-a42a-34c7e23daaed .shogun-image-content {
  
    align-items: center;
  
}

.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shg-align-container {
  text-align: center
}

.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image {
    
    
  }


.s-bee87bbc-9280-41d7-a42a-34c7e23daaed .shogun-image-content {
  
    align-items: center;
  
}

.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shg-align-container {
  text-align: center
}

.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image {
    
    
  }


.s-bee87bbc-9280-41d7-a42a-34c7e23daaed .shogun-image-content {
  
    align-items: center;
  
}

.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shg-align-container {
  text-align: center
}

.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image {
    
    
  }


.s-bee87bbc-9280-41d7-a42a-34c7e23daaed .shogun-image-content {
  
    align-items: center;
  
}

.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shg-align-container {
  text-align: center
}

.s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee87bbc-9280-41d7-a42a-34c7e23daaed.shogun-image {
  box-sizing: border-box;
}


}
#s-9b1904b6-a08f-4ded-a1af-6324e2117841 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50%;
}

#s-9b1904b6-a08f-4ded-a1af-6324e2117841 {
  background-image: url();
}








#s-9b1904b6-a08f-4ded-a1af-6324e2117841 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b1904b6-a08f-4ded-a1af-6324e2117841.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-05f1bd07-af89-4655-9053-5f7dc250fe5c {
  padding-bottom: 10px;
}

#s-50379525-0c73-46f6-8612-38a31e2ad2ac {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-50379525-0c73-46f6-8612-38a31e2ad2ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50379525-0c73-46f6-8612-38a31e2ad2ac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-675a2c30-a215-4c9e-9df6-1a56a11a72d7 {
  min-height: 50px;
text-align: center;
}







  img.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image {
    
    
  }


.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shg-align-container {
  text-align: center
}

.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image {
    
    
  }


.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shg-align-container {
  text-align: center
}

.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image {
    
    
  }


.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shg-align-container {
  text-align: center
}

.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image {
    
    
  }


.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shg-align-container {
  text-align: center
}

.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image {
    
    
  }


.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shg-align-container {
  text-align: center
}

.s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-675a2c30-a215-4c9e-9df6-1a56a11a72d7.shogun-image {
  box-sizing: border-box;
}


}
#s-14febf38-602b-490b-8805-88bd00aa092c {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
}

#s-14febf38-602b-490b-8805-88bd00aa092c {
  background-image: url();
}








#s-14febf38-602b-490b-8805-88bd00aa092c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14febf38-602b-490b-8805-88bd00aa092c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f0c36e71-4be9-44f2-8f0c-db2fa237229d {
  padding-bottom: 10px;
}

#s-7e135ae9-6350-4464-8ff5-3a63ae558e92 {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-7e135ae9-6350-4464-8ff5-3a63ae558e92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e135ae9-6350-4464-8ff5-3a63ae558e92.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1c3720c5-a75b-4df0-92fd-340c63d3e07a {
  min-height: 50px;
text-align: center;
}







  img.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image {
    
    
  }


.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a .shogun-image-content {
  
    align-items: center;
  
}

.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shg-align-container {
  text-align: center
}

.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image {
    
    
  }


.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a .shogun-image-content {
  
    align-items: center;
  
}

.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shg-align-container {
  text-align: center
}

.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image {
    
    
  }


.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a .shogun-image-content {
  
    align-items: center;
  
}

.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shg-align-container {
  text-align: center
}

.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image {
    
    
  }


.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a .shogun-image-content {
  
    align-items: center;
  
}

.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shg-align-container {
  text-align: center
}

.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image {
    
    
  }


.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a .shogun-image-content {
  
    align-items: center;
  
}

.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shg-align-container {
  text-align: center
}

.s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3720c5-a75b-4df0-92fd-340c63d3e07a.shogun-image {
  box-sizing: border-box;
}


}
#s-d8ebe072-7998-4c42-8132-47ea268a6514 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
}

#s-d8ebe072-7998-4c42-8132-47ea268a6514 {
  background-image: url();
}








#s-d8ebe072-7998-4c42-8132-47ea268a6514 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8ebe072-7998-4c42-8132-47ea268a6514.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f64b78c3-10f8-4cab-b731-5f97d2b3fe01 {
  padding-bottom: 10px;
}

#s-9ab829b2-7cec-49cb-b25f-e5bede466587 {
  border-style: solid;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}








#s-9ab829b2-7cec-49cb-b25f-e5bede466587 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ab829b2-7cec-49cb-b25f-e5bede466587.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-654ded93-8bd0-4f55-ac0a-659413210654 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
text-align: left;
}

#s-654ded93-8bd0-4f55-ac0a-659413210654 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "ASRV-Standard";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-355bd95b-6181-452e-a297-735071764f8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-355bd95b-6181-452e-a297-735071764f8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-355bd95b-6181-452e-a297-735071764f8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-355bd95b-6181-452e-a297-735071764f8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-55036387-2d14-4aa4-b255-f8efa72343c8 {
  min-height: 50px;
}








#s-55036387-2d14-4aa4-b255-f8efa72343c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55036387-2d14-4aa4-b255-f8efa72343c8 {
  cursor: pointer;
}#s-55036387-2d14-4aa4-b255-f8efa72343c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a920f64c-0ca9-4c84-8728-363b1948f1fd {
  text-align: center;
}







  img.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image {
    
    
  }


.s-a920f64c-0ca9-4c84-8728-363b1948f1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shg-align-container {
  text-align: center
}

.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image {
    
    
  }


.s-a920f64c-0ca9-4c84-8728-363b1948f1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shg-align-container {
  text-align: center
}

.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image {
    
    
  }


.s-a920f64c-0ca9-4c84-8728-363b1948f1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shg-align-container {
  text-align: center
}

.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image {
    
    
  }


.s-a920f64c-0ca9-4c84-8728-363b1948f1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shg-align-container {
  text-align: center
}

.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image {
    
    
  }


.s-a920f64c-0ca9-4c84-8728-363b1948f1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shg-align-container {
  text-align: center
}

.s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a920f64c-0ca9-4c84-8728-363b1948f1fd.shogun-image {
  box-sizing: border-box;
}


}
#s-cfdb8f84-b9ce-445a-ae1c-440b721948e9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-b6f6030a-36c6-4591-a4f5-b2cb74fbb7b4 {
  min-height: 50px;
}








#s-b6f6030a-36c6-4591-a4f5-b2cb74fbb7b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6f6030a-36c6-4591-a4f5-b2cb74fbb7b4 {
  cursor: pointer;
}#s-b6f6030a-36c6-4591-a4f5-b2cb74fbb7b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37fd7429-d80b-47a7-9636-88ab89cb3f86 {
  text-align: center;
}







  img.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image {
    
    
  }


.s-37fd7429-d80b-47a7-9636-88ab89cb3f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shg-align-container {
  text-align: center
}

.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image {
    
    
  }


.s-37fd7429-d80b-47a7-9636-88ab89cb3f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shg-align-container {
  text-align: center
}

.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image {
  box-sizing: border-box;
}


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





  img.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image {
    
    
  }


.s-37fd7429-d80b-47a7-9636-88ab89cb3f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shg-align-container {
  text-align: center
}

.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image {
  box-sizing: border-box;
}


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





  img.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image {
    
    
  }


.s-37fd7429-d80b-47a7-9636-88ab89cb3f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shg-align-container {
  text-align: center
}

.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image {
  box-sizing: border-box;
}


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





  img.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image {
    
    
  }


.s-37fd7429-d80b-47a7-9636-88ab89cb3f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shg-align-container {
  text-align: center
}

.s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37fd7429-d80b-47a7-9636-88ab89cb3f86.shogun-image {
  box-sizing: border-box;
}


}
#s-27c45178-d889-482e-8ad0-6d6a32771f5f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-676f05d6-e28f-41c8-87b0-636fe81af90d {
  min-height: 50px;
}








#s-676f05d6-e28f-41c8-87b0-636fe81af90d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-676f05d6-e28f-41c8-87b0-636fe81af90d {
  cursor: pointer;
}#s-676f05d6-e28f-41c8-87b0-636fe81af90d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15d86d17-2183-4501-97f3-e79a69e14882 {
  text-align: center;
}







  img.s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image {
    
    
  }


.s-15d86d17-2183-4501-97f3-e79a69e14882 .shogun-image-content {
  
    align-items: center;
  
}

.s-15d86d17-2183-4501-97f3-e79a69e14882.shg-align-container {
  text-align: center
}

.s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image {
    
    
  }


.s-15d86d17-2183-4501-97f3-e79a69e14882 .shogun-image-content {
  
    align-items: center;
  
}

.s-15d86d17-2183-4501-97f3-e79a69e14882.shg-align-container {
  text-align: center
}

.s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image {
  box-sizing: border-box;
}


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





  img.s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image {
    
    
  }


.s-15d86d17-2183-4501-97f3-e79a69e14882 .shogun-image-content {
  
    align-items: center;
  
}

.s-15d86d17-2183-4501-97f3-e79a69e14882.shg-align-container {
  text-align: center
}

.s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image {
  box-sizing: border-box;
}


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





  img.s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image {
    
    
  }


.s-15d86d17-2183-4501-97f3-e79a69e14882 .shogun-image-content {
  
    align-items: center;
  
}

.s-15d86d17-2183-4501-97f3-e79a69e14882.shg-align-container {
  text-align: center
}

.s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image {
  box-sizing: border-box;
}


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





  img.s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image {
    
    
  }


.s-15d86d17-2183-4501-97f3-e79a69e14882 .shogun-image-content {
  
    align-items: center;
  
}

.s-15d86d17-2183-4501-97f3-e79a69e14882.shg-align-container {
  text-align: center
}

.s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15d86d17-2183-4501-97f3-e79a69e14882.shogun-image {
  box-sizing: border-box;
}


}
#s-43f9e5bb-c331-4531-be3a-b70cb9194867 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-daf1ce3e-e777-4cd3-a1bf-e8ee6bf5921c {
  min-height: 50px;
}








#s-daf1ce3e-e777-4cd3-a1bf-e8ee6bf5921c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daf1ce3e-e777-4cd3-a1bf-e8ee6bf5921c {
  cursor: pointer;
}#s-daf1ce3e-e777-4cd3-a1bf-e8ee6bf5921c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8de489b-7f06-4a66-a9ca-2171240dd300 {
  text-align: center;
}







  img.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image {
    
    
  }


.s-f8de489b-7f06-4a66-a9ca-2171240dd300 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shg-align-container {
  text-align: center
}

.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image {
    
    
  }


.s-f8de489b-7f06-4a66-a9ca-2171240dd300 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shg-align-container {
  text-align: center
}

.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image {
    
    
  }


.s-f8de489b-7f06-4a66-a9ca-2171240dd300 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shg-align-container {
  text-align: center
}

.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image {
    
    
  }


.s-f8de489b-7f06-4a66-a9ca-2171240dd300 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shg-align-container {
  text-align: center
}

.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image {
    
    
  }


.s-f8de489b-7f06-4a66-a9ca-2171240dd300 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shg-align-container {
  text-align: center
}

.s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8de489b-7f06-4a66-a9ca-2171240dd300.shogun-image {
  box-sizing: border-box;
}


}
#s-8fcd1894-53f9-4e9f-ae6c-f5ca680b9ccc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-fe2cbe63-5a70-4941-beb5-533193ebba55 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fe2cbe63-5a70-4941-beb5-533193ebba55:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe2cbe63-5a70-4941-beb5-533193ebba55:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe2cbe63-5a70-4941-beb5-533193ebba55-root {
    text-align: center;
  }


#s-fe2cbe63-5a70-4941-beb5-533193ebba55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fe2cbe63-5a70-4941-beb5-533193ebba55-root {
    text-align: center;
  }


#s-fe2cbe63-5a70-4941-beb5-533193ebba55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe2cbe63-5a70-4941-beb5-533193ebba55-root {
    text-align: center;
  }


#s-fe2cbe63-5a70-4941-beb5-533193ebba55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe2cbe63-5a70-4941-beb5-533193ebba55-root {
    text-align: center;
  }


#s-fe2cbe63-5a70-4941-beb5-533193ebba55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe2cbe63-5a70-4941-beb5-533193ebba55-root {
    text-align: center;
  }


#s-fe2cbe63-5a70-4941-beb5-533193ebba55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
/*
  $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}