.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-b70cd49a-c598-4c9f-a565-3d6972b42172 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 24px;
padding-bottom: 24px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b70cd49a-c598-4c9f-a565-3d6972b42172 {
  display: none;
}
#s-b70cd49a-c598-4c9f-a565-3d6972b42172, #wrap-s-b70cd49a-c598-4c9f-a565-3d6972b42172 { display:none !important; }}







#s-b70cd49a-c598-4c9f-a565-3d6972b42172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b70cd49a-c598-4c9f-a565-3d6972b42172.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-d897a24a-ae87-42d3-9a7d-bb2e20fbd354 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-2c9b4dcc-0670-4cbe-9a89-d9f46347c66a {
  background-image: url(https://i.shgcdn.com/da2033b6-e49f-4dba-9b20-fae749ddf9ef/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-2c9b4dcc-0670-4cbe-9a89-d9f46347c66a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c9b4dcc-0670-4cbe-9a89-d9f46347c66a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c9b4dcc-0670-4cbe-9a89-d9f46347c66a {
  display: none;
}
#s-2c9b4dcc-0670-4cbe-9a89-d9f46347c66a, #wrap-s-2c9b4dcc-0670-4cbe-9a89-d9f46347c66a { display:none !important; }}@media (max-width: 767px){#s-2c9b4dcc-0670-4cbe-9a89-d9f46347c66a {
  display: none;
}
#s-2c9b4dcc-0670-4cbe-9a89-d9f46347c66a, #wrap-s-2c9b4dcc-0670-4cbe-9a89-d9f46347c66a { display:none !important; }}







#s-2c9b4dcc-0670-4cbe-9a89-d9f46347c66a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c9b4dcc-0670-4cbe-9a89-d9f46347c66a.shg-box.shg-c {
  justify-content: flex-start;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px){#s-8c046524-e556-423b-9ec4-3f40482b3d96 {
  
}
}
@media (min-width: 0px) {
[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c046524-e556-423b-9ec4-3f40482b3d96"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-13511228-cf3c-4c52-9851-e2d3f271b83b {
  min-height: 50px;
}








#s-13511228-cf3c-4c52-9851-e2d3f271b83b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13511228-cf3c-4c52-9851-e2d3f271b83b.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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;
}
#s-53c0e50c-0079-45a7-8713-0ebcaafa508d {
  text-align: center;
}




  #s-53c0e50c-0079-45a7-8713-0ebcaafa508d img.shogun-image {
    
    width: px;
  }


#s-53c0e50c-0079-45a7-8713-0ebcaafa508d .shogun-image-content {
  
    align-items: center;
  
}

#s-50bcec86-07c3-43e2-9db9-c54213a6f455 {
  min-height: 50px;
}








#s-50bcec86-07c3-43e2-9db9-c54213a6f455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50bcec86-07c3-43e2-9db9-c54213a6f455.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dc68ffc7-daea-4f85-a222-3f63316b74cc {
  min-height: 50px;
}








#s-dc68ffc7-daea-4f85-a222-3f63316b74cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc68ffc7-daea-4f85-a222-3f63316b74cc.shg-box.shg-c {
  justify-content: flex-start;
}

.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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-4cc291b5-cc57-421f-b18b-dd36a10125d1 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-5c8e1986-35b6-4c2f-8e35-bc6922cb8887 {
  padding-left: 10px;
padding-right: 10px;
}

#s-6058e47a-bc6c-4e7e-9722-765aaf0bee0b {
  background-image: url(https://i.shgcdn.com/53479a0a-0081-4594-a9ce-2cb30f24a282/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-6058e47a-bc6c-4e7e-9722-765aaf0bee0b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6058e47a-bc6c-4e7e-9722-765aaf0bee0b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6058e47a-bc6c-4e7e-9722-765aaf0bee0b {
  display: none;
}
#s-6058e47a-bc6c-4e7e-9722-765aaf0bee0b, #wrap-s-6058e47a-bc6c-4e7e-9722-765aaf0bee0b { display:none !important; }}@media (max-width: 767px){#s-6058e47a-bc6c-4e7e-9722-765aaf0bee0b {
  display: none;
}
#s-6058e47a-bc6c-4e7e-9722-765aaf0bee0b, #wrap-s-6058e47a-bc6c-4e7e-9722-765aaf0bee0b { display:none !important; }}







#s-6058e47a-bc6c-4e7e-9722-765aaf0bee0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6058e47a-bc6c-4e7e-9722-765aaf0bee0b.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-b90345fe-9a9b-4660-a535-4a0e95ea1337 {
  
}
}
@media (min-width: 0px) {
[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b90345fe-9a9b-4660-a535-4a0e95ea1337"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-92b576ef-f402-4ded-99ca-596434e66a6a {
  background-image: url(https://i.shgcdn.com/bb8577d6-932b-4aea-8b2a-e5b0af1bf157/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
min-height: 500px;
background-position: left top;
}
@media (min-width: 768px) and (max-width: 991px){#s-92b576ef-f402-4ded-99ca-596434e66a6a {
  
}
}@media (max-width: 767px){#s-92b576ef-f402-4ded-99ca-596434e66a6a {
  
}
}







#s-92b576ef-f402-4ded-99ca-596434e66a6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92b576ef-f402-4ded-99ca-596434e66a6a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2efd79a1-2a56-41cd-b150-9ada30bbcb4f {
  min-height: 50px;
}








#s-2efd79a1-2a56-41cd-b150-9ada30bbcb4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2efd79a1-2a56-41cd-b150-9ada30bbcb4f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ad2c7931-4ed9-4979-9654-6ea9f0e6994a {
  min-height: 50px;
}








#s-ad2c7931-4ed9-4979-9654-6ea9f0e6994a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad2c7931-4ed9-4979-9654-6ea9f0e6994a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f463415a-5525-4dd6-ab2f-c88eb9ab0461 {
  min-height: 50px;
}








#s-f463415a-5525-4dd6-ab2f-c88eb9ab0461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f463415a-5525-4dd6-ab2f-c88eb9ab0461.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fa286682-5e66-4967-a9bc-4180498cccf9 {
  padding-top: 10px;
padding-bottom: 0px;
padding-right: 65px;
}

#s-049bd436-838c-481a-a9f7-615e6575ddf4 {
  background-image: url(https://i.shgcdn.com/50ba7254-b2fe-492a-a2d6-5e789a346e7c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-049bd436-838c-481a-a9f7-615e6575ddf4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-049bd436-838c-481a-a9f7-615e6575ddf4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-049bd436-838c-481a-a9f7-615e6575ddf4 {
  display: none;
}
#s-049bd436-838c-481a-a9f7-615e6575ddf4, #wrap-s-049bd436-838c-481a-a9f7-615e6575ddf4 { display:none !important; }}@media (max-width: 767px){#s-049bd436-838c-481a-a9f7-615e6575ddf4 {
  display: none;
}
#s-049bd436-838c-481a-a9f7-615e6575ddf4, #wrap-s-049bd436-838c-481a-a9f7-615e6575ddf4 { display:none !important; }}







#s-049bd436-838c-481a-a9f7-615e6575ddf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-049bd436-838c-481a-a9f7-615e6575ddf4.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48 {
  
}
}
@media (min-width: 0px) {
[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0323ec46-ad0c-46d4-8fd8-9c5496ac2c48"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-10721449-4b6c-4dec-b829-1640d0f4eb46 {
  min-height: 50px;
}








#s-10721449-4b6c-4dec-b829-1640d0f4eb46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10721449-4b6c-4dec-b829-1640d0f4eb46.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5d448488-ef1e-492d-ac1f-e3448089886d {
  text-align: center;
}




  #s-5d448488-ef1e-492d-ac1f-e3448089886d img.shogun-image {
    
    width: px;
  }


#s-5d448488-ef1e-492d-ac1f-e3448089886d .shogun-image-content {
  
    align-items: center;
  
}

#s-b1b542f2-dae9-492b-acb4-9b49d0542440 {
  min-height: 50px;
}








#s-b1b542f2-dae9-492b-acb4-9b49d0542440 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1b542f2-dae9-492b-acb4-9b49d0542440.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d6b7fd65-ad40-452e-87dc-b96289affbc5 {
  min-height: 50px;
}








#s-d6b7fd65-ad40-452e-87dc-b96289affbc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6b7fd65-ad40-452e-87dc-b96289affbc5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ed54e433-8281-4be2-b58b-abbbdd89a9c1 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-b9a896b4-0d31-41f8-b28a-28918ece2180 {
  padding-left: 10px;
padding-right: 10px;
}

#s-ae0c035a-253c-4815-af1d-0145db944f59 {
  background-image: url(https://i.shgcdn.com/a763dafc-6f4e-476c-b599-fe9d0817f976/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-ae0c035a-253c-4815-af1d-0145db944f59 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae0c035a-253c-4815-af1d-0145db944f59 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae0c035a-253c-4815-af1d-0145db944f59 {
  display: none;
}
#s-ae0c035a-253c-4815-af1d-0145db944f59, #wrap-s-ae0c035a-253c-4815-af1d-0145db944f59 { display:none !important; }}@media (max-width: 767px){#s-ae0c035a-253c-4815-af1d-0145db944f59 {
  display: none;
}
#s-ae0c035a-253c-4815-af1d-0145db944f59, #wrap-s-ae0c035a-253c-4815-af1d-0145db944f59 { display:none !important; }}







#s-ae0c035a-253c-4815-af1d-0145db944f59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae0c035a-253c-4815-af1d-0145db944f59.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3 {
  
}
}
@media (min-width: 0px) {
[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fedf4be-d8e2-468d-b26f-0372e82ef7a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-09aff225-83a1-4d0f-bbcb-ff87992a6352 {
  min-height: 50px;
}








#s-09aff225-83a1-4d0f-bbcb-ff87992a6352 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09aff225-83a1-4d0f-bbcb-ff87992a6352.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c793008f-351b-48ed-98d6-1fe52a2ddc83 {
  text-align: center;
}




  #s-c793008f-351b-48ed-98d6-1fe52a2ddc83 img.shogun-image {
    
    width: px;
  }


#s-c793008f-351b-48ed-98d6-1fe52a2ddc83 .shogun-image-content {
  
    align-items: center;
  
}

#s-e008e820-df00-4471-9112-5b0e60a5539a {
  min-height: 50px;
}








#s-e008e820-df00-4471-9112-5b0e60a5539a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e008e820-df00-4471-9112-5b0e60a5539a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5cf504a5-6825-4c29-b2c8-25f03e652c66 {
  min-height: 50px;
}








#s-5cf504a5-6825-4c29-b2c8-25f03e652c66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cf504a5-6825-4c29-b2c8-25f03e652c66.shg-box.shg-c {
  justify-content: flex-start;
}

#s-99f52ff6-e42c-4805-9f88-88d3eccf7960 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-4f94ee04-606e-4c5a-b08d-32e695087a59 {
  padding-left: 10px;
padding-right: 10px;
}

#s-87d7e048-7926-431b-93d8-da8916baf8cb {
  background-image: url(https://i.shgcdn.com/8de1f066-4f32-4347-8063-aba1037d9525/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 375px;
background-position: center center;
}
@media (min-width: 1200px){#s-87d7e048-7926-431b-93d8-da8916baf8cb {
  display: none;
}
#s-87d7e048-7926-431b-93d8-da8916baf8cb, #wrap-s-87d7e048-7926-431b-93d8-da8916baf8cb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87d7e048-7926-431b-93d8-da8916baf8cb {
  display: none;
}
#s-87d7e048-7926-431b-93d8-da8916baf8cb, #wrap-s-87d7e048-7926-431b-93d8-da8916baf8cb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87d7e048-7926-431b-93d8-da8916baf8cb {
  display: none;
}
#s-87d7e048-7926-431b-93d8-da8916baf8cb, #wrap-s-87d7e048-7926-431b-93d8-da8916baf8cb { display:none !important; }}@media (max-width: 767px){#s-87d7e048-7926-431b-93d8-da8916baf8cb {
  
}
}







#s-87d7e048-7926-431b-93d8-da8916baf8cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87d7e048-7926-431b-93d8-da8916baf8cb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1c0f466e-b504-48bb-82a3-5a193bc73cbe {
  margin-top: 18px;
margin-bottom: 0px;
padding-right: 0px;
}

#s-29ee67c1-3ffe-465b-bc99-c2a342c9aeea {
  background-image: url(https://i.shgcdn.com/c23e6bf0-d063-4ca5-8936-45494fff26b4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-29ee67c1-3ffe-465b-bc99-c2a342c9aeea {
  display: none;
}
#s-29ee67c1-3ffe-465b-bc99-c2a342c9aeea, #wrap-s-29ee67c1-3ffe-465b-bc99-c2a342c9aeea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29ee67c1-3ffe-465b-bc99-c2a342c9aeea {
  display: none;
}
#s-29ee67c1-3ffe-465b-bc99-c2a342c9aeea, #wrap-s-29ee67c1-3ffe-465b-bc99-c2a342c9aeea { display:none !important; }}@media (max-width: 767px){#s-29ee67c1-3ffe-465b-bc99-c2a342c9aeea {
  display: none;
}
#s-29ee67c1-3ffe-465b-bc99-c2a342c9aeea, #wrap-s-29ee67c1-3ffe-465b-bc99-c2a342c9aeea { display:none !important; }}







#s-29ee67c1-3ffe-465b-bc99-c2a342c9aeea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29ee67c1-3ffe-465b-bc99-c2a342c9aeea.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c {
  
}
}
@media (min-width: 0px) {
[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c474c089-c4c8-45cf-a361-1ab8e7f0f50c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6ede7b1b-cc97-4744-8c4e-9af3b1ebb99a {
  background-image: url(https://i.shgcdn.com/9949dce0-0a4e-4e26-9a39-0345144fe42e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
min-height: 350px;
background-position: left top;
}








#s-6ede7b1b-cc97-4744-8c4e-9af3b1ebb99a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ede7b1b-cc97-4744-8c4e-9af3b1ebb99a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c8761db9-7474-4d66-a4c6-4087d9f951c9 {
  min-height: 50px;
}








#s-c8761db9-7474-4d66-a4c6-4087d9f951c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8761db9-7474-4d66-a4c6-4087d9f951c9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-15df2ea6-1962-44e2-a22f-5de5d87381be {
  min-height: 50px;
}








#s-15df2ea6-1962-44e2-a22f-5de5d87381be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15df2ea6-1962-44e2-a22f-5de5d87381be.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5de40dac-0c3e-40bc-b524-0385140830f1 {
  padding-right: 17px;
}

#s-8b43f1dc-40fc-4f65-a64e-aaf480e5c6eb {
  background-image: url(https://i.shgcdn.com/c538287a-63cb-4bfd-9934-c46d9d8a1148/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 375px;
background-position: center center;
}
@media (min-width: 1200px){#s-8b43f1dc-40fc-4f65-a64e-aaf480e5c6eb {
  display: none;
}
#s-8b43f1dc-40fc-4f65-a64e-aaf480e5c6eb, #wrap-s-8b43f1dc-40fc-4f65-a64e-aaf480e5c6eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b43f1dc-40fc-4f65-a64e-aaf480e5c6eb {
  display: none;
}
#s-8b43f1dc-40fc-4f65-a64e-aaf480e5c6eb, #wrap-s-8b43f1dc-40fc-4f65-a64e-aaf480e5c6eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b43f1dc-40fc-4f65-a64e-aaf480e5c6eb {
  display: none;
}
#s-8b43f1dc-40fc-4f65-a64e-aaf480e5c6eb, #wrap-s-8b43f1dc-40fc-4f65-a64e-aaf480e5c6eb { display:none !important; }}@media (max-width: 767px){#s-8b43f1dc-40fc-4f65-a64e-aaf480e5c6eb {
  
}
}







#s-8b43f1dc-40fc-4f65-a64e-aaf480e5c6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b43f1dc-40fc-4f65-a64e-aaf480e5c6eb.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660 {
  
}
}
@media (min-width: 0px) {
[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5ec8741e-5cdc-4b1b-9521-97d1b26e8660"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-47708146-2d12-411d-b846-044060a95829 {
  min-height: 50px;
}








#s-47708146-2d12-411d-b846-044060a95829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47708146-2d12-411d-b846-044060a95829.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8cfbd97a-bc3b-4975-9567-9707871a2b53 {
  padding-right: 0px;
}

#s-a265b9e9-6e73-450b-80d3-47f97b10405d {
  background-image: url(https://i.shgcdn.com/0994d6e7-1955-4af3-9f91-f02c1ea165ae/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-a265b9e9-6e73-450b-80d3-47f97b10405d {
  display: none;
}
#s-a265b9e9-6e73-450b-80d3-47f97b10405d, #wrap-s-a265b9e9-6e73-450b-80d3-47f97b10405d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a265b9e9-6e73-450b-80d3-47f97b10405d {
  display: none;
}
#s-a265b9e9-6e73-450b-80d3-47f97b10405d, #wrap-s-a265b9e9-6e73-450b-80d3-47f97b10405d { display:none !important; }}@media (max-width: 767px){#s-a265b9e9-6e73-450b-80d3-47f97b10405d {
  display: none;
}
#s-a265b9e9-6e73-450b-80d3-47f97b10405d, #wrap-s-a265b9e9-6e73-450b-80d3-47f97b10405d { display:none !important; }}







#s-a265b9e9-6e73-450b-80d3-47f97b10405d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a265b9e9-6e73-450b-80d3-47f97b10405d.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-63b31026-419b-42ff-9594-49d6217869ed {
  
}
}
@media (min-width: 0px) {
[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63b31026-419b-42ff-9594-49d6217869ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c9779ded-04d7-4e8a-a29e-35b220f189aa {
  min-height: 50px;
}








#s-c9779ded-04d7-4e8a-a29e-35b220f189aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9779ded-04d7-4e8a-a29e-35b220f189aa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-03f530a1-f972-481b-ad71-66c81123652e {
  min-height: 50px;
}








#s-03f530a1-f972-481b-ad71-66c81123652e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03f530a1-f972-481b-ad71-66c81123652e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cf4f8c9b-0b23-4bc8-abbd-06c01a5f2d86 {
  text-align: center;
}




  #s-cf4f8c9b-0b23-4bc8-abbd-06c01a5f2d86 img.shogun-image {
    
    width: px;
  }


#s-cf4f8c9b-0b23-4bc8-abbd-06c01a5f2d86 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbfd9a98-d173-4909-bf06-662460733a53 {
  min-height: 50px;
}








#s-dbfd9a98-d173-4909-bf06-662460733a53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbfd9a98-d173-4909-bf06-662460733a53.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6e635b3e-3998-4045-86ed-7b0010249c66 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-a30df890-a4ac-430b-b0e3-e312a27c1063 {
  padding-left: 10px;
padding-right: 10px;
}

#s-576d3089-4c64-4288-8fbe-13cb0f1dfce9 {
  background-image: url(https://i.shgcdn.com/65bbd6ad-503e-411c-a253-9cda278ea824/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-576d3089-4c64-4288-8fbe-13cb0f1dfce9 {
  display: none;
}
#s-576d3089-4c64-4288-8fbe-13cb0f1dfce9, #wrap-s-576d3089-4c64-4288-8fbe-13cb0f1dfce9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-576d3089-4c64-4288-8fbe-13cb0f1dfce9 {
  display: none;
}
#s-576d3089-4c64-4288-8fbe-13cb0f1dfce9, #wrap-s-576d3089-4c64-4288-8fbe-13cb0f1dfce9 { display:none !important; }}@media (max-width: 767px){#s-576d3089-4c64-4288-8fbe-13cb0f1dfce9 {
  display: none;
}
#s-576d3089-4c64-4288-8fbe-13cb0f1dfce9, #wrap-s-576d3089-4c64-4288-8fbe-13cb0f1dfce9 { display:none !important; }}







#s-576d3089-4c64-4288-8fbe-13cb0f1dfce9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-576d3089-4c64-4288-8fbe-13cb0f1dfce9.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-db2b9bd2-4493-41de-ab20-9d2f5f306f71 {
  
}
}
@media (min-width: 0px) {
[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db2b9bd2-4493-41de-ab20-9d2f5f306f71"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ade5cc56-bc43-49ee-b08f-b59b24214c1a {
  min-height: 50px;
}








#s-ade5cc56-bc43-49ee-b08f-b59b24214c1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ade5cc56-bc43-49ee-b08f-b59b24214c1a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9b81bfdc-b0d2-4817-b1b2-cbeecf12efcd {
  min-height: 50px;
}








#s-9b81bfdc-b0d2-4817-b1b2-cbeecf12efcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b81bfdc-b0d2-4817-b1b2-cbeecf12efcd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c2485026-7042-4d1c-a90d-cfd6b4d7fe83 {
  text-align: center;
}




  #s-c2485026-7042-4d1c-a90d-cfd6b4d7fe83 img.shogun-image {
    
    width: px;
  }


#s-c2485026-7042-4d1c-a90d-cfd6b4d7fe83 .shogun-image-content {
  
    align-items: center;
  
}

#s-dad9dff9-9920-4f6e-8bd7-23715db7a3af {
  min-height: 50px;
}








#s-dad9dff9-9920-4f6e-8bd7-23715db7a3af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dad9dff9-9920-4f6e-8bd7-23715db7a3af.shg-box.shg-c {
  justify-content: flex-start;
}

#s-45ed20bd-ea6a-463c-ac46-6d3c0c2ef14b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-bc4dc2af-4165-4c18-8460-d0ff1eff78e3 {
  padding-left: 10px;
padding-right: 10px;
}

#s-cf5e733b-ca82-4f56-83af-aee7e5a7cf19 {
  background-image: url(https://i.shgcdn.com/b9654769-3a77-4947-a192-219149b7ccbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 375px;
background-position: center center;
}
@media (min-width: 1200px){#s-cf5e733b-ca82-4f56-83af-aee7e5a7cf19 {
  display: none;
}
#s-cf5e733b-ca82-4f56-83af-aee7e5a7cf19, #wrap-s-cf5e733b-ca82-4f56-83af-aee7e5a7cf19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf5e733b-ca82-4f56-83af-aee7e5a7cf19 {
  display: none;
}
#s-cf5e733b-ca82-4f56-83af-aee7e5a7cf19, #wrap-s-cf5e733b-ca82-4f56-83af-aee7e5a7cf19 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf5e733b-ca82-4f56-83af-aee7e5a7cf19 {
  display: none;
}
#s-cf5e733b-ca82-4f56-83af-aee7e5a7cf19, #wrap-s-cf5e733b-ca82-4f56-83af-aee7e5a7cf19 { display:none !important; }}@media (max-width: 767px){#s-cf5e733b-ca82-4f56-83af-aee7e5a7cf19 {
  
}
}







#s-cf5e733b-ca82-4f56-83af-aee7e5a7cf19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf5e733b-ca82-4f56-83af-aee7e5a7cf19.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-1a560aa4-75ff-4587-9a4c-7066aea73c83 {
  
}
}
@media (min-width: 0px) {
[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1a560aa4-75ff-4587-9a4c-7066aea73c83"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-96d35cb7-7f41-48c6-b432-c0b761ec0bb9 {
  min-height: 50px;
}








#s-96d35cb7-7f41-48c6-b432-c0b761ec0bb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96d35cb7-7f41-48c6-b432-c0b761ec0bb9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5c695155-847d-480e-a425-3a297d6064f4 {
  min-height: 50px;
}








#s-5c695155-847d-480e-a425-3a297d6064f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c695155-847d-480e-a425-3a297d6064f4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-90c0eab9-4cd7-444c-8026-52ae0641b2ec {
  padding-right: 120px;
}

#s-8c8afe7e-61eb-42bf-97d7-4a8ebb58ce1b {
  background-image: url(https://i.shgcdn.com/9236b56a-34e0-4d0c-aecf-cf8afac6348f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-8c8afe7e-61eb-42bf-97d7-4a8ebb58ce1b {
  display: none;
}
#s-8c8afe7e-61eb-42bf-97d7-4a8ebb58ce1b, #wrap-s-8c8afe7e-61eb-42bf-97d7-4a8ebb58ce1b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c8afe7e-61eb-42bf-97d7-4a8ebb58ce1b {
  display: none;
}
#s-8c8afe7e-61eb-42bf-97d7-4a8ebb58ce1b, #wrap-s-8c8afe7e-61eb-42bf-97d7-4a8ebb58ce1b { display:none !important; }}@media (max-width: 767px){#s-8c8afe7e-61eb-42bf-97d7-4a8ebb58ce1b {
  display: none;
}
#s-8c8afe7e-61eb-42bf-97d7-4a8ebb58ce1b, #wrap-s-8c8afe7e-61eb-42bf-97d7-4a8ebb58ce1b { display:none !important; }}







#s-8c8afe7e-61eb-42bf-97d7-4a8ebb58ce1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c8afe7e-61eb-42bf-97d7-4a8ebb58ce1b.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-510b7edf-ff0b-41dd-a952-5da0c7ac5839 {
  
}
}
@media (min-width: 0px) {
[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-510b7edf-ff0b-41dd-a952-5da0c7ac5839"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bc13d83c-3484-4b11-be3b-110410b3e468 {
  min-height: 50px;
}








#s-bc13d83c-3484-4b11-be3b-110410b3e468 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc13d83c-3484-4b11-be3b-110410b3e468.shg-box.shg-c {
  justify-content: flex-start;
}

#s-818a1a9e-7acd-4886-8b81-02599ed7bb8b {
  text-align: center;
}




  #s-818a1a9e-7acd-4886-8b81-02599ed7bb8b img.shogun-image {
    
    width: px;
  }


#s-818a1a9e-7acd-4886-8b81-02599ed7bb8b .shogun-image-content {
  
    align-items: center;
  
}

#s-bc08edfd-da03-4ff5-b6f7-e2d9d03bc2cf {
  min-height: 50px;
}








#s-bc08edfd-da03-4ff5-b6f7-e2d9d03bc2cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc08edfd-da03-4ff5-b6f7-e2d9d03bc2cf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a77c9fde-f353-4ebc-85dc-ef6655629f76 {
  padding-left: 10px;
padding-right: 10px;
}

#s-5f8f4a92-59d9-479e-9580-06410094df4d {
  padding-left: 10px;
padding-right: 10px;
}

#s-497678e8-c2f0-42d2-86c9-7450b6e35f9c {
  min-height: 50px;
}








#s-497678e8-c2f0-42d2-86c9-7450b6e35f9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-497678e8-c2f0-42d2-86c9-7450b6e35f9c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d2966a94-fb3f-4171-9a0c-a868b9732da9 {
  background-image: url(https://i.shgcdn.com/d4d540d8-fc74-4d91-a54f-2d8bbc48ba48/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 375px;
background-position: center center;
}
@media (min-width: 1200px){#s-d2966a94-fb3f-4171-9a0c-a868b9732da9 {
  display: none;
}
#s-d2966a94-fb3f-4171-9a0c-a868b9732da9, #wrap-s-d2966a94-fb3f-4171-9a0c-a868b9732da9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2966a94-fb3f-4171-9a0c-a868b9732da9 {
  display: none;
}
#s-d2966a94-fb3f-4171-9a0c-a868b9732da9, #wrap-s-d2966a94-fb3f-4171-9a0c-a868b9732da9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2966a94-fb3f-4171-9a0c-a868b9732da9 {
  display: none;
}
#s-d2966a94-fb3f-4171-9a0c-a868b9732da9, #wrap-s-d2966a94-fb3f-4171-9a0c-a868b9732da9 { display:none !important; }}@media (max-width: 767px){#s-d2966a94-fb3f-4171-9a0c-a868b9732da9 {
  
}
}







#s-d2966a94-fb3f-4171-9a0c-a868b9732da9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2966a94-fb3f-4171-9a0c-a868b9732da9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8 {
  padding-left: 4px;
padding-right: 4px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8 {
  
}
}
@media (min-width: 0px) {
[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c98b4797-2a6a-46a3-9ae5-d75afc3dc8d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-75cf165f-8ee4-4410-a316-71d6e8553842 {
  min-height: 50px;
}








#s-75cf165f-8ee4-4410-a316-71d6e8553842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75cf165f-8ee4-4410-a316-71d6e8553842.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f1082f1-02f5-42a4-bd70-63555a71314d {
  padding-top: 18px;
}

#s-09573f7d-d791-4523-86b4-29ce4aa49ea5 {
  min-height: 50px;
}








#s-09573f7d-d791-4523-86b4-29ce4aa49ea5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09573f7d-d791-4523-86b4-29ce4aa49ea5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-83d493c9-943e-4c56-9c07-b2ba5fbacfc5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-08fc546d-e25f-4b97-8b4d-3d58004a8dfb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5b15a199-ffcf-465f-909d-f1dba218ca02 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-5b15a199-ffcf-465f-909d-f1dba218ca02 img.shogun-image {
    
    width: px;
  }


#s-5b15a199-ffcf-465f-909d-f1dba218ca02 .shogun-image-content {
  
    align-items: 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: #000;
  text-transform: none;
  font-weight: normal;
  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-d354f128-f610-4ec7-bcb9-b1b513b9cc38 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-d354f128-f610-4ec7-bcb9-b1b513b9cc38 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d354f128-f610-4ec7-bcb9-b1b513b9cc38 .shogun-heading-component h1 a {
  color: #000;
}


#s-a5436385-0e40-4e55-bc04-f05aa8416a94 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4e7afa5e-d9fc-4fa4-8e59-79a4c479b162 {
  text-align: center;
}




  #s-4e7afa5e-d9fc-4fa4-8e59-79a4c479b162 img.shogun-image {
    
    width: px;
  }


#s-4e7afa5e-d9fc-4fa4-8e59-79a4c479b162 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2ef2768-03ee-466f-90b6-6aa0c06c19d3 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-b2ef2768-03ee-466f-90b6-6aa0c06c19d3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-6602d3f2-ce58-4481-8dcb-93e00b6ea127 {
  display: none;
}
#s-6602d3f2-ce58-4481-8dcb-93e00b6ea127, #wrap-s-6602d3f2-ce58-4481-8dcb-93e00b6ea127 { display:none !important; }}@media (max-width: 767px){#s-6602d3f2-ce58-4481-8dcb-93e00b6ea127 {
  display: none;
}
#s-6602d3f2-ce58-4481-8dcb-93e00b6ea127, #wrap-s-6602d3f2-ce58-4481-8dcb-93e00b6ea127 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6602d3f2-ce58-4481-8dcb-93e00b6ea127"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c {
  padding-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 991px){#s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c {
  
}
}@media (max-width: 767px){#s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c {
  
}
}
@media (min-width: 0px) {
[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-35fa5231-f6b0-45b3-ac33-722bf62e2c8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-6a4d033b-f4e3-4755-aff8-cac3dd75f6d2 .shogun-icon-wrapper {
  text-align: center;
}


#s-6a4d033b-f4e3-4755-aff8-cac3dd75f6d2 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-9505909d-d33f-4a4f-bc9a-d664da859232 .shogun-icon-wrapper {
  text-align: center;
}


#s-9505909d-d33f-4a4f-bc9a-d664da859232 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-8ad824b7-dbc6-4a8a-9f49-3fdec8bbadb8 .shogun-icon-wrapper {
  text-align: center;
}


#s-8ad824b7-dbc6-4a8a-9f49-3fdec8bbadb8 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-6b779155-66ec-4050-b11a-f4a94803875f .shogun-icon-wrapper {
  text-align: center;
}


#s-6b779155-66ec-4050-b11a-f4a94803875f .shogun-icon-wrapper > a > .shogun-icon {

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

#s-ea806da8-3544-402c-895e-b63b718c759e .shogun-icon-wrapper {
  text-align: center;
}


#s-ea806da8-3544-402c-895e-b63b718c759e .shogun-icon-wrapper > a > .shogun-icon {

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

#s-e664b403-b750-416b-b5dc-7ffe6041584b .shogun-icon-wrapper {
  text-align: center;
}


#s-e664b403-b750-416b-b5dc-7ffe6041584b .shogun-icon-wrapper > a > .shogun-icon {

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

@media (min-width: 1200px){#s-5b7f3eee-b0af-43ab-8520-691196cebf4b {
  display: none;
}
#s-5b7f3eee-b0af-43ab-8520-691196cebf4b, #wrap-s-5b7f3eee-b0af-43ab-8520-691196cebf4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b7f3eee-b0af-43ab-8520-691196cebf4b {
  display: none;
}
#s-5b7f3eee-b0af-43ab-8520-691196cebf4b, #wrap-s-5b7f3eee-b0af-43ab-8520-691196cebf4b { display:none !important; }}@media (max-width: 767px){#s-5b7f3eee-b0af-43ab-8520-691196cebf4b {
  display: none;
}
#s-5b7f3eee-b0af-43ab-8520-691196cebf4b, #wrap-s-5b7f3eee-b0af-43ab-8520-691196cebf4b { display:none !important; }}
@media (min-width: 0px) {
[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b7f3eee-b0af-43ab-8520-691196cebf4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c0200bf3-76ab-4acf-886f-a17c7f178191 {
  padding-bottom: 12px;
}
@media (min-width: 1200px){#s-c0200bf3-76ab-4acf-886f-a17c7f178191 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0200bf3-76ab-4acf-886f-a17c7f178191 {
  
}
}@media (max-width: 767px){#s-c0200bf3-76ab-4acf-886f-a17c7f178191 {
  
}
}
@media (min-width: 0px) {
[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c0200bf3-76ab-4acf-886f-a17c7f178191"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-745a2e4b-5c4a-474c-aff5-8e6aa7f3fd26 .shogun-icon-wrapper {
  text-align: center;
}


#s-745a2e4b-5c4a-474c-aff5-8e6aa7f3fd26 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-7a3c32b4-3b7d-4e00-bdae-0eadfc7cd985 .shogun-icon-wrapper {
  text-align: center;
}


#s-7a3c32b4-3b7d-4e00-bdae-0eadfc7cd985 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-321099df-7094-4948-b759-de0f7cc163f5 .shogun-icon-wrapper {
  text-align: center;
}


#s-321099df-7094-4948-b759-de0f7cc163f5 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-dd4b4f55-e8a0-45a7-84fb-e1bf71954f4c .shogun-icon-wrapper {
  text-align: center;
}


#s-dd4b4f55-e8a0-45a7-84fb-e1bf71954f4c .shogun-icon-wrapper > a > .shogun-icon {

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

#s-1c1d068a-755c-48ff-9181-e2540a833512 .shogun-icon-wrapper {
  text-align: center;
}


#s-1c1d068a-755c-48ff-9181-e2540a833512 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-0fd7cec7-dbec-41fd-8133-3ad17022fd57 .shogun-icon-wrapper {
  text-align: center;
}


#s-0fd7cec7-dbec-41fd-8133-3ad17022fd57 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-76feb851-fb6a-4103-9e4c-7f5c68dfb171 {
  padding-bottom: 12px;
}
@media (min-width: 1200px){#s-76feb851-fb6a-4103-9e4c-7f5c68dfb171 {
  display: none;
}
#s-76feb851-fb6a-4103-9e4c-7f5c68dfb171, #wrap-s-76feb851-fb6a-4103-9e4c-7f5c68dfb171 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76feb851-fb6a-4103-9e4c-7f5c68dfb171 {
  display: none;
}
#s-76feb851-fb6a-4103-9e4c-7f5c68dfb171, #wrap-s-76feb851-fb6a-4103-9e4c-7f5c68dfb171 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76feb851-fb6a-4103-9e4c-7f5c68dfb171 {
  display: none;
}
#s-76feb851-fb6a-4103-9e4c-7f5c68dfb171, #wrap-s-76feb851-fb6a-4103-9e4c-7f5c68dfb171 { display:none !important; }}
@media (min-width: 0px) {
[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-76feb851-fb6a-4103-9e4c-7f5c68dfb171"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-5276059b-6588-481a-932b-e88219560f81 .shogun-icon-wrapper {
  text-align: center;
}


#s-5276059b-6588-481a-932b-e88219560f81 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-b0549402-b192-4e9b-ae85-611e1a6f135d .shogun-icon-wrapper {
  text-align: center;
}


#s-b0549402-b192-4e9b-ae85-611e1a6f135d .shogun-icon-wrapper > a > .shogun-icon {

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

#s-3c49b08e-2eab-452f-acfd-423778b76cb1 .shogun-icon-wrapper {
  text-align: center;
}


#s-3c49b08e-2eab-452f-acfd-423778b76cb1 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-878304f7-4fd7-4195-b85e-15aca8797d2c .shogun-icon-wrapper {
  text-align: center;
}


#s-878304f7-4fd7-4195-b85e-15aca8797d2c .shogun-icon-wrapper > a > .shogun-icon {

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

#s-49cde74d-6d22-4179-b00b-bd41a940a9d0 .shogun-icon-wrapper {
  text-align: center;
}


#s-49cde74d-6d22-4179-b00b-bd41a940a9d0 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-a6a5e871-096d-4934-9339-468f641fe021 .shogun-icon-wrapper {
  text-align: center;
}


#s-a6a5e871-096d-4934-9339-468f641fe021 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-34d9b6a4-0597-414c-b6c3-55c039d89a47 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-33685e11-0526-49ab-a22d-90e17be8c742 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed !important;
min-height: 500px;
background-position: center center;
}








#s-33685e11-0526-49ab-a22d-90e17be8c742 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33685e11-0526-49ab-a22d-90e17be8c742.shg-box.shg-c {
  justify-content: center;
}

#s-accdc3ce-051e-4b14-a4d4-a18ef4c351dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-accdc3ce-051e-4b14-a4d4-a18ef4c351dc .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-96b9df89-d653-4144-920a-b4cd9f34648c {
  padding-left: 12px;
padding-right: 12px;
}

#s-2527e9e8-8a72-4089-84b1-0b00318b10f8 {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0 {
  padding-top: 8px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0 {
  display: none;
}
#s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0, #wrap-s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b94c9559-83e7-4ac9-b0cc-d97db46a94f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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.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-f7be5be3-82b8-4294-b8ec-726da36c23b7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(90, 90, 90, 1);
text-decoration: none;
}
#s-f7be5be3-82b8-4294-b8ec-726da36c23b7:hover {background-color: rgba(43, 43, 43, 1) !important;
text-decoration: none !important;}#s-f7be5be3-82b8-4294-b8ec-726da36c23b7:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-f7be5be3-82b8-4294-b8ec-726da36c23b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b86a32f0-e4ad-4954-863f-c4f150785d27 {
  margin-left: 125px;
margin-bottom: 20px;
margin-right: 125px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 4px;
text-align: center;
background-color: rgba(90, 90, 90, 1);
text-decoration: none;
}
#s-b86a32f0-e4ad-4954-863f-c4f150785d27:hover {background-color: rgba(43, 43, 43, 1) !important;
text-decoration: none !important;}#s-b86a32f0-e4ad-4954-863f-c4f150785d27:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b86a32f0-e4ad-4954-863f-c4f150785d27 {
  display: none;
}
#s-b86a32f0-e4ad-4954-863f-c4f150785d27, #wrap-s-b86a32f0-e4ad-4954-863f-c4f150785d27 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b86a32f0-e4ad-4954-863f-c4f150785d27 {
  display: none;
}
#s-b86a32f0-e4ad-4954-863f-c4f150785d27, #wrap-s-b86a32f0-e4ad-4954-863f-c4f150785d27 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b86a32f0-e4ad-4954-863f-c4f150785d27 {
  display: none;
}
#s-b86a32f0-e4ad-4954-863f-c4f150785d27, #wrap-s-b86a32f0-e4ad-4954-863f-c4f150785d27 { display:none !important; }}


#s-b86a32f0-e4ad-4954-863f-c4f150785d27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-88e7d1ba-060d-4efb-b178-80dbd7843f99 {
  min-height: 50px;
}








#s-88e7d1ba-060d-4efb-b178-80dbd7843f99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88e7d1ba-060d-4efb-b178-80dbd7843f99.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8d936409-bf5c-443e-8cc9-ba1377c2127b {
  min-height: 50px;
}








#s-8d936409-bf5c-443e-8cc9-ba1377c2127b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d936409-bf5c-443e-8cc9-ba1377c2127b.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2ff2e0b-09cd-4bcd-b77f-e15d143d0084"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f7762624-8a77-4ee8-b7f6-a520cfec3253 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7762624-8a77-4ee8-b7f6-a520cfec3253 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-f7762624-8a77-4ee8-b7f6-a520cfec3253 .shogun-heading-component h2 a {
  color: #000;
}


#s-4baf6b14-e4a3-4097-99e2-dc0c81dc688a {
  padding-left: 5px;
padding-right: 5px;
}

#s-7266f53d-7279-4a7c-8222-27d16cce5a87 {
  text-align: center;
}




  #s-7266f53d-7279-4a7c-8222-27d16cce5a87 img.shogun-image {
    
    width: px;
  }


#s-7266f53d-7279-4a7c-8222-27d16cce5a87 .shogun-image-content {
  
    align-items: center;
  
}

#s-c85c5f52-a97d-4aa1-95f1-9659cb833a4a {
  min-height: 50px;
}








#s-c85c5f52-a97d-4aa1-95f1-9659cb833a4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c85c5f52-a97d-4aa1-95f1-9659cb833a4a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4f96f49c-14b5-4b55-9619-36982b90de92 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-4f96f49c-14b5-4b55-9619-36982b90de92 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-4f96f49c-14b5-4b55-9619-36982b90de92 .shogun-heading-component h1 a {
  color: #000;
}


#s-95cc6cda-d717-424b-9132-423a2ddcf6d0 {
  padding-left: 5px;
padding-right: 5px;
}

#s-a865096a-f816-4e2c-89ce-f93347addc57 {
  min-height: 50px;
}








#s-a865096a-f816-4e2c-89ce-f93347addc57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a865096a-f816-4e2c-89ce-f93347addc57.shg-box.shg-c {
  justify-content: flex-start;
}

#s-936361b7-11e4-4078-a29e-f9463ccc0f53 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-936361b7-11e4-4078-a29e-f9463ccc0f53 {
  display: none;
}
#s-936361b7-11e4-4078-a29e-f9463ccc0f53, #wrap-s-936361b7-11e4-4078-a29e-f9463ccc0f53 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-936361b7-11e4-4078-a29e-f9463ccc0f53 {
  display: none;
}
#s-936361b7-11e4-4078-a29e-f9463ccc0f53, #wrap-s-936361b7-11e4-4078-a29e-f9463ccc0f53 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-936361b7-11e4-4078-a29e-f9463ccc0f53 {
  display: none;
}
#s-936361b7-11e4-4078-a29e-f9463ccc0f53, #wrap-s-936361b7-11e4-4078-a29e-f9463ccc0f53 { display:none !important; }}







#s-936361b7-11e4-4078-a29e-f9463ccc0f53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-936361b7-11e4-4078-a29e-f9463ccc0f53.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a26ab78f-18c4-448a-8df1-cc71a7432318 {
  min-height: 50px;
}








#s-a26ab78f-18c4-448a-8df1-cc71a7432318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a26ab78f-18c4-448a-8df1-cc71a7432318.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-30339fd4-462e-4a70-819b-7173aaefe413"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3fb709f5-2fa8-4e2c-a928-f5b84848bf4c {
  text-align: center;
}




  #s-3fb709f5-2fa8-4e2c-a928-f5b84848bf4c img.shogun-image {
    
    width: px;
  }


#s-3fb709f5-2fa8-4e2c-a928-f5b84848bf4c .shogun-image-content {
  
    align-items: center;
  
}

#s-61c1996f-58e5-4c6b-8975-988cce44bfd7 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-61c1996f-58e5-4c6b-8975-988cce44bfd7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-38474cc4-30b7-4951-bbe4-d92cf73fb177 {
  
}

#s-25d434a1-d9e5-4ff4-9762-77f6ab3fd3a8 {
  text-align: center;
}




  #s-25d434a1-d9e5-4ff4-9762-77f6ab3fd3a8 img.shogun-image {
    
    width: px;
  }


#s-25d434a1-d9e5-4ff4-9762-77f6ab3fd3a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2dfdf04-4ad5-4368-ab8c-322e94422dda {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-e2dfdf04-4ad5-4368-ab8c-322e94422dda .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-02f12187-9b0f-4579-9f2c-8031db0794dd {
  
}

#s-579b3dec-548c-43f0-8bb8-d2678acc9fa3 {
  text-align: center;
}




  #s-579b3dec-548c-43f0-8bb8-d2678acc9fa3 img.shogun-image {
    
    width: px;
  }


#s-579b3dec-548c-43f0-8bb8-d2678acc9fa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ec85fa3-2283-4ab1-aed2-1bec7a266a6f {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-5ec85fa3-2283-4ab1-aed2-1bec7a266a6f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-92b5689f-70ea-46be-a0d0-47c808015c01 {
  
}

#s-3bd3646b-8bc3-4e5a-9ecc-85326724e1b1 {
  min-height: 50px;
}
@media (max-width: 767px){#s-3bd3646b-8bc3-4e5a-9ecc-85326724e1b1 {
  display: none;
}
#s-3bd3646b-8bc3-4e5a-9ecc-85326724e1b1, #wrap-s-3bd3646b-8bc3-4e5a-9ecc-85326724e1b1 { display:none !important; }}







#s-3bd3646b-8bc3-4e5a-9ecc-85326724e1b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bd3646b-8bc3-4e5a-9ecc-85326724e1b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b669f0c2-1ebf-4f32-9265-dcde36e73053 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b669f0c2-1ebf-4f32-9265-dcde36e73053 {
  display: none;
}
#s-b669f0c2-1ebf-4f32-9265-dcde36e73053, #wrap-s-b669f0c2-1ebf-4f32-9265-dcde36e73053 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b669f0c2-1ebf-4f32-9265-dcde36e73053 {
  display: none;
}
#s-b669f0c2-1ebf-4f32-9265-dcde36e73053, #wrap-s-b669f0c2-1ebf-4f32-9265-dcde36e73053 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b669f0c2-1ebf-4f32-9265-dcde36e73053 {
  display: none;
}
#s-b669f0c2-1ebf-4f32-9265-dcde36e73053, #wrap-s-b669f0c2-1ebf-4f32-9265-dcde36e73053 { display:none !important; }}







#s-b669f0c2-1ebf-4f32-9265-dcde36e73053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b669f0c2-1ebf-4f32-9265-dcde36e73053.shg-box.shg-c {
  justify-content: flex-start;
}

#s-61baae25-36c5-4b48-8e70-962f68d864d5 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed !important;
min-height: 500px;
background-position: center center;
}








#s-61baae25-36c5-4b48-8e70-962f68d864d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61baae25-36c5-4b48-8e70-962f68d864d5.shg-box.shg-c {
  justify-content: center;
}

#s-021ec93f-119e-4812-b353-0e124406bfab {
  padding-top: 30px;
padding-bottom: 10px;
text-align: center;
}

#s-021ec93f-119e-4812-b353-0e124406bfab .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-83cbe2da-ac1f-4157-a1dd-4fdb66ab0b11"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-476122fc-740c-424b-9893-288dfef91dfd {
  padding-top: 25px;
padding-left: 10px;
padding-bottom: 25px;
padding-right: 10px;
}

#s-b559dafc-c492-4fe2-8513-033b380f409f {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed !important;
min-height: 450px;
background-position: center center;
}








#s-b559dafc-c492-4fe2-8513-033b380f409f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b559dafc-c492-4fe2-8513-033b380f409f.shg-box.shg-c {
  justify-content: center;
}

#s-620021ca-b2f6-4e5b-8182-b9684716a323 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-620021ca-b2f6-4e5b-8182-b9684716a323 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-248603a6-647e-49e7-9698-75bcbd591c0a {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d2dc2679-8601-4b66-923c-2d518980b076"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-69006d94-3e30-4c37-9d93-e974aa2c936c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(90, 90, 90, 1);
text-decoration: none;
}
#s-69006d94-3e30-4c37-9d93-e974aa2c936c:hover {background-color: rgba(43, 43, 43, 1) !important;
text-decoration: none !important;}#s-69006d94-3e30-4c37-9d93-e974aa2c936c:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-69006d94-3e30-4c37-9d93-e974aa2c936c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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