.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-0e7986d1-9761-43ea-8df0-a9fa5659ca55 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -70px;
margin-bottom: 0px;
min-height: 300px;
background-position: center top;
background-attachment: scroll;
}
@media (max-width: 767px){#s-0e7986d1-9761-43ea-8df0-a9fa5659ca55 {
  display: none;
}
#s-0e7986d1-9761-43ea-8df0-a9fa5659ca55, #wrap-s-0e7986d1-9761-43ea-8df0-a9fa5659ca55, #wrap-content-s-0e7986d1-9761-43ea-8df0-a9fa5659ca55 { display: none !important; }}
#s-0e7986d1-9761-43ea-8df0-a9fa5659ca55 {
  background-image: url(https://i.shgcdn.com/647f5531-357d-4785-b8f5-5812f787a480/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0e7986d1-9761-43ea-8df0-a9fa5659ca55 > .shg-box-overlay {
  background-color: rgba(127, 127, 127, 1);
  opacity: 0.28;
  display: block;
}#s-0e7986d1-9761-43ea-8df0-a9fa5659ca55.shg-box.shg-c {
  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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-139138cf-207d-4f62-8691-a5df39d2309f {
  margin-left: auto;
margin-right: auto;
}

#s-056098e3-0820-4786-8f61-1034b2bf7e3a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -77px;
margin-bottom: 0px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-056098e3-0820-4786-8f61-1034b2bf7e3a {
  display: none;
}
#s-056098e3-0820-4786-8f61-1034b2bf7e3a, #wrap-s-056098e3-0820-4786-8f61-1034b2bf7e3a, #wrap-content-s-056098e3-0820-4786-8f61-1034b2bf7e3a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-056098e3-0820-4786-8f61-1034b2bf7e3a {
  display: none;
}
#s-056098e3-0820-4786-8f61-1034b2bf7e3a, #wrap-s-056098e3-0820-4786-8f61-1034b2bf7e3a, #wrap-content-s-056098e3-0820-4786-8f61-1034b2bf7e3a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-056098e3-0820-4786-8f61-1034b2bf7e3a {
  display: none;
}
#s-056098e3-0820-4786-8f61-1034b2bf7e3a, #wrap-s-056098e3-0820-4786-8f61-1034b2bf7e3a, #wrap-content-s-056098e3-0820-4786-8f61-1034b2bf7e3a { display: none !important; }}@media (max-width: 767px){#s-056098e3-0820-4786-8f61-1034b2bf7e3a {
  
}
}
#s-056098e3-0820-4786-8f61-1034b2bf7e3a {
  background-image: url(https://i.shgcdn.com/f43309ca-76d1-4374-bba7-dcfea3263185/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-056098e3-0820-4786-8f61-1034b2bf7e3a > .shg-box-overlay {
  background-color: rgba(127, 127, 127, 1);
  opacity: 0.28;
  display: block;
}#s-056098e3-0820-4786-8f61-1034b2bf7e3a.shg-box.shg-c {
  justify-content: center;
}

#s-20b01f5a-6a9d-4ff9-96ff-2663b6f33dee {
  margin-left: auto;
margin-right: auto;
}

#s-d554f8f2-eec5-4d08-9664-b53c80a71340 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-d554f8f2-eec5-4d08-9664-b53c80a71340 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d554f8f2-eec5-4d08-9664-b53c80a71340.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-c8c0f909-b757-4396-a229-a77d85e1f234 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
max-width: 1000px;
}

#s-c8c0f909-b757-4396-a229-a77d85e1f234 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c8c0f909-b757-4396-a229-a77d85e1f234 .shg-sld-nav-button.shg-sld-left,
#s-c8c0f909-b757-4396-a229-a77d85e1f234 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-3a4856e2-b115-42da-8a4c-bbd914eb08f8 {
  box-shadow:1px 1px 10px 0px rgba(165, 165, 165, 1);
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3a4856e2-b115-42da-8a4c-bbd914eb08f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a4856e2-b115-42da-8a4c-bbd914eb08f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a4856e2-b115-42da-8a4c-bbd914eb08f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a4856e2-b115-42da-8a4c-bbd914eb08f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5f8d0b54-755c-46e3-8e7c-bba93a983d23 {
  padding-top: 21px;
text-align: center;
}

#s-5f8d0b54-755c-46e3-8e7c-bba93a983d23 {
  overflow: hidden;
  
  
}







  #s-5f8d0b54-755c-46e3-8e7c-bba93a983d23 img.shogun-image {
    

    
    
    
  }


#s-5f8d0b54-755c-46e3-8e7c-bba93a983d23 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f6c2814b-ccc1-401c-955a-f4df84bf2308 {
  min-height: 50px;
}








#s-f6c2814b-ccc1-401c-955a-f4df84bf2308 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6c2814b-ccc1-401c-955a-f4df84bf2308.shg-box.shg-c {
  justify-content: center;
}

#s-a110cf0a-5231-4693-acb7-33e87a8e5fcc {
  padding-top: 60px;
padding-bottom: 7px;
text-align: left;
}

#s-a110cf0a-5231-4693-acb7-33e87a8e5fcc {
  overflow: hidden;
  
  
}







  #s-a110cf0a-5231-4693-acb7-33e87a8e5fcc img.shogun-image {
    

    
    
    
  }


#s-a110cf0a-5231-4693-acb7-33e87a8e5fcc .shogun-image-content {
  
    justify-content: center;
  
}

#s-b01d9e67-40bb-4982-b2c7-add58ee96826 {
  min-height: 50px;
}








#s-b01d9e67-40bb-4982-b2c7-add58ee96826 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b01d9e67-40bb-4982-b2c7-add58ee96826.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  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-75206aeb-eb37-4bfc-b002-b8538cb2a979 {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 3px;
text-align: left;
}

#s-75206aeb-eb37-4bfc-b002-b8538cb2a979 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-75206aeb-eb37-4bfc-b002-b8538cb2a979 .shogun-heading-component h1 a {
  color: #000;
}


#s-300fde77-3397-472c-955b-2da4d041556a {
  box-shadow:1px 1px 10px 0px rgba(165, 165, 165, 1);
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-300fde77-3397-472c-955b-2da4d041556a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-300fde77-3397-472c-955b-2da4d041556a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-300fde77-3397-472c-955b-2da4d041556a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-300fde77-3397-472c-955b-2da4d041556a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-846724f5-6cd0-4c11-985c-da2cb43fceef {
  text-align: center;
}

#s-846724f5-6cd0-4c11-985c-da2cb43fceef {
  overflow: hidden;
  
  
}







  #s-846724f5-6cd0-4c11-985c-da2cb43fceef img.shogun-image {
    

    
    
    
  }


#s-846724f5-6cd0-4c11-985c-da2cb43fceef .shogun-image-content {
  
    justify-content: center;
  
}

#s-bbdc2ea8-548d-4ae2-a3c1-556b8bf2a952 {
  min-height: 50px;
}








#s-bbdc2ea8-548d-4ae2-a3c1-556b8bf2a952 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbdc2ea8-548d-4ae2-a3c1-556b8bf2a952.shg-box.shg-c {
  justify-content: center;
}

#s-223f2fd2-9cbc-45eb-b864-d122aa53b07e {
  padding-top: 60px;
padding-bottom: 7px;
text-align: left;
}

#s-223f2fd2-9cbc-45eb-b864-d122aa53b07e {
  overflow: hidden;
  
  
}







  #s-223f2fd2-9cbc-45eb-b864-d122aa53b07e img.shogun-image {
    

    
    
    
  }


#s-223f2fd2-9cbc-45eb-b864-d122aa53b07e .shogun-image-content {
  
    justify-content: center;
  
}

#s-2baba9ab-2db3-484d-8441-51754e25336f {
  min-height: 50px;
}








#s-2baba9ab-2db3-484d-8441-51754e25336f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2baba9ab-2db3-484d-8441-51754e25336f.shg-box.shg-c {
  justify-content: center;
}

#s-7a215b75-2e0f-4758-ae8d-c7d111157884 {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 3px;
text-align: left;
}

#s-7a215b75-2e0f-4758-ae8d-c7d111157884 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-7a215b75-2e0f-4758-ae8d-c7d111157884 .shogun-heading-component h1 a {
  color: #000;
}


#s-4edd2871-ddee-4604-b5e3-0307b63ff937 {
  box-shadow:1px 1px 10px 0px rgba(165, 165, 165, 1);
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4edd2871-ddee-4604-b5e3-0307b63ff937"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4edd2871-ddee-4604-b5e3-0307b63ff937"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4edd2871-ddee-4604-b5e3-0307b63ff937"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4edd2871-ddee-4604-b5e3-0307b63ff937"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0477cd55-26a3-43d5-abfc-c327fea54e06 {
  text-align: center;
}

#s-0477cd55-26a3-43d5-abfc-c327fea54e06 {
  overflow: hidden;
  
  
}







  #s-0477cd55-26a3-43d5-abfc-c327fea54e06 img.shogun-image {
    

    
    
    
  }


#s-0477cd55-26a3-43d5-abfc-c327fea54e06 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e30c9050-2034-48d0-b2cb-dc914e2077e7 {
  min-height: 50px;
}








#s-e30c9050-2034-48d0-b2cb-dc914e2077e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e30c9050-2034-48d0-b2cb-dc914e2077e7.shg-box.shg-c {
  justify-content: center;
}

#s-c53d6a40-6632-4054-824f-65ad0e628ff6 {
  padding-top: 60px;
padding-bottom: 7px;
text-align: left;
}

#s-c53d6a40-6632-4054-824f-65ad0e628ff6 {
  overflow: hidden;
  
  
}







  #s-c53d6a40-6632-4054-824f-65ad0e628ff6 img.shogun-image {
    

    
    
    
  }


#s-c53d6a40-6632-4054-824f-65ad0e628ff6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-90a8b728-7543-4642-bc4e-4b16e4ca984a {
  min-height: 50px;
}








#s-90a8b728-7543-4642-bc4e-4b16e4ca984a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90a8b728-7543-4642-bc4e-4b16e4ca984a.shg-box.shg-c {
  justify-content: center;
}

#s-fcad1c2a-1a45-4008-a60c-0cd41810353f {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 3px;
text-align: left;
}

#s-fcad1c2a-1a45-4008-a60c-0cd41810353f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-fcad1c2a-1a45-4008-a60c-0cd41810353f .shogun-heading-component h1 a {
  color: #000;
}


#s-b68e695f-1310-40e0-8332-5cedc906a1d3 {
  box-shadow:1px 1px 10px 0px rgba(165, 165, 165, 1);
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b68e695f-1310-40e0-8332-5cedc906a1d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b68e695f-1310-40e0-8332-5cedc906a1d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b68e695f-1310-40e0-8332-5cedc906a1d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b68e695f-1310-40e0-8332-5cedc906a1d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a5408a07-0298-49d7-8421-0baf7f4658e5 {
  text-align: center;
}

#s-a5408a07-0298-49d7-8421-0baf7f4658e5 {
  overflow: hidden;
  
  
}







  #s-a5408a07-0298-49d7-8421-0baf7f4658e5 img.shogun-image {
    

    
    
    
  }


#s-a5408a07-0298-49d7-8421-0baf7f4658e5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-eea438f4-0ccb-47a7-91e5-e549fde8c532 {
  padding-top: 60px;
padding-bottom: 7px;
text-align: left;
}

#s-eea438f4-0ccb-47a7-91e5-e549fde8c532 {
  overflow: hidden;
  
  
}







  #s-eea438f4-0ccb-47a7-91e5-e549fde8c532 img.shogun-image {
    

    
    
    
  }


#s-eea438f4-0ccb-47a7-91e5-e549fde8c532 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4872091f-ff95-453a-89d0-734f66444614 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: %;
padding-bottom: 10px;
padding-right: %;
text-align: left;
}

#s-4872091f-ff95-453a-89d0-734f66444614 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-4872091f-ff95-453a-89d0-734f66444614 .shogun-heading-component h1 a {
  color: #000;
}


#s-815c76eb-6efe-45cf-aedb-af728c2477e1 {
  box-shadow:1px 1px 10px 0px rgba(165, 165, 165, 1);
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-815c76eb-6efe-45cf-aedb-af728c2477e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-815c76eb-6efe-45cf-aedb-af728c2477e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-815c76eb-6efe-45cf-aedb-af728c2477e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-815c76eb-6efe-45cf-aedb-af728c2477e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b0cebc54-4cd1-4e3d-9990-7f5f5c19d454 {
  text-align: center;
}

#s-b0cebc54-4cd1-4e3d-9990-7f5f5c19d454 {
  overflow: hidden;
  
  
}







  #s-b0cebc54-4cd1-4e3d-9990-7f5f5c19d454 img.shogun-image {
    

    
    
    
  }


#s-b0cebc54-4cd1-4e3d-9990-7f5f5c19d454 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3e12037d-75bf-41b1-ac6f-1809aa04df3c {
  min-height: 50px;
}








#s-3e12037d-75bf-41b1-ac6f-1809aa04df3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e12037d-75bf-41b1-ac6f-1809aa04df3c.shg-box.shg-c {
  justify-content: center;
}

#s-877ed12e-b2dd-40db-9e2f-5e149a20a2d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-877ed12e-b2dd-40db-9e2f-5e149a20a2d9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-198e8ef3-f560-4040-ac77-833d99dd59ae {
  min-height: 50px;
}








#s-198e8ef3-f560-4040-ac77-833d99dd59ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-198e8ef3-f560-4040-ac77-833d99dd59ae.shg-box.shg-c {
  justify-content: center;
}

#s-fdf924ef-d14f-4ca2-b644-4866811e9a3e {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 3px;
text-align: left;
}

#s-fdf924ef-d14f-4ca2-b644-4866811e9a3e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-fdf924ef-d14f-4ca2-b644-4866811e9a3e .shogun-heading-component h1 a {
  color: #000;
}


#s-cc52c267-21ee-41ab-871f-c84f37c1bb29 {
  padding-left: 15px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-cc52c267-21ee-41ab-871f-c84f37c1bb29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc52c267-21ee-41ab-871f-c84f37c1bb29.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9b21d255-1b6a-4fa4-ae0b-4b0580fe1889 {
  padding-top: 60px;
padding-bottom: 10px;
}

#s-9b21d255-1b6a-4fa4-ae0b-4b0580fe1889 .shogun-icon-wrapper {
  text-align: center;
}


#s-9b21d255-1b6a-4fa4-ae0b-4b0580fe1889 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-74c94b54-4bdc-4509-8626-d650a4f01961 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-a7b7427b-7743-4772-a739-57f0ff26e268 {
  padding-bottom: 60px;
min-height: 50px;
}








#s-a7b7427b-7743-4772-a739-57f0ff26e268 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7b7427b-7743-4772-a739-57f0ff26e268.shg-box.shg-c {
  justify-content: center;
}

#s-ad651362-b123-4d19-b57a-620e7576e6a2 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ad651362-b123-4d19-b57a-620e7576e6a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad651362-b123-4d19-b57a-620e7576e6a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-ad651362-b123-4d19-b57a-620e7576e6a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-ad651362-b123-4d19-b57a-620e7576e6a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-ad651362-b123-4d19-b57a-620e7576e6a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-ad651362-b123-4d19-b57a-620e7576e6a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-ad651362-b123-4d19-b57a-620e7576e6a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-2db46fb3-6066-4cd8-98ee-23d1d6c68211 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 13px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-f627ff02-2897-4e3d-b4ff-75d6bd9081ce {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-fac289f5-8385-4878-b658-4ce4bf88313d {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-fac289f5-8385-4878-b658-4ce4bf88313d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fac289f5-8385-4878-b658-4ce4bf88313d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-fac289f5-8385-4878-b658-4ce4bf88313d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-fac289f5-8385-4878-b658-4ce4bf88313d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-fac289f5-8385-4878-b658-4ce4bf88313d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-fac289f5-8385-4878-b658-4ce4bf88313d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-fac289f5-8385-4878-b658-4ce4bf88313d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-84eda8e9-3444-4d71-98e6-46b527f562b6 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 13px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-4a4c39aa-fcae-4a74-b49d-2a1f298a6f4a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-0f748544-222d-428a-b887-fcc350ede46d {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0f748544-222d-428a-b887-fcc350ede46d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f748544-222d-428a-b887-fcc350ede46d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-0f748544-222d-428a-b887-fcc350ede46d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-0f748544-222d-428a-b887-fcc350ede46d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-0f748544-222d-428a-b887-fcc350ede46d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-0f748544-222d-428a-b887-fcc350ede46d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-0f748544-222d-428a-b887-fcc350ede46d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-7ad6972c-0d3d-46dc-947f-c073c73df4e8 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 13px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-3a529a14-31f1-4316-994e-8fc63f680ca1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-861d470c-d1c4-4d84-8fe8-da552a0a18e7 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-861d470c-d1c4-4d84-8fe8-da552a0a18e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-861d470c-d1c4-4d84-8fe8-da552a0a18e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-861d470c-d1c4-4d84-8fe8-da552a0a18e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-861d470c-d1c4-4d84-8fe8-da552a0a18e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-861d470c-d1c4-4d84-8fe8-da552a0a18e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-861d470c-d1c4-4d84-8fe8-da552a0a18e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-861d470c-d1c4-4d84-8fe8-da552a0a18e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-dd5fe24a-f730-4857-9eaa-bcfe940f0d59 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-379915aa-4213-44d9-9fd8-131592625395 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-92658d8f-234c-44f9-97c3-f29222488113 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-92658d8f-234c-44f9-97c3-f29222488113"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92658d8f-234c-44f9-97c3-f29222488113"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-92658d8f-234c-44f9-97c3-f29222488113"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-92658d8f-234c-44f9-97c3-f29222488113"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-92658d8f-234c-44f9-97c3-f29222488113"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-92658d8f-234c-44f9-97c3-f29222488113"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-92658d8f-234c-44f9-97c3-f29222488113"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-0151e193-4c12-4e3d-b238-a99b076e0ad0 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-cef9ba26-6558-4f22-839c-a9962c71c02e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-587bcab9-a7a7-49fb-97f4-8e0dd7d59cb2 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-587bcab9-a7a7-49fb-97f4-8e0dd7d59cb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-587bcab9-a7a7-49fb-97f4-8e0dd7d59cb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-587bcab9-a7a7-49fb-97f4-8e0dd7d59cb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-587bcab9-a7a7-49fb-97f4-8e0dd7d59cb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-587bcab9-a7a7-49fb-97f4-8e0dd7d59cb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-587bcab9-a7a7-49fb-97f4-8e0dd7d59cb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-587bcab9-a7a7-49fb-97f4-8e0dd7d59cb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-24eb1633-c013-4bee-8087-e9ea32165584 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-c243d97c-b104-44f8-8573-9645e0f72a52 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-7ee08e59-bba2-4ff6-84b1-dc1d4b0544bc {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7ee08e59-bba2-4ff6-84b1-dc1d4b0544bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ee08e59-bba2-4ff6-84b1-dc1d4b0544bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-7ee08e59-bba2-4ff6-84b1-dc1d4b0544bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-7ee08e59-bba2-4ff6-84b1-dc1d4b0544bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-7ee08e59-bba2-4ff6-84b1-dc1d4b0544bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-7ee08e59-bba2-4ff6-84b1-dc1d4b0544bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-7ee08e59-bba2-4ff6-84b1-dc1d4b0544bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-e60ebf4a-3f99-48f2-b884-60331cb76813 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-8ad2aafd-67ae-4527-b900-23014f033f6b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-72defb8d-61cb-44fd-bdc4-676f0f58d4f0 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-72defb8d-61cb-44fd-bdc4-676f0f58d4f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72defb8d-61cb-44fd-bdc4-676f0f58d4f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-72defb8d-61cb-44fd-bdc4-676f0f58d4f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-72defb8d-61cb-44fd-bdc4-676f0f58d4f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-72defb8d-61cb-44fd-bdc4-676f0f58d4f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-72defb8d-61cb-44fd-bdc4-676f0f58d4f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-72defb8d-61cb-44fd-bdc4-676f0f58d4f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-b29dcf31-3c7f-485d-b0a5-99aa15e03fb8 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-cad254b2-55f1-497a-8cec-376088fd7a73 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-3a528e16-89cb-4389-9e56-4ca1c05844ed {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3a528e16-89cb-4389-9e56-4ca1c05844ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a528e16-89cb-4389-9e56-4ca1c05844ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-3a528e16-89cb-4389-9e56-4ca1c05844ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-3a528e16-89cb-4389-9e56-4ca1c05844ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-3a528e16-89cb-4389-9e56-4ca1c05844ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-3a528e16-89cb-4389-9e56-4ca1c05844ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-3a528e16-89cb-4389-9e56-4ca1c05844ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-5da1296e-c256-46cd-9564-7a5dd5eb6b46 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-59c7bc7f-4d50-4982-b358-a6ecbcbc20f4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-5be2d3c4-f38c-443c-b9d9-1bdbc234e6b8 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5be2d3c4-f38c-443c-b9d9-1bdbc234e6b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5be2d3c4-f38c-443c-b9d9-1bdbc234e6b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-5be2d3c4-f38c-443c-b9d9-1bdbc234e6b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-5be2d3c4-f38c-443c-b9d9-1bdbc234e6b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-5be2d3c4-f38c-443c-b9d9-1bdbc234e6b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-5be2d3c4-f38c-443c-b9d9-1bdbc234e6b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-5be2d3c4-f38c-443c-b9d9-1bdbc234e6b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-2cf621db-3596-4003-90b8-ca2de5da8b45 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-559374a8-8c8e-4dc5-acde-bd3d262c3c15 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-b79c156c-0ca7-4196-b039-43e9bc1fa16a {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b79c156c-0ca7-4196-b039-43e9bc1fa16a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b79c156c-0ca7-4196-b039-43e9bc1fa16a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-b79c156c-0ca7-4196-b039-43e9bc1fa16a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-b79c156c-0ca7-4196-b039-43e9bc1fa16a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-b79c156c-0ca7-4196-b039-43e9bc1fa16a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-b79c156c-0ca7-4196-b039-43e9bc1fa16a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-b79c156c-0ca7-4196-b039-43e9bc1fa16a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-d593fd5e-d7e3-45d5-a77e-21d8c8a1032a {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-c9af54db-b62e-4c9e-be4c-efed1370c1b2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-1111b201-2152-42b9-a2d1-5f650cbcfe04 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1111b201-2152-42b9-a2d1-5f650cbcfe04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1111b201-2152-42b9-a2d1-5f650cbcfe04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-1111b201-2152-42b9-a2d1-5f650cbcfe04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-1111b201-2152-42b9-a2d1-5f650cbcfe04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-1111b201-2152-42b9-a2d1-5f650cbcfe04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-1111b201-2152-42b9-a2d1-5f650cbcfe04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-1111b201-2152-42b9-a2d1-5f650cbcfe04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-2e2b8452-4b61-40b2-9fc0-a1609fc9dc65 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-30e74d8c-5ac9-43e0-8ea8-9b9ea5b77268 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-649990f9-0783-467b-920b-60b4c88dcf2c {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-649990f9-0783-467b-920b-60b4c88dcf2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-649990f9-0783-467b-920b-60b4c88dcf2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-649990f9-0783-467b-920b-60b4c88dcf2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-649990f9-0783-467b-920b-60b4c88dcf2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-649990f9-0783-467b-920b-60b4c88dcf2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-649990f9-0783-467b-920b-60b4c88dcf2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-649990f9-0783-467b-920b-60b4c88dcf2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-b323a1a5-2757-4d33-87e0-5e98679ba8a6 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-58a67f2b-44db-4ebb-b1fb-f3ffef84737f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-7405e2bb-2e3d-42c3-8e3a-f76046a121e9 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7405e2bb-2e3d-42c3-8e3a-f76046a121e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7405e2bb-2e3d-42c3-8e3a-f76046a121e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-7405e2bb-2e3d-42c3-8e3a-f76046a121e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-7405e2bb-2e3d-42c3-8e3a-f76046a121e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-7405e2bb-2e3d-42c3-8e3a-f76046a121e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-7405e2bb-2e3d-42c3-8e3a-f76046a121e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-7405e2bb-2e3d-42c3-8e3a-f76046a121e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-a2d1961a-3506-4574-9c44-653ccef119d5 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-9353fc4c-817a-4ef7-8472-e9f80e9c98ba {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-f0b1e7ca-9a06-4d9e-8a19-5943bf602c1d {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f0b1e7ca-9a06-4d9e-8a19-5943bf602c1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0b1e7ca-9a06-4d9e-8a19-5943bf602c1d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-f0b1e7ca-9a06-4d9e-8a19-5943bf602c1d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-f0b1e7ca-9a06-4d9e-8a19-5943bf602c1d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-f0b1e7ca-9a06-4d9e-8a19-5943bf602c1d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-f0b1e7ca-9a06-4d9e-8a19-5943bf602c1d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-f0b1e7ca-9a06-4d9e-8a19-5943bf602c1d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-fc204a3e-4142-4af7-ba6e-6b15a7fe27a1 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-240a8368-0938-4dea-8a88-bd13572caead {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-a1e58091-9e81-4b07-940e-b2b5406b196c {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a1e58091-9e81-4b07-940e-b2b5406b196c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1e58091-9e81-4b07-940e-b2b5406b196c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-a1e58091-9e81-4b07-940e-b2b5406b196c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-a1e58091-9e81-4b07-940e-b2b5406b196c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-a1e58091-9e81-4b07-940e-b2b5406b196c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-a1e58091-9e81-4b07-940e-b2b5406b196c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-a1e58091-9e81-4b07-940e-b2b5406b196c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-2323f4aa-f869-4ebd-95cf-7c6b66ee60ef {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-b33f6d33-1f92-4131-9691-ffab8d33ed68 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-2da1487c-0a30-47ee-b933-6a1bb8cbbf13 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2da1487c-0a30-47ee-b933-6a1bb8cbbf13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2da1487c-0a30-47ee-b933-6a1bb8cbbf13"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-2da1487c-0a30-47ee-b933-6a1bb8cbbf13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-2da1487c-0a30-47ee-b933-6a1bb8cbbf13"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-2da1487c-0a30-47ee-b933-6a1bb8cbbf13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-2da1487c-0a30-47ee-b933-6a1bb8cbbf13"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-2da1487c-0a30-47ee-b933-6a1bb8cbbf13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-cffee441-7a93-45fd-8867-21d2087985b8 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-8af1e372-5f55-41a2-93b5-de2a70574de2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-0b4d0443-ac03-4c76-bb5c-94c3bbe4060e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0b4d0443-ac03-4c76-bb5c-94c3bbe4060e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b4d0443-ac03-4c76-bb5c-94c3bbe4060e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-0b4d0443-ac03-4c76-bb5c-94c3bbe4060e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-0b4d0443-ac03-4c76-bb5c-94c3bbe4060e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-0b4d0443-ac03-4c76-bb5c-94c3bbe4060e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-0b4d0443-ac03-4c76-bb5c-94c3bbe4060e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-0b4d0443-ac03-4c76-bb5c-94c3bbe4060e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-f3e12588-41f7-4f67-81e6-096d1cec9538 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-ac271ede-81fe-4a84-b606-04de9890ca6e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-3c8f7637-9448-4277-b2db-7844c91723a7 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3c8f7637-9448-4277-b2db-7844c91723a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c8f7637-9448-4277-b2db-7844c91723a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-3c8f7637-9448-4277-b2db-7844c91723a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-3c8f7637-9448-4277-b2db-7844c91723a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-3c8f7637-9448-4277-b2db-7844c91723a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-3c8f7637-9448-4277-b2db-7844c91723a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-3c8f7637-9448-4277-b2db-7844c91723a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-586e91a5-fccc-4510-81cc-6778cfb1134e {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-48201fe7-9cf6-4c9a-bf45-d4013e24817f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-7235909e-f497-4c7e-82fd-4f5aff84e52a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7235909e-f497-4c7e-82fd-4f5aff84e52a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7235909e-f497-4c7e-82fd-4f5aff84e52a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-7235909e-f497-4c7e-82fd-4f5aff84e52a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-7235909e-f497-4c7e-82fd-4f5aff84e52a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-7235909e-f497-4c7e-82fd-4f5aff84e52a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-7235909e-f497-4c7e-82fd-4f5aff84e52a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-7235909e-f497-4c7e-82fd-4f5aff84e52a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-639f5ead-05ab-45a1-94a1-f24d5bb12a63 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-51af3a4f-484b-4cb6-99f0-22ed356292f6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-6798a05b-f586-49e3-98e8-0b5cd9a7312d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.3);
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.3);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6798a05b-f586-49e3-98e8-0b5cd9a7312d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6798a05b-f586-49e3-98e8-0b5cd9a7312d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-6798a05b-f586-49e3-98e8-0b5cd9a7312d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-6798a05b-f586-49e3-98e8-0b5cd9a7312d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-6798a05b-f586-49e3-98e8-0b5cd9a7312d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-6798a05b-f586-49e3-98e8-0b5cd9a7312d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 14.5px);
}

[id="s-6798a05b-f586-49e3-98e8-0b5cd9a7312d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.5px);
}

}

#s-c8a67a63-ada4-466e-87db-275afd08b2a1 {
  box-shadow:0px 0px 0px 0px rgba(227, 227, 227, 1);
border-style: solid;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

#s-a5ed8b6f-15e3-4f91-93dc-de3ed1588de9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-ccf2ca6b-2fd0-48c1-a49d-26ecb180b428 {
  padding-top: 60px;
padding-bottom: 10px;
background-color: rgba(238, 238, 238, 0);
}

#s-ccf2ca6b-2fd0-48c1-a49d-26ecb180b428 .shogun-icon-wrapper {
  text-align: center;
}


#s-ccf2ca6b-2fd0-48c1-a49d-26ecb180b428 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-b1df5370-d77b-4ea5-944a-b3340d236061 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-942211ee-0a4b-4761-b49e-bc690b654cec {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-942211ee-0a4b-4761-b49e-bc690b654cec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-942211ee-0a4b-4761-b49e-bc690b654cec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-942211ee-0a4b-4761-b49e-bc690b654cec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-942211ee-0a4b-4761-b49e-bc690b654cec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8d3a3940-3126-437b-885c-629cda656f88 {
  box-shadow:1px 1px 1px 1px rgba(227, 227, 227, 1);
border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.28);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8d3a3940-3126-437b-885c-629cda656f88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d3a3940-3126-437b-885c-629cda656f88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 14.5px);
}

[id="s-8d3a3940-3126-437b-885c-629cda656f88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-8d3a3940-3126-437b-885c-629cda656f88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 14.5px);
}

[id="s-8d3a3940-3126-437b-885c-629cda656f88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-8d3a3940-3126-437b-885c-629cda656f88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 14.5px);
}

[id="s-8d3a3940-3126-437b-885c-629cda656f88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 14.5px);
}

}

#s-e45069ee-7ad5-4875-9f40-9ebe77c7e961 {
  padding-top: 29px;
padding-left: 19px;
}

#s-e45069ee-7ad5-4875-9f40-9ebe77c7e961 .shogun-icon-wrapper {
  text-align: center;
}


#s-e45069ee-7ad5-4875-9f40-9ebe77c7e961 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(152, 152, 152, 1);
}

#s-4379a983-b865-409b-8031-48dabb839c47 {
  margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-d835ea9b-cf50-4735-8d44-206cfc0c19f6 {
  box-shadow:1px 1px 1px 1px rgba(227, 227, 227, 1);
border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.28);
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d835ea9b-cf50-4735-8d44-206cfc0c19f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d835ea9b-cf50-4735-8d44-206cfc0c19f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 14.5px);
}

[id="s-d835ea9b-cf50-4735-8d44-206cfc0c19f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-d835ea9b-cf50-4735-8d44-206cfc0c19f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 14.5px);
}

[id="s-d835ea9b-cf50-4735-8d44-206cfc0c19f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-d835ea9b-cf50-4735-8d44-206cfc0c19f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 14.5px);
}

[id="s-d835ea9b-cf50-4735-8d44-206cfc0c19f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 14.5px);
}

}

#s-daa66e5e-b198-4247-8308-f93162b1fe29 {
  margin-top: 5px;
margin-left: 5px;
margin-right: 0px;
padding-top: 20px;
padding-left: 4px;
text-align: center;
}

#s-daa66e5e-b198-4247-8308-f93162b1fe29 {
  overflow: hidden;
  
  
}







  #s-daa66e5e-b198-4247-8308-f93162b1fe29 img.shogun-image {
    

    
    
    
  }


#s-daa66e5e-b198-4247-8308-f93162b1fe29 .shogun-image-content {
  
    justify-content: center;
  
}

#s-eac8e36a-c574-45c9-b956-4df9282c7c77 {
  margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-3ec01c3a-0791-4c85-bd13-54b3b55ea9ff {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-3ec01c3a-0791-4c85-bd13-54b3b55ea9ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ec01c3a-0791-4c85-bd13-54b3b55ea9ff.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-9b802cbe-ffd7-4df2-8961-a7d8c5f816ec hr {
  border-top: 2px solid #ddd;
}

#s-447ec8e3-e36b-428b-a7d8-ce4c9c9e62b3 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-447ec8e3-e36b-428b-a7d8-ce4c9c9e62b3 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-447ec8e3-e36b-428b-a7d8-ce4c9c9e62b3 img.shogun-image {
    

    
    
    
  }


#s-447ec8e3-e36b-428b-a7d8-ce4c9c9e62b3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a677272c-c238-4263-a861-4015512e9c93 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
}

#s-972c5af2-0193-4c1d-851e-8875422ed0e0 {
  background-repeat: no-repeat;
min-height: 100px;
}

#s-972c5af2-0193-4c1d-851e-8875422ed0e0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGJmNGMxMjQtZmEwMS00ZjBkLWI3ZTItZmYxMmYxNzg2MGQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmM2YzZjM7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzRiZjRjMTI0LWZhMDEtNGYwZC1iN2UyLWZmMTJmMTc4NjBkOSkiLz48L3N2Zz4=);
}








#s-972c5af2-0193-4c1d-851e-8875422ed0e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-972c5af2-0193-4c1d-851e-8875422ed0e0.shg-box.shg-c {
  justify-content: center;
}

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

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
