.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-689a2b76-fda1-4003-8640-853f44558806 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-689a2b76-fda1-4003-8640-853f44558806 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-689a2b76-fda1-4003-8640-853f44558806.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9841789d-adad-4e63-a2bc-0bcff42069d1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

#s-54483487-bc92-4307-b85e-50046a72f4f1 {
  margin-top: 25px;
margin-left: 7px;
margin-bottom: 25px;
margin-right: 7px;
min-height: 50px;
}








#s-54483487-bc92-4307-b85e-50046a72f4f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54483487-bc92-4307-b85e-50046a72f4f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a7304bf-6eef-46c2-a57f-32d9c6510861 {
  margin-top: 20px;
}

.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-42e1e5ab-c456-49b7-8e23-6430fa965915 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-42e1e5ab-c456-49b7-8e23-6430fa965915 {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-42e1e5ab-c456-49b7-8e23-6430fa965915"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-42e1e5ab-c456-49b7-8e23-6430fa965915"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-42e1e5ab-c456-49b7-8e23-6430fa965915"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-42e1e5ab-c456-49b7-8e23-6430fa965915"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a2479e4f-e257-4bd8-84d2-c75bf20c9914 {
  min-height: 50px;
}








#s-a2479e4f-e257-4bd8-84d2-c75bf20c9914 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2479e4f-e257-4bd8-84d2-c75bf20c9914.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-3ffc7421-c398-4b0c-876e-c8e742894a3c {
  text-align: center;
}







  #s-3ffc7421-c398-4b0c-876e-c8e742894a3c img.shogun-image {
    

    
    
    
  }


#s-3ffc7421-c398-4b0c-876e-c8e742894a3c .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-83e9d5ee-894e-4806-bd98-8278112194d2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-34bc14dd-393d-4486-b14a-e83026c9c0a3 {
  min-height: 10px;
}








#s-34bc14dd-393d-4486-b14a-e83026c9c0a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34bc14dd-393d-4486-b14a-e83026c9c0a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-9d251256-dc79-4661-8aff-ee795e77093d {
  margin-bottom: 30px;
}
}
#s-a9149acd-b9d7-4dc3-8cce-a11c9564ab08 {
  min-height: 50px;
}








#s-a9149acd-b9d7-4dc3-8cce-a11c9564ab08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9149acd-b9d7-4dc3-8cce-a11c9564ab08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1769d592-1548-4a38-baf8-34a1c1e9aaa4 {
  text-align: center;
}







  #s-1769d592-1548-4a38-baf8-34a1c1e9aaa4 img.shogun-image {
    

    
    
    
  }


#s-1769d592-1548-4a38-baf8-34a1c1e9aaa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0e1864c-872b-4de1-821c-664d82cb0f4d {
  min-height: 10px;
}








#s-a0e1864c-872b-4de1-821c-664d82cb0f4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0e1864c-872b-4de1-821c-664d82cb0f4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-8af3a5aa-f6c7-468f-af8d-eeeee6b74cd3 {
  margin-bottom: 30px;
}
}
#s-5e168f15-d3e7-471c-83ef-bbfccac554c9 {
  min-height: 50px;
}








#s-5e168f15-d3e7-471c-83ef-bbfccac554c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e168f15-d3e7-471c-83ef-bbfccac554c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71504fb5-ea54-46c6-9063-ce8cac9554be {
  text-align: center;
}







  #s-71504fb5-ea54-46c6-9063-ce8cac9554be img.shogun-image {
    

    
    
    
  }


#s-71504fb5-ea54-46c6-9063-ce8cac9554be .shogun-image-content {
  
    align-items: center;
  
}

#s-f6d93053-1b81-4358-be0f-b05c0fb7c0cd {
  min-height: 10px;
}








#s-f6d93053-1b81-4358-be0f-b05c0fb7c0cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6d93053-1b81-4358-be0f-b05c0fb7c0cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ef0edf1-1948-46b4-ba9c-a6cb088d9b4c {
  min-height: 50px;
}








#s-0ef0edf1-1948-46b4-ba9c-a6cb088d9b4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ef0edf1-1948-46b4-ba9c-a6cb088d9b4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-673bcd47-b8d1-43d2-bdf8-0948e66c233b {
  text-align: center;
}







  #s-673bcd47-b8d1-43d2-bdf8-0948e66c233b img.shogun-image {
    

    
    
    
  }


#s-673bcd47-b8d1-43d2-bdf8-0948e66c233b .shogun-image-content {
  
    align-items: center;
  
}

#s-a8a8b0bf-3022-4b95-b8fa-352430344321 {
  text-align: center;
}

#s-83dc601d-b170-4efa-97ab-2eb7f1a4c69a {
  min-height: 10px;
}








#s-83dc601d-b170-4efa-97ab-2eb7f1a4c69a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83dc601d-b170-4efa-97ab-2eb7f1a4c69a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e58a899-b3bb-4b8d-99b0-67dd2abebb77 {
  text-align: center;
}

#s-6bfa1a47-ad67-42ef-83b2-c50c1c4e233b {
  min-height: 50px;
}








#s-6bfa1a47-ad67-42ef-83b2-c50c1c4e233b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bfa1a47-ad67-42ef-83b2-c50c1c4e233b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bec24f52-9a1d-4384-9924-f453695a4cac {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bec24f52-9a1d-4384-9924-f453695a4cac {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-bec24f52-9a1d-4384-9924-f453695a4cac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bec24f52-9a1d-4384-9924-f453695a4cac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bec24f52-9a1d-4384-9924-f453695a4cac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bec24f52-9a1d-4384-9924-f453695a4cac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-96af9f1c-d661-41b4-8dd0-e37046e06969 {
  min-height: 50px;
}








#s-96af9f1c-d661-41b4-8dd0-e37046e06969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96af9f1c-d661-41b4-8dd0-e37046e06969.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcb251fa-9d85-460d-b727-af0af24e885b {
  text-align: center;
}







  #s-bcb251fa-9d85-460d-b727-af0af24e885b img.shogun-image {
    

    
    
    
  }


#s-bcb251fa-9d85-460d-b727-af0af24e885b .shogun-image-content {
  
    align-items: center;
  
}

#s-a43c6c8b-e973-42d3-9388-47b1805e0d5f {
  min-height: 10px;
}








#s-a43c6c8b-e973-42d3-9388-47b1805e0d5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a43c6c8b-e973-42d3-9388-47b1805e0d5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1da9a6a-fd44-495b-b5c5-47b52c465f0e {
  min-height: 50px;
}








#s-e1da9a6a-fd44-495b-b5c5-47b52c465f0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1da9a6a-fd44-495b-b5c5-47b52c465f0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4af0aae6-4a8c-48dc-95db-e85de874a061 {
  text-align: center;
}







  #s-4af0aae6-4a8c-48dc-95db-e85de874a061 img.shogun-image {
    

    
    
    
  }


#s-4af0aae6-4a8c-48dc-95db-e85de874a061 .shogun-image-content {
  
    align-items: center;
  
}

#s-920b36b8-867b-4e45-8c24-406932b2a79d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-459395f1-124b-4e3d-81bd-25a6df12c95b {
  min-height: 10px;
}








#s-459395f1-124b-4e3d-81bd-25a6df12c95b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-459395f1-124b-4e3d-81bd-25a6df12c95b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f79d9d58-7901-4f6d-8bc0-77ef141628db {
  min-height: 50px;
}








#s-f79d9d58-7901-4f6d-8bc0-77ef141628db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f79d9d58-7901-4f6d-8bc0-77ef141628db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9a64a5d-7668-483b-94c2-ec75623d3f71 {
  text-align: center;
}







  #s-a9a64a5d-7668-483b-94c2-ec75623d3f71 img.shogun-image {
    

    
    
    
  }


#s-a9a64a5d-7668-483b-94c2-ec75623d3f71 .shogun-image-content {
  
    align-items: center;
  
}

#s-560ad212-a41d-4dc1-8d19-758d363e2388 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-fa8f2bf5-b153-4aee-8827-11252fb06768 {
  min-height: 10px;
}








#s-fa8f2bf5-b153-4aee-8827-11252fb06768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa8f2bf5-b153-4aee-8827-11252fb06768.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-de3483b2-2ac5-45a6-bd65-febcc3c2b590 {
  margin-bottom: 30px;
}
}
#s-bfa50cf4-657f-4f8e-9f10-95c35aa51124 {
  min-height: 50px;
}








#s-bfa50cf4-657f-4f8e-9f10-95c35aa51124 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfa50cf4-657f-4f8e-9f10-95c35aa51124.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62093760-0c91-4586-af78-a9eae51c40c1 {
  margin-top: 10px;
margin-left: 7px;
margin-bottom: 10px;
margin-right: 7px;
min-height: 50px;
}








#s-62093760-0c91-4586-af78-a9eae51c40c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62093760-0c91-4586-af78-a9eae51c40c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ebbcaaa-61fb-4396-9989-1d179a33dc2a {
  margin-top: 0px;
padding-top: 15px;
padding-bottom: 0px;
}

#s-7c119779-7728-4335-a628-b456d5d12130 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c119779-7728-4335-a628-b456d5d12130 {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-7c119779-7728-4335-a628-b456d5d12130"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7c119779-7728-4335-a628-b456d5d12130"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7c119779-7728-4335-a628-b456d5d12130"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7c119779-7728-4335-a628-b456d5d12130"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2df65b2d-968a-4cf3-8133-e7a84dcbcf01 {
  min-height: 50px;
}








#s-2df65b2d-968a-4cf3-8133-e7a84dcbcf01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2df65b2d-968a-4cf3-8133-e7a84dcbcf01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3e32995-fc54-4e10-954e-200e650e1d5c {
  text-align: center;
}







  #s-a3e32995-fc54-4e10-954e-200e650e1d5c img.shogun-image {
    

    
    
    
  }


#s-a3e32995-fc54-4e10-954e-200e650e1d5c .shogun-image-content {
  
    align-items: center;
  
}

#s-32f56eb6-9485-468d-a2d3-8a1acb570271 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-50668985-566a-45bb-8651-d75d0c230830 {
  min-height: 10px;
}








#s-50668985-566a-45bb-8651-d75d0c230830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50668985-566a-45bb-8651-d75d0c230830.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ceb7f93-4b0b-4ba1-83b1-bac869f18cb4 {
  margin-bottom: 0px;
}

#s-1f326dff-489f-442a-82d4-7cd892222d0a {
  min-height: 50px;
}








#s-1f326dff-489f-442a-82d4-7cd892222d0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f326dff-489f-442a-82d4-7cd892222d0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76ab45b9-8806-4873-b684-6e3a4718fafa {
  min-height: 50px;
}








#s-76ab45b9-8806-4873-b684-6e3a4718fafa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76ab45b9-8806-4873-b684-6e3a4718fafa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd6b4973-aa68-44cf-9dae-7d0c4da582f5 {
  text-align: center;
}







  #s-dd6b4973-aa68-44cf-9dae-7d0c4da582f5 img.shogun-image {
    

    
    
    
  }


#s-dd6b4973-aa68-44cf-9dae-7d0c4da582f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c459bfab-0470-4f03-b4b8-bff458854190 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d3f622f7-13c7-45a4-a7ca-b352a329ef6b {
  min-height: 10px;
}








#s-d3f622f7-13c7-45a4-a7ca-b352a329ef6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3f622f7-13c7-45a4-a7ca-b352a329ef6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be452465-6cee-4d06-b673-a687c91df6fe {
  margin-bottom: 0px;
}

#s-3b9d15ee-9f27-40e6-a46a-1821b32f9294 {
  min-height: 50px;
}








#s-3b9d15ee-9f27-40e6-a46a-1821b32f9294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b9d15ee-9f27-40e6-a46a-1821b32f9294.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-348a5f34-9522-449a-b05f-e782fcea6d8c {
  min-height: 50px;
}








#s-348a5f34-9522-449a-b05f-e782fcea6d8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-348a5f34-9522-449a-b05f-e782fcea6d8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e75b68e4-0428-4004-947a-d8dc2fa59c21 {
  text-align: center;
}







  #s-e75b68e4-0428-4004-947a-d8dc2fa59c21 img.shogun-image {
    

    
    
    
  }


#s-e75b68e4-0428-4004-947a-d8dc2fa59c21 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3993243-8655-4589-9461-1ca2b8ee27be {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-fb5e70c7-22e6-4ea4-8c9b-5e562179bb2c {
  min-height: 10px;
}








#s-fb5e70c7-22e6-4ea4-8c9b-5e562179bb2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb5e70c7-22e6-4ea4-8c9b-5e562179bb2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b75d431-af17-4876-b221-68f066bf078f {
  margin-bottom: 0px;
}

#s-965bf002-f8a4-4d89-978a-d330d462bd51 {
  min-height: 50px;
}








#s-965bf002-f8a4-4d89-978a-d330d462bd51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-965bf002-f8a4-4d89-978a-d330d462bd51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eceb0365-da0b-4805-abf1-1ffb2a612b19 {
  max-width: 533px;
aspect-ratio: 533/630;
text-align: center;
}





  #s-eceb0365-da0b-4805-abf1-1ffb2a612b19 img.shogun-image,
  #s-eceb0365-da0b-4805-abf1-1ffb2a612b19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eceb0365-da0b-4805-abf1-1ffb2a612b19 {
    width: 100%;
    height: auto;
  }



  #s-eceb0365-da0b-4805-abf1-1ffb2a612b19 img.shogun-image {
    

    
    
    
  }


#s-eceb0365-da0b-4805-abf1-1ffb2a612b19 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce7621ec-3f7c-4559-8e8c-52f32562b4e7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c0948cc0-a77a-4c8c-aa25-3b5f7356a129 {
  min-height: 10px;
}








#s-c0948cc0-a77a-4c8c-aa25-3b5f7356a129 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0948cc0-a77a-4c8c-aa25-3b5f7356a129.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a3fe0d4-52fa-4811-a2d5-ecff7ab6f311 {
  margin-bottom: 0px;
}

#s-284cfff4-0064-4ce6-8302-392d9e26132a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-284cfff4-0064-4ce6-8302-392d9e26132a {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-284cfff4-0064-4ce6-8302-392d9e26132a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-284cfff4-0064-4ce6-8302-392d9e26132a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-284cfff4-0064-4ce6-8302-392d9e26132a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-284cfff4-0064-4ce6-8302-392d9e26132a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-096e4da0-380e-48b7-9f4b-0906a00e6f8f {
  min-height: 50px;
}








#s-096e4da0-380e-48b7-9f4b-0906a00e6f8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-096e4da0-380e-48b7-9f4b-0906a00e6f8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aeae09e5-025d-4162-b585-d8cad78c0b15 {
  max-width: 533px;
aspect-ratio: 533/630;
text-align: center;
}





  #s-aeae09e5-025d-4162-b585-d8cad78c0b15 img.shogun-image,
  #s-aeae09e5-025d-4162-b585-d8cad78c0b15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aeae09e5-025d-4162-b585-d8cad78c0b15 {
    width: 100%;
    height: auto;
  }



  #s-aeae09e5-025d-4162-b585-d8cad78c0b15 img.shogun-image {
    

    
    
    
  }


#s-aeae09e5-025d-4162-b585-d8cad78c0b15 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbc49aaf-4db8-4609-9d10-ba45e12f2815 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2159d7a2-661e-4872-8d4c-893a425cd218 {
  min-height: 10px;
}








#s-2159d7a2-661e-4872-8d4c-893a425cd218 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2159d7a2-661e-4872-8d4c-893a425cd218.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4eb0480b-b4d5-49ba-bf03-1d2c07e4f185 {
  margin-bottom: 0px;
}

#s-85641f2c-6968-4d37-97c0-57c51dca947c {
  min-height: 50px;
}








#s-85641f2c-6968-4d37-97c0-57c51dca947c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85641f2c-6968-4d37-97c0-57c51dca947c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-278bf4f7-da53-407e-997b-8171e6aeb0fd {
  min-height: 50px;
}








#s-278bf4f7-da53-407e-997b-8171e6aeb0fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-278bf4f7-da53-407e-997b-8171e6aeb0fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a826928-4748-4981-bc5c-3c021052e5bc {
  max-width: 533px;
aspect-ratio: 533/630;
text-align: center;
}





  #s-3a826928-4748-4981-bc5c-3c021052e5bc img.shogun-image,
  #s-3a826928-4748-4981-bc5c-3c021052e5bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a826928-4748-4981-bc5c-3c021052e5bc {
    width: 100%;
    height: auto;
  }



  #s-3a826928-4748-4981-bc5c-3c021052e5bc img.shogun-image {
    

    
    
    
  }


#s-3a826928-4748-4981-bc5c-3c021052e5bc .shogun-image-content {
  
    align-items: center;
  
}

#s-f31e14e7-0501-40e8-8627-e52494389dec {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ee47c7e5-10dc-4a79-8710-e305a91e813b {
  min-height: 10px;
}








#s-ee47c7e5-10dc-4a79-8710-e305a91e813b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee47c7e5-10dc-4a79-8710-e305a91e813b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-764d2352-fe34-4611-a8ac-ff91e97d990e {
  margin-bottom: 0px;
}

#s-c7fa079c-bc47-4fff-b160-36c5ea82b963 {
  min-height: 50px;
}








#s-c7fa079c-bc47-4fff-b160-36c5ea82b963 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7fa079c-bc47-4fff-b160-36c5ea82b963.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd19ba66-7f3f-42d9-a867-a8de4dab46f3 {
  min-height: 50px;
}








#s-dd19ba66-7f3f-42d9-a867-a8de4dab46f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd19ba66-7f3f-42d9-a867-a8de4dab46f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18d93810-c4fe-4de3-9d7d-0d0a492debd1 {
  max-width: 533px;
aspect-ratio: 533/630;
text-align: center;
}





  #s-18d93810-c4fe-4de3-9d7d-0d0a492debd1 img.shogun-image,
  #s-18d93810-c4fe-4de3-9d7d-0d0a492debd1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-18d93810-c4fe-4de3-9d7d-0d0a492debd1 {
    width: 100%;
    height: auto;
  }



  #s-18d93810-c4fe-4de3-9d7d-0d0a492debd1 img.shogun-image {
    

    
    
    
  }


#s-18d93810-c4fe-4de3-9d7d-0d0a492debd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-505f4fc5-dde8-4993-8c5d-fbc7a09c4a2f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1f6ba252-2804-44a8-8cd9-fa9a209db2fb {
  min-height: 10px;
}








#s-1f6ba252-2804-44a8-8cd9-fa9a209db2fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f6ba252-2804-44a8-8cd9-fa9a209db2fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a315281-d4c5-4036-9754-f87f4da8628d {
  margin-bottom: 0px;
}

#s-faa0340b-171e-4157-ad08-139d65be830f {
  min-height: 50px;
}








#s-faa0340b-171e-4157-ad08-139d65be830f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faa0340b-171e-4157-ad08-139d65be830f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f017795d-2287-40a6-bfd1-c3d67b7027dc {
  text-align: center;
}







  #s-f017795d-2287-40a6-bfd1-c3d67b7027dc img.shogun-image {
    

    
    
    
  }


#s-f017795d-2287-40a6-bfd1-c3d67b7027dc .shogun-image-content {
  
    align-items: center;
  
}

#s-b796afde-af2a-47e8-9315-8bfff7abda86 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ec09a49b-afa2-45c4-85d0-f6ca44ddba85 {
  min-height: 10px;
}








#s-ec09a49b-afa2-45c4-85d0-f6ca44ddba85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec09a49b-afa2-45c4-85d0-f6ca44ddba85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-c5cb4ba5-e940-4649-a40c-d6e2eb045abb {
  margin-bottom: 30px;
}
}
#s-62a7b1ce-5e0c-4b39-a9cf-ee0184c382a3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-62a7b1ce-5e0c-4b39-a9cf-ee0184c382a3 {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-62a7b1ce-5e0c-4b39-a9cf-ee0184c382a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-62a7b1ce-5e0c-4b39-a9cf-ee0184c382a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-62a7b1ce-5e0c-4b39-a9cf-ee0184c382a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-62a7b1ce-5e0c-4b39-a9cf-ee0184c382a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2449f308-2403-421f-b9bf-d065fb4fff74 {
  min-height: 50px;
}








#s-2449f308-2403-421f-b9bf-d065fb4fff74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2449f308-2403-421f-b9bf-d065fb4fff74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23fe3513-8216-46ab-81eb-ea7e345b4c38 {
  text-align: center;
}







  #s-23fe3513-8216-46ab-81eb-ea7e345b4c38 img.shogun-image {
    

    
    
    
  }


#s-23fe3513-8216-46ab-81eb-ea7e345b4c38 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4099f8c-e50a-45fb-ae1d-40001908376b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b181c68d-5125-4d2b-8c2b-ba9498450bd0 {
  min-height: 10px;
}








#s-b181c68d-5125-4d2b-8c2b-ba9498450bd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b181c68d-5125-4d2b-8c2b-ba9498450bd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-e5bf1324-5b12-4db0-93b6-cf099f3ed7fd {
  margin-bottom: 30px;
}
}
#s-ed881cea-8cdd-4b1a-a66d-186b9218cddb {
  min-height: 50px;
}








#s-ed881cea-8cdd-4b1a-a66d-186b9218cddb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed881cea-8cdd-4b1a-a66d-186b9218cddb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5810936f-1f86-4100-bbf6-4ea1bc1e5775 {
  min-height: 50px;
}








#s-5810936f-1f86-4100-bbf6-4ea1bc1e5775 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5810936f-1f86-4100-bbf6-4ea1bc1e5775.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97ae3ced-504c-4b5e-b75c-14c9aab75e6d {
  max-width: 533px;
aspect-ratio: 533/630;
text-align: center;
}





  #s-97ae3ced-504c-4b5e-b75c-14c9aab75e6d img.shogun-image,
  #s-97ae3ced-504c-4b5e-b75c-14c9aab75e6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97ae3ced-504c-4b5e-b75c-14c9aab75e6d {
    width: 100%;
    height: auto;
  }



  #s-97ae3ced-504c-4b5e-b75c-14c9aab75e6d img.shogun-image {
    

    
    
    
  }


#s-97ae3ced-504c-4b5e-b75c-14c9aab75e6d .shogun-image-content {
  
    align-items: center;
  
}

#s-7d06441f-c7bb-46ab-a30f-b04ddcf33432 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1323f4b5-4836-428f-8036-93f152ed2dda {
  min-height: 10px;
}








#s-1323f4b5-4836-428f-8036-93f152ed2dda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1323f4b5-4836-428f-8036-93f152ed2dda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81ecb64a-691d-40fd-a585-2379dc2b68b6 {
  margin-bottom: 0px;
}

#s-75537e28-62b8-441a-a0f6-ccdb93b1ffaa {
  min-height: 50px;
}








#s-75537e28-62b8-441a-a0f6-ccdb93b1ffaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75537e28-62b8-441a-a0f6-ccdb93b1ffaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b54563ae-6720-485d-8f72-160c29f1f4ec {
  min-height: 50px;
}








#s-b54563ae-6720-485d-8f72-160c29f1f4ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b54563ae-6720-485d-8f72-160c29f1f4ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-586f4db4-5a16-410b-8e21-03ab254cab5e {
  max-width: 533px;
aspect-ratio: 533/630;
text-align: center;
}





  #s-586f4db4-5a16-410b-8e21-03ab254cab5e img.shogun-image,
  #s-586f4db4-5a16-410b-8e21-03ab254cab5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-586f4db4-5a16-410b-8e21-03ab254cab5e {
    width: 100%;
    height: auto;
  }



  #s-586f4db4-5a16-410b-8e21-03ab254cab5e img.shogun-image {
    

    
    
    
  }


#s-586f4db4-5a16-410b-8e21-03ab254cab5e .shogun-image-content {
  
    align-items: center;
  
}

#s-94ebca49-7dfc-4412-97d2-3c22c401af0f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8af12f3d-95dc-436b-b327-1ef8ee9cb1cb {
  min-height: 10px;
}








#s-8af12f3d-95dc-436b-b327-1ef8ee9cb1cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8af12f3d-95dc-436b-b327-1ef8ee9cb1cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08e146b9-8795-4922-9622-e9bb349cf32f {
  margin-bottom: 0px;
}

#s-79723cd9-7e74-4d6a-8fd3-0e19171483e7 {
  min-height: 50px;
}








#s-79723cd9-7e74-4d6a-8fd3-0e19171483e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79723cd9-7e74-4d6a-8fd3-0e19171483e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c7ea99f-7589-4191-baa2-66bb248c3fe3 {
  max-width: 533px;
aspect-ratio: 533/630;
text-align: center;
}





  #s-6c7ea99f-7589-4191-baa2-66bb248c3fe3 img.shogun-image,
  #s-6c7ea99f-7589-4191-baa2-66bb248c3fe3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c7ea99f-7589-4191-baa2-66bb248c3fe3 {
    width: 100%;
    height: auto;
  }



  #s-6c7ea99f-7589-4191-baa2-66bb248c3fe3 img.shogun-image {
    

    
    
    
  }


#s-6c7ea99f-7589-4191-baa2-66bb248c3fe3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0895021-4789-413c-999a-b698a9fdfb95 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5a1e45ea-b512-42a0-a25c-5e1d9a2734a3 {
  min-height: 10px;
}








#s-5a1e45ea-b512-42a0-a25c-5e1d9a2734a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a1e45ea-b512-42a0-a25c-5e1d9a2734a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adfe43a5-57d6-4b06-a1a9-cbbba341ae4b {
  margin-bottom: 0px;
}

#s-d3314898-6633-4415-a734-8036b6410b48 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3314898-6633-4415-a734-8036b6410b48 {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-d3314898-6633-4415-a734-8036b6410b48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d3314898-6633-4415-a734-8036b6410b48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d3314898-6633-4415-a734-8036b6410b48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d3314898-6633-4415-a734-8036b6410b48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-23e73f59-a823-4cf4-9c7e-256ba55818a6 {
  min-height: 50px;
}








#s-23e73f59-a823-4cf4-9c7e-256ba55818a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23e73f59-a823-4cf4-9c7e-256ba55818a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-756d2757-5f50-49b7-a33a-d9c0f17d25a4 {
  max-width: 533px;
aspect-ratio: 533/630;
text-align: center;
}





  #s-756d2757-5f50-49b7-a33a-d9c0f17d25a4 img.shogun-image,
  #s-756d2757-5f50-49b7-a33a-d9c0f17d25a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-756d2757-5f50-49b7-a33a-d9c0f17d25a4 {
    width: 100%;
    height: auto;
  }



  #s-756d2757-5f50-49b7-a33a-d9c0f17d25a4 img.shogun-image {
    

    
    
    
  }


#s-756d2757-5f50-49b7-a33a-d9c0f17d25a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcb3d6f4-e328-4233-a800-76326cfe45de {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6018f210-86cd-4d08-a93b-f1d0a567d723 {
  min-height: 10px;
}








#s-6018f210-86cd-4d08-a93b-f1d0a567d723 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6018f210-86cd-4d08-a93b-f1d0a567d723.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad577701-6398-4b2e-8cde-78a42e457033 {
  margin-bottom: 0px;
}

#s-8515d637-958b-4271-92d6-58e9e8c6be6d {
  min-height: 50px;
}








#s-8515d637-958b-4271-92d6-58e9e8c6be6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8515d637-958b-4271-92d6-58e9e8c6be6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b34d2887-be5d-404c-9805-1109a478adf2 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-b34d2887-be5d-404c-9805-1109a478adf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b34d2887-be5d-404c-9805-1109a478adf2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ed9b740-f29f-40cf-bbcf-d52385cf2623 {
  text-align: center;
}







  #s-2ed9b740-f29f-40cf-bbcf-d52385cf2623 img.shogun-image {
    

    
    
    
  }


#s-2ed9b740-f29f-40cf-bbcf-d52385cf2623 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae2ee477-47ae-4398-9ed3-d0d192d538ac {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b6baff75-fbfc-49dd-ac50-8cee2205651d {
  min-height: 10px;
}








#s-b6baff75-fbfc-49dd-ac50-8cee2205651d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6baff75-fbfc-49dd-ac50-8cee2205651d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7aba7e8-56ff-43dd-a37a-0a8ae6dbe481 {
  margin-bottom: 0px;
}

#s-f566ab75-a006-41a9-9171-553611551388 {
  min-height: 50px;
}








#s-f566ab75-a006-41a9-9171-553611551388 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f566ab75-a006-41a9-9171-553611551388.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e253b464-85d1-4870-8ba1-d78beb36c990 {
  min-height: 50px;
}








#s-e253b464-85d1-4870-8ba1-d78beb36c990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e253b464-85d1-4870-8ba1-d78beb36c990.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c7a61f8-2e2c-4bea-bf02-728b245bf149 {
  text-align: center;
}







  #s-2c7a61f8-2e2c-4bea-bf02-728b245bf149 img.shogun-image {
    

    
    
    
  }


#s-2c7a61f8-2e2c-4bea-bf02-728b245bf149 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6aeb118-c595-416b-8696-ca52063b2cf3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-87b748c5-a6e7-46fb-8b5f-f8fb41e2fa92 {
  min-height: 10px;
}








#s-87b748c5-a6e7-46fb-8b5f-f8fb41e2fa92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87b748c5-a6e7-46fb-8b5f-f8fb41e2fa92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a6e96ff-e973-449c-baee-5723286e9f1f {
  margin-bottom: 0px;
}

#s-46a08626-df8a-4a65-aac8-6e1a6bb17cc7 {
  min-height: 50px;
}








#s-46a08626-df8a-4a65-aac8-6e1a6bb17cc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46a08626-df8a-4a65-aac8-6e1a6bb17cc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fac5c57b-00f2-4fd8-abe0-5a4161b01a58 {
  min-height: 50px;
}








#s-fac5c57b-00f2-4fd8-abe0-5a4161b01a58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fac5c57b-00f2-4fd8-abe0-5a4161b01a58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7598fe0-578d-4391-b0b1-8f498b79baf8 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f7598fe0-578d-4391-b0b1-8f498b79baf8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7598fe0-578d-4391-b0b1-8f498b79baf8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7598fe0-578d-4391-b0b1-8f498b79baf8 {
  
}
}@media (max-width: 767px){#s-f7598fe0-578d-4391-b0b1-8f498b79baf8 {
  
}
}







#s-f7598fe0-578d-4391-b0b1-8f498b79baf8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f7598fe0-578d-4391-b0b1-8f498b79baf8.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-824fb179-9049-4f83-a733-771cdb55c082 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-824fb179-9049-4f83-a733-771cdb55c082 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ca95fba4-e6fa-43eb-b09d-129c8b58bda8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ca95fba4-e6fa-43eb-b09d-129c8b58bda8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca95fba4-e6fa-43eb-b09d-129c8b58bda8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ca95fba4-e6fa-43eb-b09d-129c8b58bda8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ca95fba4-e6fa-43eb-b09d-129c8b58bda8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ca95fba4-e6fa-43eb-b09d-129c8b58bda8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca95fba4-e6fa-43eb-b09d-129c8b58bda8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ca95fba4-e6fa-43eb-b09d-129c8b58bda8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ca95fba4-e6fa-43eb-b09d-129c8b58bda8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2203d048-70c0-4d2a-9cc0-290ab120c46d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-2203d048-70c0-4d2a-9cc0-290ab120c46d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2203d048-70c0-4d2a-9cc0-290ab120c46d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15e29210-6780-48e0-b188-756b00d3039d {
  margin-left: 50px;
margin-right: 50px;
}

#s-bb7bfff5-2354-4595-9f99-b30b748f5f73 {
  text-align: center;
}







  #s-bb7bfff5-2354-4595-9f99-b30b748f5f73 img.shogun-image {
    

    
    
    
  }


#s-bb7bfff5-2354-4595-9f99-b30b748f5f73 .shogun-image-content {
  
    align-items: center;
  
}

#s-be275ca3-a23d-442f-9883-c068a7481f71 {
  min-height: 50px;
}








#s-be275ca3-a23d-442f-9883-c068a7481f71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be275ca3-a23d-442f-9883-c068a7481f71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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;
}

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