.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-0447e1fe-183c-4cec-a36e-be6b85ada3d4 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-position: left bottom;
}
@media (max-width: 767px){#s-0447e1fe-183c-4cec-a36e-be6b85ada3d4 {
  display: none;
}
#s-0447e1fe-183c-4cec-a36e-be6b85ada3d4, #wrap-s-0447e1fe-183c-4cec-a36e-be6b85ada3d4 { display: none !important; }}
#s-0447e1fe-183c-4cec-a36e-be6b85ada3d4 {
  background-image: url(https://i.shgcdn.com/41c023bd-9278-4074-b2a0-a6803aab5c7f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0447e1fe-183c-4cec-a36e-be6b85ada3d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0447e1fe-183c-4cec-a36e-be6b85ada3d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-395dc992-be39-44b9-a100-2858fb8985e7 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-395dc992-be39-44b9-a100-2858fb8985e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-395dc992-be39-44b9-a100-2858fb8985e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-395dc992-be39-44b9-a100-2858fb8985e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-395dc992-be39-44b9-a100-2858fb8985e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

.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-abdcbd32-8594-480e-9ecb-fcb416582f2a {
  padding-top: 8px;
padding-left: 58px;
padding-bottom: 8px;
padding-right: 58px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(251, 117, 141, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(251, 117, 141, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-abdcbd32-8594-480e-9ecb-fcb416582f2a:hover {background-color: rgba(0, 36, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-abdcbd32-8594-480e-9ecb-fcb416582f2a:active {background-color: rgba(0, 36, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-abdcbd32-8594-480e-9ecb-fcb416582f2a-root {
    text-align: center;
  }


#s-abdcbd32-8594-480e-9ecb-fcb416582f2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abdcbd32-8594-480e-9ecb-fcb416582f2a-root {
    text-align: center;
  }


#s-abdcbd32-8594-480e-9ecb-fcb416582f2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abdcbd32-8594-480e-9ecb-fcb416582f2a-root {
    text-align: center;
  }


#s-abdcbd32-8594-480e-9ecb-fcb416582f2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abdcbd32-8594-480e-9ecb-fcb416582f2a-root {
    text-align: center;
  }


#s-abdcbd32-8594-480e-9ecb-fcb416582f2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abdcbd32-8594-480e-9ecb-fcb416582f2a-root {
    text-align: center;
  }


#s-abdcbd32-8594-480e-9ecb-fcb416582f2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}
  #s-abdcbd32-8594-480e-9ecb-fcb416582f2a-root {
    text-align: center;
  }


#s-abdcbd32-8594-480e-9ecb-fcb416582f2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Maven Pro;
  display:  inline-block ;
}

#s-0c257676-e841-45c9-824c-ef12481ecf65 {
  margin-top: 2%;
}

#s-e9e4ecf2-0214-4d54-a6aa-1aa09f78fcf5 {
  padding-top: 11%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(246, 250, 254, 1);
}
@media (min-width: 1200px){#s-e9e4ecf2-0214-4d54-a6aa-1aa09f78fcf5 {
  display: none;
}
#s-e9e4ecf2-0214-4d54-a6aa-1aa09f78fcf5, #wrap-s-e9e4ecf2-0214-4d54-a6aa-1aa09f78fcf5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9e4ecf2-0214-4d54-a6aa-1aa09f78fcf5 {
  display: none;
}
#s-e9e4ecf2-0214-4d54-a6aa-1aa09f78fcf5, #wrap-s-e9e4ecf2-0214-4d54-a6aa-1aa09f78fcf5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9e4ecf2-0214-4d54-a6aa-1aa09f78fcf5 {
  display: none;
}
#s-e9e4ecf2-0214-4d54-a6aa-1aa09f78fcf5, #wrap-s-e9e4ecf2-0214-4d54-a6aa-1aa09f78fcf5 { display: none !important; }}@media (max-width: 767px){#s-e9e4ecf2-0214-4d54-a6aa-1aa09f78fcf5 {
  
}
}







#s-e9e4ecf2-0214-4d54-a6aa-1aa09f78fcf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9e4ecf2-0214-4d54-a6aa-1aa09f78fcf5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-4d903ac2-1076-44a0-a92b-dc795c443805 {
  display: none;
}
#s-4d903ac2-1076-44a0-a92b-dc795c443805, #wrap-s-4d903ac2-1076-44a0-a92b-dc795c443805 { display: none !important; }}
#s-af6144c0-4e32-4f76-ab58-13c477a598a1 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-af6144c0-4e32-4f76-ab58-13c477a598a1 {
  display: none;
}
#s-af6144c0-4e32-4f76-ab58-13c477a598a1, #wrap-s-af6144c0-4e32-4f76-ab58-13c477a598a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af6144c0-4e32-4f76-ab58-13c477a598a1 {
  display: none;
}
#s-af6144c0-4e32-4f76-ab58-13c477a598a1, #wrap-s-af6144c0-4e32-4f76-ab58-13c477a598a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af6144c0-4e32-4f76-ab58-13c477a598a1 {
  display: none;
}
#s-af6144c0-4e32-4f76-ab58-13c477a598a1, #wrap-s-af6144c0-4e32-4f76-ab58-13c477a598a1 { display: none !important; }}@media (max-width: 767px){#s-af6144c0-4e32-4f76-ab58-13c477a598a1 {
  
}
}
.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-482da7ff-6947-430c-9fb0-deffe4f8beb6 {
  text-align: center;
}







  img.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image {
    
    
  }


.s-482da7ff-6947-430c-9fb0-deffe4f8beb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image {
    
    
  }


.s-482da7ff-6947-430c-9fb0-deffe4f8beb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image {
    
    
  }


.s-482da7ff-6947-430c-9fb0-deffe4f8beb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image {
    
    
  }


.s-482da7ff-6947-430c-9fb0-deffe4f8beb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image {
    
    
  }


.s-482da7ff-6947-430c-9fb0-deffe4f8beb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-482da7ff-6947-430c-9fb0-deffe4f8beb6.shogun-image {
  box-sizing: border-box;
}



}
#s-02b098d4-93af-499a-8403-7b1e5f939a52 {
  padding-top: 8px;
padding-left: 58px;
padding-bottom: 8px;
padding-right: 58px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(251, 117, 141, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(251, 117, 141, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-02b098d4-93af-499a-8403-7b1e5f939a52:hover {background-color: rgba(0, 36, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-02b098d4-93af-499a-8403-7b1e5f939a52:active {background-color: rgba(0, 36, 93, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-02b098d4-93af-499a-8403-7b1e5f939a52-root {
    text-align: center;
  }


#s-02b098d4-93af-499a-8403-7b1e5f939a52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02b098d4-93af-499a-8403-7b1e5f939a52-root {
    text-align: center;
  }


#s-02b098d4-93af-499a-8403-7b1e5f939a52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02b098d4-93af-499a-8403-7b1e5f939a52-root {
    text-align: center;
  }


#s-02b098d4-93af-499a-8403-7b1e5f939a52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02b098d4-93af-499a-8403-7b1e5f939a52-root {
    text-align: center;
  }


#s-02b098d4-93af-499a-8403-7b1e5f939a52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02b098d4-93af-499a-8403-7b1e5f939a52-root {
    text-align: center;
  }


#s-02b098d4-93af-499a-8403-7b1e5f939a52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}
  #s-02b098d4-93af-499a-8403-7b1e5f939a52-root {
    text-align: center;
  }


#s-02b098d4-93af-499a-8403-7b1e5f939a52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Maven Pro;
  display:  inline-block ;
}

#s-11f6d02e-7962-4ba1-bc1e-d91c2f32548f {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-11f6d02e-7962-4ba1-bc1e-d91c2f32548f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11f6d02e-7962-4ba1-bc1e-d91c2f32548f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11f6d02e-7962-4ba1-bc1e-d91c2f32548f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11f6d02e-7962-4ba1-bc1e-d91c2f32548f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-11f6d02e-7962-4ba1-bc1e-d91c2f32548f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-50536768-8661-4057-85d2-9a8ea7e96787 {
  text-align: center;
}







  #s-50536768-8661-4057-85d2-9a8ea7e96787 img.shogun-image {
    

    
    
    
  }


#s-50536768-8661-4057-85d2-9a8ea7e96787 .shogun-image-content {
  
    align-items: center;
  
}

#s-54e40531-c9d5-48f1-b531-c049c9cb769b {
  margin-top: 2%;
}

#s-04af411d-7bec-4a7f-9ca9-3e179a7b50d5 {
  background-repeat: no-repeat;
background-size: contain;
padding-top: 8%;
padding-bottom: 8%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-04af411d-7bec-4a7f-9ca9-3e179a7b50d5 {
  
}
}
#s-04af411d-7bec-4a7f-9ca9-3e179a7b50d5 {
  background-image: url(https://i.shgcdn.com/8a3a3401-9141-4770-bcfd-70642dba721c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-04af411d-7bec-4a7f-9ca9-3e179a7b50d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04af411d-7bec-4a7f-9ca9-3e179a7b50d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39a8799f-7e0c-4e18-9fb2-9710437715f2 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-39a8799f-7e0c-4e18-9fb2-9710437715f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39a8799f-7e0c-4e18-9fb2-9710437715f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39a8799f-7e0c-4e18-9fb2-9710437715f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39a8799f-7e0c-4e18-9fb2-9710437715f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-180d8c73-9ca2-4866-adfb-bc77fda4fbeb {
  margin-top: 20px;
}

#s-4c8ea414-388b-488c-b198-889e94dc2144 {
  margin-top: 15%;
margin-left: 15%;
margin-bottom: 15%;
margin-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-4c8ea414-388b-488c-b198-889e94dc2144 {
  margin-top: 15%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
display: none;
}
#s-4c8ea414-388b-488c-b198-889e94dc2144, #wrap-s-4c8ea414-388b-488c-b198-889e94dc2144 { display: none !important; }}







#s-4c8ea414-388b-488c-b198-889e94dc2144 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c8ea414-388b-488c-b198-889e94dc2144.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-517159b0-9e88-48bf-932a-f509e4375c65 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-517159b0-9e88-48bf-932a-f509e4375c65 {
  
}
}
#s-7e96a867-b4bb-45c7-9f9b-99acb4a04466 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-7e96a867-b4bb-45c7-9f9b-99acb4a04466 {
  
}
}
#s-66f4073e-1f03-4e54-97f1-06e26053d402 {
  margin-top: 15%;
margin-left: 5%;
margin-bottom: 15%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-66f4073e-1f03-4e54-97f1-06e26053d402 {
  display: none;
}
#s-66f4073e-1f03-4e54-97f1-06e26053d402, #wrap-s-66f4073e-1f03-4e54-97f1-06e26053d402 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66f4073e-1f03-4e54-97f1-06e26053d402 {
  display: none;
}
#s-66f4073e-1f03-4e54-97f1-06e26053d402, #wrap-s-66f4073e-1f03-4e54-97f1-06e26053d402 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66f4073e-1f03-4e54-97f1-06e26053d402 {
  display: none;
}
#s-66f4073e-1f03-4e54-97f1-06e26053d402, #wrap-s-66f4073e-1f03-4e54-97f1-06e26053d402 { display: none !important; }}@media (max-width: 767px){#s-66f4073e-1f03-4e54-97f1-06e26053d402 {
  margin-top: 15%;
margin-bottom: 15%;
}
}







#s-66f4073e-1f03-4e54-97f1-06e26053d402 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66f4073e-1f03-4e54-97f1-06e26053d402.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efc85f9f-37b3-43aa-a59b-51862e0e04c2 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-efc85f9f-37b3-43aa-a59b-51862e0e04c2 {
  
}
}
#s-af7354a9-8a16-4fc0-8f69-6c0ca2a857b2 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-af7354a9-8a16-4fc0-8f69-6c0ca2a857b2 {
  
}
}
#s-18c9c0c4-03cf-422f-9216-c1da50917cec {
  margin-left: auto;
margin-right: auto;
padding-top: 8%;
padding-bottom: 8%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-18c9c0c4-03cf-422f-9216-c1da50917cec {
  display: none;
}
#s-18c9c0c4-03cf-422f-9216-c1da50917cec, #wrap-s-18c9c0c4-03cf-422f-9216-c1da50917cec { display: none !important; }}@media (max-width: 767px){#s-18c9c0c4-03cf-422f-9216-c1da50917cec {
  display: none;
}
#s-18c9c0c4-03cf-422f-9216-c1da50917cec, #wrap-s-18c9c0c4-03cf-422f-9216-c1da50917cec { display: none !important; }}







#s-18c9c0c4-03cf-422f-9216-c1da50917cec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18c9c0c4-03cf-422f-9216-c1da50917cec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ba53050-9f79-4a80-bbb4-cb38a6413763 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-0ba53050-9f79-4a80-bbb4-cb38a6413763"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ba53050-9f79-4a80-bbb4-cb38a6413763"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ba53050-9f79-4a80-bbb4-cb38a6413763"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ba53050-9f79-4a80-bbb4-cb38a6413763"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-3d8b2555-74fd-4203-9d0a-eb4be6662352 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-17319ffe-79ab-4144-93ee-04ba7b9ce3a9 {
  margin-top: 50px;
margin-bottom: 0px;
}

#s-fe290061-3601-4863-86df-fcb78ba1ad30 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-fe290061-3601-4863-86df-fcb78ba1ad30 {
  display: none;
}
#s-fe290061-3601-4863-86df-fcb78ba1ad30, #wrap-s-fe290061-3601-4863-86df-fcb78ba1ad30 { display: none !important; }}
#s-247dd678-975f-4028-9aa3-2f54563a450c {
  text-align: center;
}







  img.s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image {
    
    
  }


.s-247dd678-975f-4028-9aa3-2f54563a450c .shogun-image-content {
  
    align-items: center;
  
}

.s-247dd678-975f-4028-9aa3-2f54563a450c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image {
    
    
  }


.s-247dd678-975f-4028-9aa3-2f54563a450c .shogun-image-content {
  
    align-items: center;
  
}

.s-247dd678-975f-4028-9aa3-2f54563a450c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image {
    
    
  }


.s-247dd678-975f-4028-9aa3-2f54563a450c .shogun-image-content {
  
    align-items: center;
  
}

.s-247dd678-975f-4028-9aa3-2f54563a450c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image {
    
    
  }


.s-247dd678-975f-4028-9aa3-2f54563a450c .shogun-image-content {
  
    align-items: center;
  
}

.s-247dd678-975f-4028-9aa3-2f54563a450c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image {
    
    
  }


.s-247dd678-975f-4028-9aa3-2f54563a450c .shogun-image-content {
  
    align-items: center;
  
}

.s-247dd678-975f-4028-9aa3-2f54563a450c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247dd678-975f-4028-9aa3-2f54563a450c.shogun-image {
  box-sizing: border-box;
}



}
@media (min-width: 1200px){#s-300eea66-0195-4fd1-bd35-61b224a499b9 {
  display: none;
}
#s-300eea66-0195-4fd1-bd35-61b224a499b9, #wrap-s-300eea66-0195-4fd1-bd35-61b224a499b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-300eea66-0195-4fd1-bd35-61b224a499b9 {
  display: none;
}
#s-300eea66-0195-4fd1-bd35-61b224a499b9, #wrap-s-300eea66-0195-4fd1-bd35-61b224a499b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-300eea66-0195-4fd1-bd35-61b224a499b9 {
  
}
}@media (max-width: 767px){#s-300eea66-0195-4fd1-bd35-61b224a499b9 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9463e111-75ae-4f05-adab-58057284fccb {
  margin-top: 50px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-9463e111-75ae-4f05-adab-58057284fccb {
  display: none;
}
#s-9463e111-75ae-4f05-adab-58057284fccb, #wrap-s-9463e111-75ae-4f05-adab-58057284fccb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9463e111-75ae-4f05-adab-58057284fccb {
  display: none;
}
#s-9463e111-75ae-4f05-adab-58057284fccb, #wrap-s-9463e111-75ae-4f05-adab-58057284fccb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9463e111-75ae-4f05-adab-58057284fccb {
  
}
}
#s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6 {
  text-align: center;
}
@media (min-width: 1200px){#s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6 {
  display: none;
}
#s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6, #wrap-s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6 {
  display: none;
}
#s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6, #wrap-s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6 {
  
}
}






  img.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image {
    
    
  }


.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image {
    
    
  }


.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image {
    
    
  }


.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image {
    
    
  }


.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image {
    
    
  }


.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcbfe8b-9e75-4acf-8418-fc5a4d4163c6.shogun-image {
  box-sizing: border-box;
}



}
#s-11811ce2-275e-43fa-8c78-04af0544ea16 {
  min-height: 50px;
}
@media (max-width: 767px){#s-11811ce2-275e-43fa-8c78-04af0544ea16 {
  
}
}







#s-11811ce2-275e-43fa-8c78-04af0544ea16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11811ce2-275e-43fa-8c78-04af0544ea16.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-e516073b-b5ab-48f6-9a46-a6c42dc54823 {
  padding-top: 70px;
text-align: center;
}
@media (max-width: 767px){#s-e516073b-b5ab-48f6-9a46-a6c42dc54823 {
  display: none;
}
#s-e516073b-b5ab-48f6-9a46-a6c42dc54823, #wrap-s-e516073b-b5ab-48f6-9a46-a6c42dc54823 { display: none !important; }}
#s-e516073b-b5ab-48f6-9a46-a6c42dc54823 .shogun-heading-component h2 {
  color: rgba(6, 41, 88, 1);
  font-weight:  normal ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-515afbb9-bbad-4540-be43-cdea8057715d {
  padding-top: 70px;
text-align: center;
}
@media (min-width: 1200px){#s-515afbb9-bbad-4540-be43-cdea8057715d {
  display: none;
}
#s-515afbb9-bbad-4540-be43-cdea8057715d, #wrap-s-515afbb9-bbad-4540-be43-cdea8057715d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-515afbb9-bbad-4540-be43-cdea8057715d {
  display: none;
}
#s-515afbb9-bbad-4540-be43-cdea8057715d, #wrap-s-515afbb9-bbad-4540-be43-cdea8057715d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-515afbb9-bbad-4540-be43-cdea8057715d {
  display: none;
}
#s-515afbb9-bbad-4540-be43-cdea8057715d, #wrap-s-515afbb9-bbad-4540-be43-cdea8057715d { display: none !important; }}@media (max-width: 767px){#s-515afbb9-bbad-4540-be43-cdea8057715d {
  
}
}
#s-515afbb9-bbad-4540-be43-cdea8057715d .shogun-heading-component h2 {
  color: rgba(6, 41, 88, 1);
  font-weight:  normal ;
  font-family: "Bodoni Moda";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



@media (max-width: 767px){#s-ffc9119d-2a21-423c-bb0f-b0619636ee33 {
  
}
}
#s-a253d62d-52a3-41c6-b3af-635506d34324 {
  margin-top: 40px;
margin-bottom: 20px;
padding-left: 18%;
padding-right: 18%;
}
@media (max-width: 767px){#s-a253d62d-52a3-41c6-b3af-635506d34324 {
  
}
}
@media (min-width: 0px) {
[id="s-a253d62d-52a3-41c6-b3af-635506d34324"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a253d62d-52a3-41c6-b3af-635506d34324"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-a253d62d-52a3-41c6-b3af-635506d34324"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-a253d62d-52a3-41c6-b3af-635506d34324"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-7ca11b96-bf1b-4052-9668-d26f7e27bda5 .shogun-icon-wrapper {
  text-align: center;
}


#s-7ca11b96-bf1b-4052-9668-d26f7e27bda5 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-c0c6ce7d-68d5-47f0-ba77-6525485125f6 .shogun-icon-wrapper {
  text-align: center;
}


#s-c0c6ce7d-68d5-47f0-ba77-6525485125f6 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 100px !important;
  color: rgba(194, 211, 194, 1);
}

#s-05fcd94d-650c-4d79-8883-9feda27139e0 .shogun-icon-wrapper {
  text-align: center;
}


#s-05fcd94d-650c-4d79-8883-9feda27139e0 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 100px !important;
  color: rgba(188, 167, 192, 1);
}

#s-58c74d57-2157-43f2-a7e9-e0e4ba297710 .shogun-icon-wrapper {
  text-align: center;
}


#s-58c74d57-2157-43f2-a7e9-e0e4ba297710 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 100px !important;
  color: rgba(128, 151, 171, 1);
}

#s-1a8b66ce-27d6-4fcb-ba44-b9f02b13299d .shogun-icon-wrapper {
  text-align: center;
}


#s-1a8b66ce-27d6-4fcb-ba44-b9f02b13299d .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 100px !important;
  color: rgba(139, 170, 212, 1);
}

#s-7f0610a4-aef1-4476-a5a3-d81617b8a701 .shogun-icon-wrapper {
  text-align: center;
}


#s-7f0610a4-aef1-4476-a5a3-d81617b8a701 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 100px !important;
  color: rgba(187, 87, 107, 1);
}

#s-587e002f-23a3-4422-8eb6-4890f24ddb3f {
  margin-top: 20px;
margin-bottom: 50px;
padding-top: 15px;
padding-left: 70px;
padding-bottom: 15px;
padding-right: 70px;
border-radius: 100px;
background-color: rgba(253, 118, 142, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-587e002f-23a3-4422-8eb6-4890f24ddb3f:hover {background-color: rgba(253, 118, 142, 0.89) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-587e002f-23a3-4422-8eb6-4890f24ddb3f:active {background-color: rgba(253, 118, 142, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-587e002f-23a3-4422-8eb6-4890f24ddb3f-root {
    text-align: center;
  }


#s-587e002f-23a3-4422-8eb6-4890f24ddb3f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-587e002f-23a3-4422-8eb6-4890f24ddb3f-root {
    text-align: center;
  }


#s-587e002f-23a3-4422-8eb6-4890f24ddb3f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-587e002f-23a3-4422-8eb6-4890f24ddb3f-root {
    text-align: center;
  }


#s-587e002f-23a3-4422-8eb6-4890f24ddb3f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-587e002f-23a3-4422-8eb6-4890f24ddb3f-root {
    text-align: center;
  }


#s-587e002f-23a3-4422-8eb6-4890f24ddb3f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-587e002f-23a3-4422-8eb6-4890f24ddb3f-root {
    text-align: center;
  }


#s-587e002f-23a3-4422-8eb6-4890f24ddb3f.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}
#s-a881afde-9829-4217-823b-ff6b9facd938 {
  background-size: cover;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-position: center center;
background-color: rgba(244, 247, 251, 1);
}
@media (max-width: 767px){#s-a881afde-9829-4217-823b-ff6b9facd938 {
  display: none;
}
#s-a881afde-9829-4217-823b-ff6b9facd938, #wrap-s-a881afde-9829-4217-823b-ff6b9facd938 { display: none !important; }}







#s-a881afde-9829-4217-823b-ff6b9facd938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a881afde-9829-4217-823b-ff6b9facd938.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b9b86ed-6e3e-48b2-a887-913989263fa8 {
  margin-left: 21%;
margin-right: 21%;
}

#s-41b8f731-8474-48b7-9f1d-ec499e6cbfbc {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-41b8f731-8474-48b7-9f1d-ec499e6cbfbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41b8f731-8474-48b7-9f1d-ec499e6cbfbc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41b8f731-8474-48b7-9f1d-ec499e6cbfbc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41b8f731-8474-48b7-9f1d-ec499e6cbfbc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41b8f731-8474-48b7-9f1d-ec499e6cbfbc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41b8f731-8474-48b7-9f1d-ec499e6cbfbc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41b8f731-8474-48b7-9f1d-ec499e6cbfbc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-038d48c1-e655-46a9-af40-66ae71952fe6 {
  text-align: center;
}







  #s-038d48c1-e655-46a9-af40-66ae71952fe6 img.shogun-image {
    

    
    
    
  }


#s-038d48c1-e655-46a9-af40-66ae71952fe6 .shogun-image-content {
  
    align-items: center;
  
}

#s-64f70407-ab1b-4cfc-8627-7aac85538ff1 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-5d2529a9-1c77-4a55-8b6d-b377813c39c9 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 10%;
}

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

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

#s-92dcecb9-3df4-440d-b00f-0fb17148e340 {
  margin-top: 5%;
margin-left: 40%;
margin-bottom: 5%;
margin-right: 40%;
}

#s-92dcecb9-3df4-440d-b00f-0fb17148e340 hr {
  border-top: 2px solid rgba(103, 153, 200, 1);
}

#s-d62d74d8-9367-4518-a14c-56887fe62d9c {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-af55e358-1846-4548-8b55-037cf068c355 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 10%;
}

#s-4c8a2fd0-7f51-41e6-bfcd-a1f0e5957a82 {
  margin-top: 5%;
margin-left: 40%;
margin-bottom: 5%;
margin-right: 40%;
}

#s-4c8a2fd0-7f51-41e6-bfcd-a1f0e5957a82 hr {
  border-top: 2px solid rgba(103, 153, 200, 1);
}

#s-dc7a500b-5436-40b1-b958-de55be1a7f42 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-843dd35c-2f71-4c19-a2c0-95b5d3533202 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 10%;
}

#s-9967e7cc-785d-414f-97bc-f2707aa39bb5 {
  margin-top: 5%;
margin-left: 40%;
margin-bottom: 5%;
margin-right: 40%;
}

#s-9967e7cc-785d-414f-97bc-f2707aa39bb5 hr {
  border-top: 2px solid rgba(103, 153, 200, 1);
}

#s-3738a9f3-39a2-4ac2-94a6-633e27a3bc62 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-1191f1c9-f337-43e8-94d0-4d23c107f4a7 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 10%;
}

#s-f528c42d-5d30-4ba9-a0a9-91c9dc240484 {
  background-size: cover;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
background-color: rgba(217, 229, 241, 1);
}
@media (min-width: 1200px){#s-f528c42d-5d30-4ba9-a0a9-91c9dc240484 {
  display: none;
}
#s-f528c42d-5d30-4ba9-a0a9-91c9dc240484, #wrap-s-f528c42d-5d30-4ba9-a0a9-91c9dc240484 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f528c42d-5d30-4ba9-a0a9-91c9dc240484 {
  display: none;
}
#s-f528c42d-5d30-4ba9-a0a9-91c9dc240484, #wrap-s-f528c42d-5d30-4ba9-a0a9-91c9dc240484 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f528c42d-5d30-4ba9-a0a9-91c9dc240484 {
  display: none;
}
#s-f528c42d-5d30-4ba9-a0a9-91c9dc240484, #wrap-s-f528c42d-5d30-4ba9-a0a9-91c9dc240484 { display: none !important; }}@media (max-width: 767px){#s-f528c42d-5d30-4ba9-a0a9-91c9dc240484 {
  
}
}







#s-f528c42d-5d30-4ba9-a0a9-91c9dc240484 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f528c42d-5d30-4ba9-a0a9-91c9dc240484.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e0926e4-81ce-40ed-be35-fb381a6d69f4 {
  margin-left: 5%;
margin-right: 5%;
}

#s-d21eb40a-3d72-4c9d-b810-6d0b320d59aa {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-d21eb40a-3d72-4c9d-b810-6d0b320d59aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d21eb40a-3d72-4c9d-b810-6d0b320d59aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d21eb40a-3d72-4c9d-b810-6d0b320d59aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d21eb40a-3d72-4c9d-b810-6d0b320d59aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d21eb40a-3d72-4c9d-b810-6d0b320d59aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d21eb40a-3d72-4c9d-b810-6d0b320d59aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d21eb40a-3d72-4c9d-b810-6d0b320d59aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-106c4638-7e6e-4884-8a96-3913748c7bd5 {
  text-align: center;
}







  #s-106c4638-7e6e-4884-8a96-3913748c7bd5 img.shogun-image {
    

    
    
    
  }


#s-106c4638-7e6e-4884-8a96-3913748c7bd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b94eeda-2e68-4335-9679-e7a60f3fe9f5 {
  margin-top: 5%;
margin-bottom: 0%;
}

#s-94576127-5cda-4030-82c5-f4b1ad0bf868 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 10%;
}

#s-02c07c51-18d9-4866-87e3-17c70a4b8c14 {
  margin-top: 5%;
margin-left: 40%;
margin-bottom: 5%;
margin-right: 40%;
}

#s-02c07c51-18d9-4866-87e3-17c70a4b8c14 hr {
  border-top: 2px solid rgba(103, 153, 200, 1);
}

#s-fe2e33f0-4c91-44a8-bd5e-6bbca955dbab {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-fbf3b3b3-87d1-4fa5-abd2-8de27b8d48cd {
  margin-top: 0%;
margin-left: 10%;
margin-right: 10%;
}

#s-822193f1-f582-41f1-8539-fe68fbc73954 {
  margin-top: 5%;
margin-left: 40%;
margin-bottom: 5%;
margin-right: 40%;
}

#s-822193f1-f582-41f1-8539-fe68fbc73954 hr {
  border-top: 2px solid rgba(103, 153, 200, 1);
}

#s-e5974658-c567-419e-a646-1645db2e6cac {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-492ecbfc-5d91-4cdf-bfbf-71e33cc7f090 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 10%;
}

#s-7bf3c4b7-f464-4aa6-ac56-1950e619f32f {
  margin-top: 5%;
margin-left: 40%;
margin-bottom: 5%;
margin-right: 40%;
}

#s-7bf3c4b7-f464-4aa6-ac56-1950e619f32f hr {
  border-top: 2px solid rgba(103, 153, 200, 1);
}

#s-6ef680be-a312-4eca-9f91-47bbd9d9d930 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-e353277a-d6a3-409c-8ae9-12bff9fdf739 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 10%;
}

#s-3478d402-802a-4e7c-afd5-10141a7eb9cd {
  background-size: cover;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3478d402-802a-4e7c-afd5-10141a7eb9cd {
  
}
}







#s-3478d402-802a-4e7c-afd5-10141a7eb9cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3478d402-802a-4e7c-afd5-10141a7eb9cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-60f4624b-4dfc-497b-93d8-16dfff15ceee {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-60f4624b-4dfc-497b-93d8-16dfff15ceee, #wrap-s-60f4624b-4dfc-497b-93d8-16dfff15ceee { display: none !important; }}
@media (min-width: 1200px){#s-6769b786-1e91-4f44-912d-02bd985214d8 {
  display: none;
}
#s-6769b786-1e91-4f44-912d-02bd985214d8, #wrap-s-6769b786-1e91-4f44-912d-02bd985214d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6769b786-1e91-4f44-912d-02bd985214d8 {
  display: none;
}
#s-6769b786-1e91-4f44-912d-02bd985214d8, #wrap-s-6769b786-1e91-4f44-912d-02bd985214d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6769b786-1e91-4f44-912d-02bd985214d8 {
  display: none;
}
#s-6769b786-1e91-4f44-912d-02bd985214d8, #wrap-s-6769b786-1e91-4f44-912d-02bd985214d8 { display: none !important; }}@media (max-width: 767px){#s-6769b786-1e91-4f44-912d-02bd985214d8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5b5c0715-bc27-4d89-abe4-54862d08f4cc {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-5b5c0715-bc27-4d89-abe4-54862d08f4cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b5c0715-bc27-4d89-abe4-54862d08f4cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5b5c0715-bc27-4d89-abe4-54862d08f4cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b5c0715-bc27-4d89-abe4-54862d08f4cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea {
  text-align: center;
}







  img.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image {
    
    
  }


.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea .shogun-image-content {
  
    align-items: center;
  
}

.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image {
    
    
  }


.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea .shogun-image-content {
  
    align-items: center;
  
}

.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image {
  box-sizing: border-box;
}



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





  img.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image {
    
    
  }


.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea .shogun-image-content {
  
    align-items: center;
  
}

.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image {
  box-sizing: border-box;
}



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





  img.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image {
    
    
  }


.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea .shogun-image-content {
  
    align-items: center;
  
}

.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image {
  box-sizing: border-box;
}



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





  img.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image {
    
    
  }


.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea .shogun-image-content {
  
    align-items: center;
  
}

.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42f1cd78-3d5f-409d-8a5e-4c5f2b1915ea.shogun-image {
  box-sizing: border-box;
}



}
#s-d85c8038-f18a-4fc0-817b-448ddfc551ad {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-20981436-9a3b-4648-949a-3a8a43cfd654 {
  text-align: center;
}







  img.s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image {
    
    
  }


.s-20981436-9a3b-4648-949a-3a8a43cfd654 .shogun-image-content {
  
    align-items: center;
  
}

.s-20981436-9a3b-4648-949a-3a8a43cfd654.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image {
    
    
  }


.s-20981436-9a3b-4648-949a-3a8a43cfd654 .shogun-image-content {
  
    align-items: center;
  
}

.s-20981436-9a3b-4648-949a-3a8a43cfd654.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image {
  box-sizing: border-box;
}



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





  img.s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image {
    
    
  }


.s-20981436-9a3b-4648-949a-3a8a43cfd654 .shogun-image-content {
  
    align-items: center;
  
}

.s-20981436-9a3b-4648-949a-3a8a43cfd654.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image {
  box-sizing: border-box;
}



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





  img.s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image {
    
    
  }


.s-20981436-9a3b-4648-949a-3a8a43cfd654 .shogun-image-content {
  
    align-items: center;
  
}

.s-20981436-9a3b-4648-949a-3a8a43cfd654.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image {
  box-sizing: border-box;
}



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





  img.s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image {
    
    
  }


.s-20981436-9a3b-4648-949a-3a8a43cfd654 .shogun-image-content {
  
    align-items: center;
  
}

.s-20981436-9a3b-4648-949a-3a8a43cfd654.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20981436-9a3b-4648-949a-3a8a43cfd654.shogun-image {
  box-sizing: border-box;
}



}
#s-a020ef94-d79a-4c1f-9fd5-790efdef8e8f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d577e4e6-e501-4419-941b-b1dbc548a76c {
  text-align: center;
}







  img.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image {
    
    
  }


.s-d577e4e6-e501-4419-941b-b1dbc548a76c .shogun-image-content {
  
    align-items: center;
  
}

.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image {
    
    
  }


.s-d577e4e6-e501-4419-941b-b1dbc548a76c .shogun-image-content {
  
    align-items: center;
  
}

.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image {
    
    
  }


.s-d577e4e6-e501-4419-941b-b1dbc548a76c .shogun-image-content {
  
    align-items: center;
  
}

.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image {
    
    
  }


.s-d577e4e6-e501-4419-941b-b1dbc548a76c .shogun-image-content {
  
    align-items: center;
  
}

.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image {
    
    
  }


.s-d577e4e6-e501-4419-941b-b1dbc548a76c .shogun-image-content {
  
    align-items: center;
  
}

.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d577e4e6-e501-4419-941b-b1dbc548a76c.shogun-image {
  box-sizing: border-box;
}



}
#s-2cd52265-7d55-4487-a6c2-ce881377967c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7ec6efe1-5cc1-4759-92d9-fa45d11ecb5b {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 800px;
background-color: rgba(0, 33, 81, 1);
}








#s-7ec6efe1-5cc1-4759-92d9-fa45d11ecb5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ec6efe1-5cc1-4759-92d9-fa45d11ecb5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb7c64a5-0345-4c08-bb2a-bff65a5d801d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb7c64a5-0345-4c08-bb2a-bff65a5d801d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Maven Pro";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-f75ba66f-3871-4f80-8406-ce20ab151fdb {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-f75ba66f-3871-4f80-8406-ce20ab151fdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f75ba66f-3871-4f80-8406-ce20ab151fdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec281cd4-c1aa-4961-b00b-ce72d7a55915 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-ec281cd4-c1aa-4961-b00b-ce72d7a55915"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec281cd4-c1aa-4961-b00b-ce72d7a55915"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ec281cd4-c1aa-4961-b00b-ce72d7a55915"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec281cd4-c1aa-4961-b00b-ce72d7a55915"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ec281cd4-c1aa-4961-b00b-ce72d7a55915"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec281cd4-c1aa-4961-b00b-ce72d7a55915"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ec281cd4-c1aa-4961-b00b-ce72d7a55915"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-60f4f0b6-ed5b-45bd-b734-4cdd9e902df1 {
  margin-top: 10%;
text-align: center;
}







  #s-60f4f0b6-ed5b-45bd-b734-4cdd9e902df1 img.shogun-image {
    

    
    
    
  }


#s-60f4f0b6-ed5b-45bd-b734-4cdd9e902df1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dc1c692-a04c-43fd-b6da-a2e58cf364d0 {
  margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-bottom: 5%;
}

#s-4c719c81-9f93-4dc7-83df-ac904a86f29f {
  background-size: cover;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4c719c81-9f93-4dc7-83df-ac904a86f29f {
  
}
}







#s-4c719c81-9f93-4dc7-83df-ac904a86f29f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c719c81-9f93-4dc7-83df-ac904a86f29f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad43ac60-bf23-414f-a879-a7e2920f2e8f {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-ad43ac60-bf23-414f-a879-a7e2920f2e8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ad43ac60-bf23-414f-a879-a7e2920f2e8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ad43ac60-bf23-414f-a879-a7e2920f2e8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ad43ac60-bf23-414f-a879-a7e2920f2e8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f {
  text-align: center;
}







  img.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image {
    
    
  }


.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image {
    
    
  }


.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image {
    
    
  }


.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image {
    
    
  }


.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image {
    
    
  }


.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f .shogun-image-content {
  
    align-items: center;
  
}

.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ec48ca8-0212-4de7-83e0-24cb8c39ac1f.shogun-image {
  box-sizing: border-box;
}



}
#s-27fe449c-d344-46fb-a515-ab6a084c55a8 {
  margin-top: 5%;
}

#s-ee4bd828-cca9-47d6-8f7a-3a4d8ad739cb {
  padding-top: 1%;
padding-bottom: 2%;
}

#s-71bbe7ff-a6f9-4946-a48e-bde0a430e073 {
  text-align: center;
}







  img.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image {
    
    
  }


.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073 .shogun-image-content {
  
    align-items: center;
  
}

.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image {
    
    
  }


.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073 .shogun-image-content {
  
    align-items: center;
  
}

.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image {
  box-sizing: border-box;
}



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





  img.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image {
    
    
  }


.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073 .shogun-image-content {
  
    align-items: center;
  
}

.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image {
  box-sizing: border-box;
}



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





  img.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image {
    
    
  }


.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073 .shogun-image-content {
  
    align-items: center;
  
}

.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image {
  box-sizing: border-box;
}



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





  img.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image {
    
    
  }


.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073 .shogun-image-content {
  
    align-items: center;
  
}

.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71bbe7ff-a6f9-4946-a48e-bde0a430e073.shogun-image {
  box-sizing: border-box;
}



}
#s-bf91cf09-8f1d-4759-abbf-c15f90a4fe37 {
  margin-top: 5%;
}

#s-45890d55-8dd1-447a-8c17-e4e318578962 {
  padding-top: 1%;
padding-bottom: 2%;
}

#s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8 {
  text-align: center;
}







  img.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image {
    
    
  }


.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image {
    
    
  }


.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image {
    
    
  }


.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image {
    
    
  }


.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image {
    
    
  }


.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68c0d766-6aa4-4bba-bcda-7a88306ae6d8.shogun-image {
  box-sizing: border-box;
}



}
#s-de060072-00cc-41bf-a696-bb3f7c19e798 {
  margin-top: 5%;
}

#s-df6dda46-46ad-4a6a-9a8f-bc52da0e3a71 {
  padding-top: 1%;
padding-bottom: 2%;
}

#s-861639e9-074a-40a4-93c8-dbb89e457eb0 {
  text-align: center;
}







  img.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image {
    
    
  }


.s-861639e9-074a-40a4-93c8-dbb89e457eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image {
    
    
  }


.s-861639e9-074a-40a4-93c8-dbb89e457eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image {
    
    
  }


.s-861639e9-074a-40a4-93c8-dbb89e457eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image {
    
    
  }


.s-861639e9-074a-40a4-93c8-dbb89e457eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image {
    
    
  }


.s-861639e9-074a-40a4-93c8-dbb89e457eb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-861639e9-074a-40a4-93c8-dbb89e457eb0.shogun-image {
  box-sizing: border-box;
}



}
#s-de6c30a1-5b68-4b86-943a-01785011eaa4 {
  margin-top: 5%;
}

#s-c6a1d445-b17a-4c57-b4be-bf8670dd322e {
  padding-top: 1%;
padding-bottom: 2%;
}

#s-d7dfba7d-6acf-4907-b05c-13db267d0879 {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-d7dfba7d-6acf-4907-b05c-13db267d0879"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d7dfba7d-6acf-4907-b05c-13db267d0879"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d7dfba7d-6acf-4907-b05c-13db267d0879"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d7dfba7d-6acf-4907-b05c-13db267d0879"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d199c93f-d8da-4b70-8e6a-55cb818a65fb {
  text-align: center;
}







  img.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image {
    
    
  }


.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb .shogun-image-content {
  
    align-items: center;
  
}

.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image {
    
    
  }


.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb .shogun-image-content {
  
    align-items: center;
  
}

.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image {
    
    
  }


.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb .shogun-image-content {
  
    align-items: center;
  
}

.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image {
    
    
  }


.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb .shogun-image-content {
  
    align-items: center;
  
}

.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image {
    
    
  }


.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb .shogun-image-content {
  
    align-items: center;
  
}

.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d199c93f-d8da-4b70-8e6a-55cb818a65fb.shogun-image {
  box-sizing: border-box;
}



}
#s-39d8cf69-2e4e-4fda-959d-68e99c9bfbd7 {
  margin-top: 5%;
}

#s-f768aadd-2923-4aca-87b3-b227c1be6937 {
  padding-top: 1%;
padding-bottom: 2%;
}

#s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0 {
  text-align: center;
}







  img.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image {
    
    
  }


.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image {
    
    
  }


.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image {
    
    
  }


.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image {
    
    
  }


.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image {
    
    
  }


.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f924fbe-5dd5-4a49-b1a3-858fe19776b0.shogun-image {
  box-sizing: border-box;
}



}
#s-ff8ea973-f521-40b5-9f8a-20df30268fa2 {
  margin-top: 5%;
}

#s-7a26b280-5ec8-4318-82cc-39c0492de239 {
  padding-top: 1%;
padding-bottom: 2%;
}

#s-c766366e-e97e-49db-bbbb-8a22a993c75e {
  text-align: center;
}







  img.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image {
    
    
  }


.s-c766366e-e97e-49db-bbbb-8a22a993c75e .shogun-image-content {
  
    align-items: center;
  
}

.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image {
    
    
  }


.s-c766366e-e97e-49db-bbbb-8a22a993c75e .shogun-image-content {
  
    align-items: center;
  
}

.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image {
    
    
  }


.s-c766366e-e97e-49db-bbbb-8a22a993c75e .shogun-image-content {
  
    align-items: center;
  
}

.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image {
    
    
  }


.s-c766366e-e97e-49db-bbbb-8a22a993c75e .shogun-image-content {
  
    align-items: center;
  
}

.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image {
    
    
  }


.s-c766366e-e97e-49db-bbbb-8a22a993c75e .shogun-image-content {
  
    align-items: center;
  
}

.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c766366e-e97e-49db-bbbb-8a22a993c75e.shogun-image {
  box-sizing: border-box;
}



}
#s-0be2600f-4bfa-4fb0-99b9-9171a4e12ab5 {
  margin-top: 5%;
}

#s-fee87d47-6bb3-4ed2-9ad4-236aeebf815a {
  padding-top: 1%;
padding-bottom: 2%;
}

#s-47aaec4f-af00-4d3a-8ccf-5576c9f918db {
  text-align: center;
}







  img.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image {
    
    
  }


.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db .shogun-image-content {
  
    align-items: center;
  
}

.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image {
    
    
  }


.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db .shogun-image-content {
  
    align-items: center;
  
}

.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image {
  box-sizing: border-box;
}



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





  img.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image {
    
    
  }


.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db .shogun-image-content {
  
    align-items: center;
  
}

.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image {
  box-sizing: border-box;
}



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





  img.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image {
    
    
  }


.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db .shogun-image-content {
  
    align-items: center;
  
}

.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image {
  box-sizing: border-box;
}



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





  img.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image {
    
    
  }


.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db .shogun-image-content {
  
    align-items: center;
  
}

.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47aaec4f-af00-4d3a-8ccf-5576c9f918db.shogun-image {
  box-sizing: border-box;
}



}
#s-7b47da29-d261-4ce5-a172-1b5368c8f4a1 {
  margin-top: 5%;
}

#s-82e8c68b-c073-44f9-951e-4d8c79961936 {
  padding-top: 1%;
padding-bottom: 2%;
}

#s-46b3fb3c-8760-41d4-a749-e6d37dd413d3 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}








#s-46b3fb3c-8760-41d4-a749-e6d37dd413d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46b3fb3c-8760-41d4-a749-e6d37dd413d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b9be7fa-0578-4bff-81a8-78ec80492543 {
  margin-top: 2%;
}
@media (max-width: 767px){#s-6b9be7fa-0578-4bff-81a8-78ec80492543 {
  display: none;
}
#s-6b9be7fa-0578-4bff-81a8-78ec80492543, #wrap-s-6b9be7fa-0578-4bff-81a8-78ec80492543 { display: none !important; }}
#s-8d5d11dd-4332-4180-93ec-3c15b43ff25c {
  margin-top: 2%;
}
@media (min-width: 1200px){#s-8d5d11dd-4332-4180-93ec-3c15b43ff25c {
  display: none;
}
#s-8d5d11dd-4332-4180-93ec-3c15b43ff25c, #wrap-s-8d5d11dd-4332-4180-93ec-3c15b43ff25c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d5d11dd-4332-4180-93ec-3c15b43ff25c {
  display: none;
}
#s-8d5d11dd-4332-4180-93ec-3c15b43ff25c, #wrap-s-8d5d11dd-4332-4180-93ec-3c15b43ff25c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d5d11dd-4332-4180-93ec-3c15b43ff25c {
  display: none;
}
#s-8d5d11dd-4332-4180-93ec-3c15b43ff25c, #wrap-s-8d5d11dd-4332-4180-93ec-3c15b43ff25c { display: none !important; }}
#s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3 {
  margin-top: 2%;
padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 36, 93, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(0, 36, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3:hover {background-color: rgba(251, 117, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3:active {background-color: rgba(251, 117, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3-root {
    text-align: center;
  }


#s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Maven Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3-root {
    text-align: center;
  }


#s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3-root {
    text-align: center;
  }


#s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3-root {
    text-align: center;
  }


#s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3-root {
    text-align: center;
  }


#s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Maven Pro;
  display:  inline-block ;
}
}
  #s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3-root {
    text-align: center;
  }


#s-a5baed2a-f173-4187-b7ff-9d72e3bc58d3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Maven Pro;
  display:  inline-block ;
}

#s-1880f865-8f95-4c65-aaab-dbafbd7992f3 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-1880f865-8f95-4c65-aaab-dbafbd7992f3 {
  display: none;
}
#s-1880f865-8f95-4c65-aaab-dbafbd7992f3, #wrap-s-1880f865-8f95-4c65-aaab-dbafbd7992f3 { display: none !important; }}







#s-1880f865-8f95-4c65-aaab-dbafbd7992f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1880f865-8f95-4c65-aaab-dbafbd7992f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c6d6f85-6cd9-4ff0-b263-64187598f5e1 {
  margin-top: 0%;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-1c6d6f85-6cd9-4ff0-b263-64187598f5e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1c6d6f85-6cd9-4ff0-b263-64187598f5e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1c6d6f85-6cd9-4ff0-b263-64187598f5e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1c6d6f85-6cd9-4ff0-b263-64187598f5e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d3adb41b-38f7-4903-8e75-483e0484bb49 {
  text-align: center;
}







  #s-d3adb41b-38f7-4903-8e75-483e0484bb49 img.shogun-image {
    

    
    
    
  }


#s-d3adb41b-38f7-4903-8e75-483e0484bb49 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea1d4519-d25d-4e0e-bcb4-10d31f17c59a {
  margin-top: 5%;
}

#s-10dbc9c8-25f2-4370-9244-da91e3729e61 {
  margin-bottom: 0%;
text-align: center;
}







  #s-10dbc9c8-25f2-4370-9244-da91e3729e61 img.shogun-image {
    

    
    
    
  }


#s-10dbc9c8-25f2-4370-9244-da91e3729e61 .shogun-image-content {
  
    align-items: center;
  
}

#s-c64fcac3-3e48-4320-a024-de2e231d1449 {
  margin-top: 2%;
}

#s-87c334b2-1b25-46c1-aed7-5acbb20f3480 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-87c334b2-1b25-46c1-aed7-5acbb20f3480 {
  display: none;
}
#s-87c334b2-1b25-46c1-aed7-5acbb20f3480, #wrap-s-87c334b2-1b25-46c1-aed7-5acbb20f3480 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87c334b2-1b25-46c1-aed7-5acbb20f3480 {
  display: none;
}
#s-87c334b2-1b25-46c1-aed7-5acbb20f3480, #wrap-s-87c334b2-1b25-46c1-aed7-5acbb20f3480 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87c334b2-1b25-46c1-aed7-5acbb20f3480 {
  display: none;
}
#s-87c334b2-1b25-46c1-aed7-5acbb20f3480, #wrap-s-87c334b2-1b25-46c1-aed7-5acbb20f3480 { display: none !important; }}@media (max-width: 767px){#s-87c334b2-1b25-46c1-aed7-5acbb20f3480 {
  
}
}







#s-87c334b2-1b25-46c1-aed7-5acbb20f3480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87c334b2-1b25-46c1-aed7-5acbb20f3480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65b262d7-6f18-432b-bb04-14377b18e5b3 {
  margin-top: 0%;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-65b262d7-6f18-432b-bb04-14377b18e5b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65b262d7-6f18-432b-bb04-14377b18e5b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-65b262d7-6f18-432b-bb04-14377b18e5b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-65b262d7-6f18-432b-bb04-14377b18e5b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f669aa5e-b183-4f36-972d-da16ce35d025 {
  text-align: center;
}







  #s-f669aa5e-b183-4f36-972d-da16ce35d025 img.shogun-image {
    

    
    
    
  }


#s-f669aa5e-b183-4f36-972d-da16ce35d025 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4217e80-7c6e-4c89-8d13-7380ef67e983 {
  margin-top: 5%;
}

#s-9ab360a4-5e39-46ec-9890-f90458959ee7 {
  margin-top: 5%;
margin-bottom: 0%;
text-align: center;
}







  #s-9ab360a4-5e39-46ec-9890-f90458959ee7 img.shogun-image {
    

    
    
    
  }


#s-9ab360a4-5e39-46ec-9890-f90458959ee7 .shogun-image-content {
  
    align-items: center;
  
}

#s-017f90ec-2ce4-4343-8e40-a1bdbd27847f {
  margin-top: 2%;
}

#s-1c6fb7fc-a25e-481a-b2bd-b6c74f21c332 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-1c6fb7fc-a25e-481a-b2bd-b6c74f21c332 {
  
}
}







#s-1c6fb7fc-a25e-481a-b2bd-b6c74f21c332 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c6fb7fc-a25e-481a-b2bd-b6c74f21c332.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-787da3eb-120d-4abd-ab09-f28c503bba7b {
  margin-top: 20px;
}

#s-787da3eb-120d-4abd-ab09-f28c503bba7b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(239, 239, 239, 1);
}

#s-787da3eb-120d-4abd-ab09-f28c503bba7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-787da3eb-120d-4abd-ab09-f28c503bba7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(96, 177, 231, 1);
}

#s-787da3eb-120d-4abd-ab09-f28c503bba7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(239, 239, 239, 1);
}

#s-787da3eb-120d-4abd-ab09-f28c503bba7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(96, 177, 231, 1);
  text-align: left;
  font-family: Maven Pro;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-787da3eb-120d-4abd-ab09-f28c503bba7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-645e4e34-c50c-413c-b2d6-dfa0f8dfe70a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

#s-782c97b2-8473-471f-93c4-c2dda390caba {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

#s-bb3ae320-e87f-44e5-9451-9247a4f09ead {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

#s-b40f2d55-b7ca-40e3-a853-0c133c3fe1d0 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

#s-4fa500c5-b0ec-4965-aaa6-e6ec5812af97 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

#s-2a69a63c-726d-4ccd-bab0-a402baad2c8a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

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