.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-62fd8b73-198c-4f19-aba7-5dac32f1e0d0 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 50px;
min-height: 500px;
background-position: center top;
}

#s-62fd8b73-198c-4f19-aba7-5dac32f1e0d0 {
  background-image: url(https://i.shgcdn.com/0c8bfb31-705d-4d7f-be15-d5a46a338ae1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-62fd8b73-198c-4f19-aba7-5dac32f1e0d0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-62fd8b73-198c-4f19-aba7-5dac32f1e0d0.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-92a0d0db-732e-471d-8bac-952950a01c1e {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
min-height: 50px;
}








#s-92a0d0db-732e-471d-8bac-952950a01c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92a0d0db-732e-471d-8bac-952950a01c1e.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-1eb2c38c-d116-4532-b2aa-aa055c420668 {
  max-width: 700px;
text-align: left;
}

#s-1eb2c38c-d116-4532-b2aa-aa055c420668 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 34px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-7432b616-5dc0-4014-bdc4-a4499c9bcb17 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-7432b616-5dc0-4014-bdc4-a4499c9bcb17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7432b616-5dc0-4014-bdc4-a4499c9bcb17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-865f52e9-ef42-4be2-ac77-f974c2592784 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-865f52e9-ef42-4be2-ac77-f974c2592784 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



.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-95aeb7ec-2da0-46b0-89ea-929a5b440953 {
  padding-bottom: 30px;
max-width: 1000px;
}

#s-57f996be-6f6c-421b-9b35-adaf306e3e21 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 10px;
padding-top: 40px;
padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
background-color: rgba(231, 229, 229, 1);
}








#s-57f996be-6f6c-421b-9b35-adaf306e3e21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57f996be-6f6c-421b-9b35-adaf306e3e21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1556c6ed-fb0f-4a81-ab43-3da8473e3282 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: left;
}

#s-1556c6ed-fb0f-4a81-ab43-3da8473e3282 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-933d735a-3485-4c21-8d1e-163fc3555708 {
  margin-top: 20px;
padding-top: 30px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-933d735a-3485-4c21-8d1e-163fc3555708"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-933d735a-3485-4c21-8d1e-163fc3555708"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-933d735a-3485-4c21-8d1e-163fc3555708"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-933d735a-3485-4c21-8d1e-163fc3555708"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-014a1768-2941-428e-b4be-cb323a5c0cbe {
  min-height: 180px;
}








#s-014a1768-2941-428e-b4be-cb323a5c0cbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-014a1768-2941-428e-b4be-cb323a5c0cbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-c39f8ef7-4821-4985-a7ad-4e269e736462 {
  max-width: 250px;
text-align: center;
}







  img.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image {
    
    
  }


.s-c39f8ef7-4821-4985-a7ad-4e269e736462 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image {
    
    
  }


.s-c39f8ef7-4821-4985-a7ad-4e269e736462 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image {
    
    
  }


.s-c39f8ef7-4821-4985-a7ad-4e269e736462 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image {
    
    
  }


.s-c39f8ef7-4821-4985-a7ad-4e269e736462 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image {
    
    
  }


.s-c39f8ef7-4821-4985-a7ad-4e269e736462 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39f8ef7-4821-4985-a7ad-4e269e736462.shogun-image {
  box-sizing: border-box;
}

}
#s-ee47116b-8e35-4feb-9171-9754a3c4c9f3 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1300px;
text-align: left;
}

#s-ee47116b-8e35-4feb-9171-9754a3c4c9f3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-5726f76e-85a7-48c6-949b-8972a4aecaf7 {
  min-height: 180px;
}








#s-5726f76e-85a7-48c6-949b-8972a4aecaf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5726f76e-85a7-48c6-949b-8972a4aecaf7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-af5329be-c349-42a3-be9d-f04939e30edf {
  margin-top: 0px;
}

#s-bb2e95cb-c29c-4796-928f-b0bf53016d59 {
  min-height: 180px;
}








#s-bb2e95cb-c29c-4796-928f-b0bf53016d59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb2e95cb-c29c-4796-928f-b0bf53016d59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-27810c36-4232-4242-b23c-22fba582f3f1 {
  max-width: 450px;
text-align: center;
}







  #s-27810c36-4232-4242-b23c-22fba582f3f1 img.shogun-image {
    

    
    
    
  }


#s-27810c36-4232-4242-b23c-22fba582f3f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-be6bbc5b-0622-4185-be59-04ecef90734d {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1300px;
text-align: left;
}

#s-be6bbc5b-0622-4185-be59-04ecef90734d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-1602f6c1-d6fb-4a43-bc1d-c6a913d6e51a {
  min-height: 170px;
}








#s-1602f6c1-d6fb-4a43-bc1d-c6a913d6e51a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1602f6c1-d6fb-4a43-bc1d-c6a913d6e51a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-502f01ae-18b3-46e1-a81a-00ca907bd5f5 {
  margin-top: 0px;
}

#s-9cf27353-fde5-418d-82b2-83182bef5b60 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 4%;
padding-bottom: 40px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9cf27353-fde5-418d-82b2-83182bef5b60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cf27353-fde5-418d-82b2-83182bef5b60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d7f8599-ed5a-42e1-8aba-d9b62e4ea481 {
  margin-top: 10px;
padding-top: 30px;
padding-bottom: 40px;
max-width: 1200px;
text-align: left;
}

#s-8d7f8599-ed5a-42e1-8aba-d9b62e4ea481 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-75a53ee0-b58d-4494-b9b9-42a12374bcd7 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-75a53ee0-b58d-4494-b9b9-42a12374bcd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75a53ee0-b58d-4494-b9b9-42a12374bcd7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75a53ee0-b58d-4494-b9b9-42a12374bcd7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75a53ee0-b58d-4494-b9b9-42a12374bcd7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f65c2360-8065-4cd9-b58f-8244284fa08d {
  min-height: 50px;
}








#s-f65c2360-8065-4cd9-b58f-8244284fa08d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f65c2360-8065-4cd9-b58f-8244284fa08d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be265b07-c79d-4a18-91ae-f26f863aa406 {
  margin-top: 10px;
max-width: 125px;
text-align: center;
}







  #s-be265b07-c79d-4a18-91ae-f26f863aa406 img.shogun-image {
    

    
    
    
  }


#s-be265b07-c79d-4a18-91ae-f26f863aa406 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ce52634-0ab3-441d-8f2b-2c85607e7a5a {
  margin-top: 10px;
max-width: 125px;
text-align: center;
}







  #s-7ce52634-0ab3-441d-8f2b-2c85607e7a5a img.shogun-image {
    

    
    
    
  }


#s-7ce52634-0ab3-441d-8f2b-2c85607e7a5a .shogun-image-content {
  
    align-items: center;
  
}

#s-f11a5d40-496d-43e2-a8d7-a3d7b4d8d588 {
  margin-top: 10px;
max-width: 150px;
text-align: center;
}







  #s-f11a5d40-496d-43e2-a8d7-a3d7b4d8d588 img.shogun-image {
    

    
    
    
  }


#s-f11a5d40-496d-43e2-a8d7-a3d7b4d8d588 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fdcf76f-2837-4ffc-a506-99c7ee86d17c {
  min-height: 50px;
}








#s-3fdcf76f-2837-4ffc-a506-99c7ee86d17c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fdcf76f-2837-4ffc-a506-99c7ee86d17c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5609c45-00f0-4d4e-bb9a-ce857a054f74 {
  margin-top: 10px;
max-width: 150px;
text-align: center;
}







  #s-e5609c45-00f0-4d4e-bb9a-ce857a054f74 img.shogun-image {
    

    
    
    
  }


#s-e5609c45-00f0-4d4e-bb9a-ce857a054f74 .shogun-image-content {
  
    align-items: center;
  
}

#s-31a0ca58-62fe-409e-8de3-28ab70c735fe {
  min-height: 50px;
}








#s-31a0ca58-62fe-409e-8de3-28ab70c735fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31a0ca58-62fe-409e-8de3-28ab70c735fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7610d787-4d3c-4c62-9fed-a7ab83b7b601 {
  margin-top: 20px;
max-width: 200px;
aspect-ratio: 375/66;
text-align: center;
}





  #s-7610d787-4d3c-4c62-9fed-a7ab83b7b601 img.shogun-image,
  #s-7610d787-4d3c-4c62-9fed-a7ab83b7b601 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7610d787-4d3c-4c62-9fed-a7ab83b7b601 {
    width: 100%;
    height: auto;
  }



  #s-7610d787-4d3c-4c62-9fed-a7ab83b7b601 img.shogun-image {
    

    
    
    
  }


#s-7610d787-4d3c-4c62-9fed-a7ab83b7b601 .shogun-image-content {
  
    align-items: center;
  
}

#s-afa6d5b0-74d9-4337-8dfc-e02d0f19e04e {
  margin-top: 10px;
max-width: 50px;
text-align: center;
}







  #s-afa6d5b0-74d9-4337-8dfc-e02d0f19e04e img.shogun-image {
    

    
    
    
  }


#s-afa6d5b0-74d9-4337-8dfc-e02d0f19e04e .shogun-image-content {
  
    align-items: center;
  
}

#s-14180f8b-43d2-4375-a28d-a4ac72055c09 {
  margin-top: 10px;
max-width: 150px;
text-align: center;
}







  #s-14180f8b-43d2-4375-a28d-a4ac72055c09 img.shogun-image {
    

    
    
    
  }


#s-14180f8b-43d2-4375-a28d-a4ac72055c09 .shogun-image-content {
  
    align-items: center;
  
}

#s-13327211-836d-4a64-99c6-305acbfa3d7d {
  margin-top: 10px;
max-width: 150px;
text-align: center;
}







  #s-13327211-836d-4a64-99c6-305acbfa3d7d img.shogun-image {
    

    
    
    
  }


#s-13327211-836d-4a64-99c6-305acbfa3d7d .shogun-image-content {
  
    align-items: center;
  
}

#s-b6dd5ef4-9e35-4cf3-bb04-11e64c791cb3 {
  margin-top: 10px;
max-width: 150px;
text-align: center;
}







  #s-b6dd5ef4-9e35-4cf3-bb04-11e64c791cb3 img.shogun-image {
    

    
    
    
  }


#s-b6dd5ef4-9e35-4cf3-bb04-11e64c791cb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3571903a-fc89-4457-8e09-7b31920679d7 {
  margin-top: 10px;
max-width: 150px;
text-align: center;
}







  #s-3571903a-fc89-4457-8e09-7b31920679d7 img.shogun-image {
    

    
    
    
  }


#s-3571903a-fc89-4457-8e09-7b31920679d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd31d77d-3a78-4572-96a6-faf1c58493c3 {
  margin-top: 10px;
max-width: 120px;
text-align: center;
}







  #s-fd31d77d-3a78-4572-96a6-faf1c58493c3 img.shogun-image {
    

    
    
    
  }


#s-fd31d77d-3a78-4572-96a6-faf1c58493c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4886f01a-d3a2-468b-b374-2f620841315d {
  margin-top: 10px;
max-width: 130px;
text-align: center;
}







  #s-4886f01a-d3a2-468b-b374-2f620841315d img.shogun-image {
    

    
    
    
  }


#s-4886f01a-d3a2-468b-b374-2f620841315d .shogun-image-content {
  
    align-items: center;
  
}

#s-f97a6c3e-a52e-44c7-a8c2-08fae70209d3 {
  margin-top: 0px;
min-height: 50px;
}








#s-f97a6c3e-a52e-44c7-a8c2-08fae70209d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f97a6c3e-a52e-44c7-a8c2-08fae70209d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08a41fcf-bc5b-49bb-adec-549cf299e119 {
  margin-top: 10px;
max-width: 150px;
text-align: center;
}







  #s-08a41fcf-bc5b-49bb-adec-549cf299e119 img.shogun-image {
    

    
    
    
  }


#s-08a41fcf-bc5b-49bb-adec-549cf299e119 .shogun-image-content {
  
    align-items: center;
  
}

#s-c28b6676-ce99-4ddf-8de1-5a985601585f {
  margin-top: 10px;
max-width: 175px;
text-align: left;
}







  #s-c28b6676-ce99-4ddf-8de1-5a985601585f img.shogun-image {
    

    
    
    
  }


#s-c28b6676-ce99-4ddf-8de1-5a985601585f .shogun-image-content {
  
    align-items: center;
  
}

#s-07911382-bd7a-4f60-b569-628ac0169bff {
  margin-top: 10px;
max-width: 130px;
text-align: center;
}







  #s-07911382-bd7a-4f60-b569-628ac0169bff img.shogun-image {
    

    
    
    
  }


#s-07911382-bd7a-4f60-b569-628ac0169bff .shogun-image-content {
  
    align-items: center;
  
}

#s-9d992c53-b4d3-41e0-895f-adfbd870d983 {
  margin-top: 10px;
max-width: 130px;
text-align: center;
}







  #s-9d992c53-b4d3-41e0-895f-adfbd870d983 img.shogun-image {
    

    
    
    
  }


#s-9d992c53-b4d3-41e0-895f-adfbd870d983 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a71218c-cbec-45eb-bfc1-dccb32f71568 {
  min-height: 50px;
}








#s-9a71218c-cbec-45eb-bfc1-dccb32f71568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a71218c-cbec-45eb-bfc1-dccb32f71568.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eee5898a-08ec-4160-bfc3-1785881ea98b {
  margin-top: 10px;
max-width: 140px;
text-align: center;
}







  #s-eee5898a-08ec-4160-bfc3-1785881ea98b img.shogun-image {
    

    
    
    
  }


#s-eee5898a-08ec-4160-bfc3-1785881ea98b .shogun-image-content {
  
    align-items: center;
  
}

#s-8f1459e1-95fa-4e1f-b0a5-2fa958adbb73 {
  margin-top: 10px;
max-width: 150px;
text-align: center;
}







  #s-8f1459e1-95fa-4e1f-b0a5-2fa958adbb73 img.shogun-image {
    

    
    
    
  }


#s-8f1459e1-95fa-4e1f-b0a5-2fa958adbb73 .shogun-image-content {
  
    align-items: center;
  
}

#s-20db45da-2736-44d6-89af-a6121a78e8c4 {
  min-height: 50px;
}








#s-20db45da-2736-44d6-89af-a6121a78e8c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20db45da-2736-44d6-89af-a6121a78e8c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dbe3963-8a2c-4dc3-802b-46dd86c44037 {
  margin-top: 10px;
max-width: 150px;
text-align: center;
}







  #s-0dbe3963-8a2c-4dc3-802b-46dd86c44037 img.shogun-image {
    

    
    
    
  }


#s-0dbe3963-8a2c-4dc3-802b-46dd86c44037 .shogun-image-content {
  
    align-items: center;
  
}

#s-04dec715-f9e3-4185-b235-9f6a989a932c {
  margin-top: 10px;
max-width: 150px;
text-align: center;
}







  #s-04dec715-f9e3-4185-b235-9f6a989a932c img.shogun-image {
    

    
    
    
  }


#s-04dec715-f9e3-4185-b235-9f6a989a932c .shogun-image-content {
  
    align-items: center;
  
}

#s-a9e850ab-44c9-46c2-a6f0-215c0625f638 {
  margin-top: 10px;
max-width: 150px;
text-align: center;
}







  #s-a9e850ab-44c9-46c2-a6f0-215c0625f638 img.shogun-image {
    

    
    
    
  }


#s-a9e850ab-44c9-46c2-a6f0-215c0625f638 .shogun-image-content {
  
    align-items: center;
  
}

#s-60d6d6f0-dd7a-49a9-acaf-db567ec1c926 {
  margin-top: 10px;
max-width: 150px;
text-align: center;
}







  #s-60d6d6f0-dd7a-49a9-acaf-db567ec1c926 img.shogun-image {
    

    
    
    
  }


#s-60d6d6f0-dd7a-49a9-acaf-db567ec1c926 .shogun-image-content {
  
    align-items: center;
  
}

#s-85aea73c-53de-4eec-8c4e-7f75353dd5f5 {
  margin-top: 10px;
max-width: 150px;
text-align: center;
}







  #s-85aea73c-53de-4eec-8c4e-7f75353dd5f5 img.shogun-image {
    

    
    
    
  }


#s-85aea73c-53de-4eec-8c4e-7f75353dd5f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7deba78-6836-4087-b396-2722fa51b74b {
  min-height: 50px;
}








#s-a7deba78-6836-4087-b396-2722fa51b74b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7deba78-6836-4087-b396-2722fa51b74b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78b7c1a5-add5-4e17-8477-e1f937815591 {
  margin-top: 10px;
max-width: 150px;
text-align: center;
}







  #s-78b7c1a5-add5-4e17-8477-e1f937815591 img.shogun-image {
    

    
    
    
  }


#s-78b7c1a5-add5-4e17-8477-e1f937815591 .shogun-image-content {
  
    align-items: center;
  
}

#s-79cd1efa-5a8b-4c07-a886-74ae8cfc2c97 {
  margin-top: 10px;
max-width: 175px;
text-align: center;
}







  #s-79cd1efa-5a8b-4c07-a886-74ae8cfc2c97 img.shogun-image {
    

    
    
    
  }


#s-79cd1efa-5a8b-4c07-a886-74ae8cfc2c97 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd1411f8-bcaa-4317-8f9d-dfb4740963d6 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}








#s-fd1411f8-bcaa-4317-8f9d-dfb4740963d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd1411f8-bcaa-4317-8f9d-dfb4740963d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1b9dbd1-e7ca-47d8-84fd-c9d5939626ab {
  margin-top: 25px;
margin-bottom: 15px;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1200px;
text-align: left;
}

#s-d1b9dbd1-e7ca-47d8-84fd-c9d5939626ab .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-526557df-1167-4f7e-8273-79b0571298a6 {
  max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-526557df-1167-4f7e-8273-79b0571298a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-526557df-1167-4f7e-8273-79b0571298a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-526557df-1167-4f7e-8273-79b0571298a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-526557df-1167-4f7e-8273-79b0571298a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bb889d07-55a4-49d9-9862-e23f379f510e {
  margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-bb889d07-55a4-49d9-9862-e23f379f510e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb889d07-55a4-49d9-9862-e23f379f510e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c89112df-0451-433a-aeee-ec31ddf77a92 {
  max-width: 200px;
text-align: center;
}







  #s-c89112df-0451-433a-aeee-ec31ddf77a92 img.shogun-image {
    

    
    
    
  }


#s-c89112df-0451-433a-aeee-ec31ddf77a92 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2b3aa7e-bafe-4978-8ab2-4ee86479b8d8 {
  min-height: 60px;
}








#s-d2b3aa7e-bafe-4978-8ab2-4ee86479b8d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2b3aa7e-bafe-4978-8ab2-4ee86479b8d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a6c97e5-66bd-4d9b-9249-e266a710f34f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9a6c97e5-66bd-4d9b-9249-e266a710f34f .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-67cdcca9-81ed-4b1c-bbb6-3197f208c563 {
  min-height: 180px;
}








#s-67cdcca9-81ed-4b1c-bbb6-3197f208c563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67cdcca9-81ed-4b1c-bbb6-3197f208c563.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ac6c4468-43e1-4980-84bc-d4f4f7eae104 {
  min-height: 150px;
}








#s-ac6c4468-43e1-4980-84bc-d4f4f7eae104 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac6c4468-43e1-4980-84bc-d4f4f7eae104.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-2e5c8005-8e14-486c-91a6-2972075bba56 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2e5c8005-8e14-486c-91a6-2972075bba56:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(19, 19, 19, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2e5c8005-8e14-486c-91a6-2972075bba56:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2e5c8005-8e14-486c-91a6-2972075bba56-root {
    text-align: left;
  }


#s-2e5c8005-8e14-486c-91a6-2972075bba56.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e5c8005-8e14-486c-91a6-2972075bba56-root {
    text-align: left;
  }


#s-2e5c8005-8e14-486c-91a6-2972075bba56.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e5c8005-8e14-486c-91a6-2972075bba56-root {
    text-align: left;
  }


#s-2e5c8005-8e14-486c-91a6-2972075bba56.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e5c8005-8e14-486c-91a6-2972075bba56-root {
    text-align: left;
  }


#s-2e5c8005-8e14-486c-91a6-2972075bba56.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e5c8005-8e14-486c-91a6-2972075bba56-root {
    text-align: left;
  }


#s-2e5c8005-8e14-486c-91a6-2972075bba56.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-7369e2fd-0725-46d1-b83f-45116818b3da {
  margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-7369e2fd-0725-46d1-b83f-45116818b3da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7369e2fd-0725-46d1-b83f-45116818b3da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9db66dc5-fe68-4ad7-ab66-f37994ecb3ae {
  max-width: 200px;
text-align: center;
}







  #s-9db66dc5-fe68-4ad7-ab66-f37994ecb3ae img.shogun-image {
    

    
    
    
  }


#s-9db66dc5-fe68-4ad7-ab66-f37994ecb3ae .shogun-image-content {
  
    align-items: center;
  
}

#s-71582521-6b76-41dc-8f4a-55b0fb4a762c {
  min-height: 60px;
}








#s-71582521-6b76-41dc-8f4a-55b0fb4a762c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71582521-6b76-41dc-8f4a-55b0fb4a762c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6e3ac9e2-c806-467a-b4e9-50c0ef94af3e {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6e3ac9e2-c806-467a-b4e9-50c0ef94af3e .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-6f13931e-fd09-4535-b853-c1ffb3363a28 {
  min-height: 162px;
}








#s-6f13931e-fd09-4535-b853-c1ffb3363a28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f13931e-fd09-4535-b853-c1ffb3363a28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5be88577-0124-4564-ad42-3d55ce7470d9 {
  min-height: 180px;
}








#s-5be88577-0124-4564-ad42-3d55ce7470d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5be88577-0124-4564-ad42-3d55ce7470d9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d104801f-5637-4c28-a286-b223bba6abe7 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d104801f-5637-4c28-a286-b223bba6abe7:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(19, 19, 19, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d104801f-5637-4c28-a286-b223bba6abe7:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d104801f-5637-4c28-a286-b223bba6abe7-root {
    text-align: left;
  }


#s-d104801f-5637-4c28-a286-b223bba6abe7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d104801f-5637-4c28-a286-b223bba6abe7-root {
    text-align: left;
  }


#s-d104801f-5637-4c28-a286-b223bba6abe7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d104801f-5637-4c28-a286-b223bba6abe7-root {
    text-align: left;
  }


#s-d104801f-5637-4c28-a286-b223bba6abe7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d104801f-5637-4c28-a286-b223bba6abe7-root {
    text-align: left;
  }


#s-d104801f-5637-4c28-a286-b223bba6abe7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d104801f-5637-4c28-a286-b223bba6abe7-root {
    text-align: left;
  }


#s-d104801f-5637-4c28-a286-b223bba6abe7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-3853076a-87e1-45dd-9102-abe3f1962299 {
  margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-3853076a-87e1-45dd-9102-abe3f1962299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3853076a-87e1-45dd-9102-abe3f1962299.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f24eb615-6271-446b-b451-7681b443f204 {
  min-height: 255px;
}








#s-f24eb615-6271-446b-b451-7681b443f204 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f24eb615-6271-446b-b451-7681b443f204.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-364da2f0-512b-43e3-9e12-bfdbb1083dc8 {
  max-width: 200px;
text-align: center;
}







  #s-364da2f0-512b-43e3-9e12-bfdbb1083dc8 img.shogun-image {
    

    
    
    
  }


#s-364da2f0-512b-43e3-9e12-bfdbb1083dc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-cdb97b02-13b8-4553-b64d-339fd2310636 {
  min-height: 65px;
}








#s-cdb97b02-13b8-4553-b64d-339fd2310636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdb97b02-13b8-4553-b64d-339fd2310636.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e139948c-9662-4384-bae2-bae8c7053bff {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e139948c-9662-4384-bae2-bae8c7053bff .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-9f5e09ca-cab2-4aee-819b-a6cab5f1d02c {
  min-height: 150px;
}








#s-9f5e09ca-cab2-4aee-819b-a6cab5f1d02c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f5e09ca-cab2-4aee-819b-a6cab5f1d02c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8abcbafe-ce93-4778-be3c-2d9df641d93d {
  min-height: 180px;
}








#s-8abcbafe-ce93-4778-be3c-2d9df641d93d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8abcbafe-ce93-4778-be3c-2d9df641d93d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d7d3642b-50b6-4d7d-960c-345ac473c066 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d7d3642b-50b6-4d7d-960c-345ac473c066:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(19, 19, 19, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d7d3642b-50b6-4d7d-960c-345ac473c066:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d7d3642b-50b6-4d7d-960c-345ac473c066-root {
    text-align: left;
  }


#s-d7d3642b-50b6-4d7d-960c-345ac473c066.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7d3642b-50b6-4d7d-960c-345ac473c066-root {
    text-align: left;
  }


#s-d7d3642b-50b6-4d7d-960c-345ac473c066.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7d3642b-50b6-4d7d-960c-345ac473c066-root {
    text-align: left;
  }


#s-d7d3642b-50b6-4d7d-960c-345ac473c066.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7d3642b-50b6-4d7d-960c-345ac473c066-root {
    text-align: left;
  }


#s-d7d3642b-50b6-4d7d-960c-345ac473c066.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7d3642b-50b6-4d7d-960c-345ac473c066-root {
    text-align: left;
  }


#s-d7d3642b-50b6-4d7d-960c-345ac473c066.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-3ebb4cfe-b7ca-4167-91e0-44cd99749cb9 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(37, 37, 37, 1);
}








#s-3ebb4cfe-b7ca-4167-91e0-44cd99749cb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ebb4cfe-b7ca-4167-91e0-44cd99749cb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25450df2-7670-4f9f-a336-e12b4bfafbbd {
  margin-bottom: 20px;
padding-top: 50px;
padding-bottom: 20px;
max-width: 1200px;
text-align: left;
}

#s-25450df2-7670-4f9f-a336-e12b4bfafbbd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-62c84b37-23d7-427a-81c1-11a3d0f1090b {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 30px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-62c84b37-23d7-427a-81c1-11a3d0f1090b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62c84b37-23d7-427a-81c1-11a3d0f1090b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62c84b37-23d7-427a-81c1-11a3d0f1090b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62c84b37-23d7-427a-81c1-11a3d0f1090b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c9bc0ef7-5a7a-4cc2-8183-398e51abdc72 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 30px;
max-width: 600px;
text-align: center;
}







  #s-c9bc0ef7-5a7a-4cc2-8183-398e51abdc72 img.shogun-image {
    

    
    
    
  }


#s-c9bc0ef7-5a7a-4cc2-8183-398e51abdc72 .shogun-image-content {
  
    align-items: center;
  
}

#s-799979ae-1f4d-4fc4-b7ef-1738d2e400fa {
  min-height: 400px;
}








#s-799979ae-1f4d-4fc4-b7ef-1738d2e400fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-799979ae-1f4d-4fc4-b7ef-1738d2e400fa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ac9ed054-dda4-400f-b3ae-8ef80238e1a5 {
  margin-top: 0px;
max-width: 100%;
}

#s-a9065640-50b9-4744-abf4-ba50864fcabf {
  margin-top: 2px;
margin-bottom: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-eeeaf49f-446c-4257-ae54-0086b1a3a3ac {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
}
@media (min-width: 1200px){#s-eeeaf49f-446c-4257-ae54-0086b1a3a3ac {
  display: none;
}
#s-eeeaf49f-446c-4257-ae54-0086b1a3a3ac, #wrap-s-eeeaf49f-446c-4257-ae54-0086b1a3a3ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eeeaf49f-446c-4257-ae54-0086b1a3a3ac {
  display: none;
}
#s-eeeaf49f-446c-4257-ae54-0086b1a3a3ac, #wrap-s-eeeaf49f-446c-4257-ae54-0086b1a3a3ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eeeaf49f-446c-4257-ae54-0086b1a3a3ac {
  
}
}
#s-eeeaf49f-446c-4257-ae54-0086b1a3a3ac .shg-sld-dot {
  background-color: rgba(52, 52, 52, 1);
}

#s-eeeaf49f-446c-4257-ae54-0086b1a3a3ac .shg-sld-nav-button.shg-sld-left,
#s-eeeaf49f-446c-4257-ae54-0086b1a3a3ac .shg-sld-nav-button.shg-sld-right {
  fill: rgba(52, 52, 52, 1);
}

#s-eaecc4d2-1b5b-4c58-9f3c-dddf5739ab49 {
  margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-eaecc4d2-1b5b-4c58-9f3c-dddf5739ab49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaecc4d2-1b5b-4c58-9f3c-dddf5739ab49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0436d468-890a-4816-b25c-d05bea11c76d {
  min-height: 255px;
}








#s-0436d468-890a-4816-b25c-d05bea11c76d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0436d468-890a-4816-b25c-d05bea11c76d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-369c499c-67d7-4253-9f51-438337db345f {
  max-width: 500px;
text-align: center;
}







  #s-369c499c-67d7-4253-9f51-438337db345f img.shogun-image {
    

    
    
    
  }


#s-369c499c-67d7-4253-9f51-438337db345f .shogun-image-content {
  
    align-items: center;
  
}

#s-cc0c6b9b-0b85-4a98-a371-58c0bc9b4fa5 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cc0c6b9b-0b85-4a98-a371-58c0bc9b4fa5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: left;
}










#s-c282b1fd-f0bf-43e6-8cab-0331276f5979 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c282b1fd-f0bf-43e6-8cab-0331276f5979.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-78a50949-e7dc-43af-b831-383960b0a8f9 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-78a50949-e7dc-43af-b831-383960b0a8f9:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(19, 19, 19, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-78a50949-e7dc-43af-b831-383960b0a8f9:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-78a50949-e7dc-43af-b831-383960b0a8f9-root {
    text-align: left;
  }


#s-78a50949-e7dc-43af-b831-383960b0a8f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-78a50949-e7dc-43af-b831-383960b0a8f9-root {
    text-align: left;
  }


#s-78a50949-e7dc-43af-b831-383960b0a8f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-78a50949-e7dc-43af-b831-383960b0a8f9-root {
    text-align: left;
  }


#s-78a50949-e7dc-43af-b831-383960b0a8f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-78a50949-e7dc-43af-b831-383960b0a8f9-root {
    text-align: left;
  }


#s-78a50949-e7dc-43af-b831-383960b0a8f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-78a50949-e7dc-43af-b831-383960b0a8f9-root {
    text-align: left;
  }


#s-78a50949-e7dc-43af-b831-383960b0a8f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-3ebfc543-e1f6-4823-9a55-91a430a0eec3 {
  margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-3ebfc543-e1f6-4823-9a55-91a430a0eec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ebfc543-e1f6-4823-9a55-91a430a0eec3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3fe3625-03e8-4df7-abf2-50287cb63aa6 {
  max-width: 200px;
text-align: center;
}







  #s-a3fe3625-03e8-4df7-abf2-50287cb63aa6 img.shogun-image {
    

    
    
    
  }


#s-a3fe3625-03e8-4df7-abf2-50287cb63aa6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6fad6c75-698a-48c7-9ff1-7c676c578061 {
  min-height: 70px;
}








#s-6fad6c75-698a-48c7-9ff1-7c676c578061 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fad6c75-698a-48c7-9ff1-7c676c578061.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8b99d6d6-db74-4de0-a057-4e8052fc2977 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b99d6d6-db74-4de0-a057-4e8052fc2977 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}










#s-a59052fa-6c52-467d-817e-5c2ba3e88057 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a59052fa-6c52-467d-817e-5c2ba3e88057.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5a224f96-bcf2-4f0a-be55-872aee5b27bd {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5a224f96-bcf2-4f0a-be55-872aee5b27bd:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(19, 19, 19, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5a224f96-bcf2-4f0a-be55-872aee5b27bd:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-5a224f96-bcf2-4f0a-be55-872aee5b27bd-root {
    text-align: left;
  }


#s-5a224f96-bcf2-4f0a-be55-872aee5b27bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a224f96-bcf2-4f0a-be55-872aee5b27bd-root {
    text-align: left;
  }


#s-5a224f96-bcf2-4f0a-be55-872aee5b27bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a224f96-bcf2-4f0a-be55-872aee5b27bd-root {
    text-align: left;
  }


#s-5a224f96-bcf2-4f0a-be55-872aee5b27bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a224f96-bcf2-4f0a-be55-872aee5b27bd-root {
    text-align: left;
  }


#s-5a224f96-bcf2-4f0a-be55-872aee5b27bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a224f96-bcf2-4f0a-be55-872aee5b27bd-root {
    text-align: left;
  }


#s-5a224f96-bcf2-4f0a-be55-872aee5b27bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-5d0fa796-6bb6-48ba-a3c2-021d9ca83ffc {
  margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-5d0fa796-6bb6-48ba-a3c2-021d9ca83ffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d0fa796-6bb6-48ba-a3c2-021d9ca83ffc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69873a6e-b92a-439f-9265-1197792b931c {
  max-width: 200px;
text-align: center;
}







  #s-69873a6e-b92a-439f-9265-1197792b931c img.shogun-image {
    

    
    
    
  }


#s-69873a6e-b92a-439f-9265-1197792b931c .shogun-image-content {
  
    align-items: center;
  
}

#s-07ecd813-acc6-4f9c-8353-4d5a79a53af0 {
  min-height: 70px;
}








#s-07ecd813-acc6-4f9c-8353-4d5a79a53af0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07ecd813-acc6-4f9c-8353-4d5a79a53af0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5344f769-aff6-4ec1-a2e9-46661eee7d28 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5344f769-aff6-4ec1-a2e9-46661eee7d28 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}










#s-7347e465-705e-422b-aa6c-50d3cee7b1b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7347e465-705e-422b-aa6c-50d3cee7b1b0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b88bf1ee-4084-4b8a-a201-ae3fc4541670 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b88bf1ee-4084-4b8a-a201-ae3fc4541670:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(19, 19, 19, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b88bf1ee-4084-4b8a-a201-ae3fc4541670:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-b88bf1ee-4084-4b8a-a201-ae3fc4541670-root {
    text-align: left;
  }


#s-b88bf1ee-4084-4b8a-a201-ae3fc4541670.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b88bf1ee-4084-4b8a-a201-ae3fc4541670-root {
    text-align: left;
  }


#s-b88bf1ee-4084-4b8a-a201-ae3fc4541670.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b88bf1ee-4084-4b8a-a201-ae3fc4541670-root {
    text-align: left;
  }


#s-b88bf1ee-4084-4b8a-a201-ae3fc4541670.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b88bf1ee-4084-4b8a-a201-ae3fc4541670-root {
    text-align: left;
  }


#s-b88bf1ee-4084-4b8a-a201-ae3fc4541670.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b88bf1ee-4084-4b8a-a201-ae3fc4541670-root {
    text-align: left;
  }


#s-b88bf1ee-4084-4b8a-a201-ae3fc4541670.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-b02ce543-6eee-4946-b4b3-7034c90e55c0 {
  margin-top: 0px;
padding-top: 2%;
padding-left: 0%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b02ce543-6eee-4946-b4b3-7034c90e55c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b02ce543-6eee-4946-b4b3-7034c90e55c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dad4562-fc4b-4604-aafb-c2c07b6b3ae3 {
  margin-bottom: 30px;
padding-top: 1px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
max-width: 1200px;
text-align: center;
}

#s-5dad4562-fc4b-4604-aafb-c2c07b6b3ae3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-b088c660-e559-4b0f-9c2b-8574ff7886e1 {
  margin-bottom: 30px;
}

#s-afd066f7-e621-4d20-9d0a-134b2915bcb2 {
  margin-bottom: -25px;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(199, 41, 41, 1);
}








#s-afd066f7-e621-4d20-9d0a-134b2915bcb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afd066f7-e621-4d20-9d0a-134b2915bcb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01caf745-1fea-4c74-aaf1-6406d2e67987 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-01caf745-1fea-4c74-aaf1-6406d2e67987"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01caf745-1fea-4c74-aaf1-6406d2e67987"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-01caf745-1fea-4c74-aaf1-6406d2e67987"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-01caf745-1fea-4c74-aaf1-6406d2e67987"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-01caf745-1fea-4c74-aaf1-6406d2e67987"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-01caf745-1fea-4c74-aaf1-6406d2e67987"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-01caf745-1fea-4c74-aaf1-6406d2e67987"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-add5bda8-4006-4266-880f-a4c277ac97b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-add5bda8-4006-4266-880f-a4c277ac97b6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-8002509b-9ffa-4781-baa2-4f9b772151ab {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-cda2268b-1a92-4bb0-afc8-3310f09dd6a3 {
  margin-top: 25px;
margin-bottom: 25px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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