.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: 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-3a31db99-b916-440e-8335-21daf3c094fe {
  min-height: 50px;
}








#s-3a31db99-b916-440e-8335-21daf3c094fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a31db99-b916-440e-8335-21daf3c094fe.shg-box.shg-c {
  justify-content: center;
}

#s-1226b440-32d9-4253-be29-b494e778793c {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
max-width: 2880px;
}
@media (max-width: 767px){#s-1226b440-32d9-4253-be29-b494e778793c {
  display: none;
}
#s-1226b440-32d9-4253-be29-b494e778793c, #wrap-s-1226b440-32d9-4253-be29-b494e778793c { display:none !important; }}







#s-1226b440-32d9-4253-be29-b494e778793c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1226b440-32d9-4253-be29-b494e778793c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-1272852b-ef00-4e1f-927c-134566d51874 {
  text-align: center;
}




  #s-1272852b-ef00-4e1f-927c-134566d51874 img.shogun-image {
    
    width: px;
  }


#s-1272852b-ef00-4e1f-927c-134566d51874 .shogun-image-content {
  
    align-items: center;
  
}

#s-06d5f6ba-02fe-48b8-a467-04ccbbe5610e {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
min-height: 50px;
max-width: 2880px;
}
@media (max-width: 767px){#s-06d5f6ba-02fe-48b8-a467-04ccbbe5610e {
  display: none;
}
#s-06d5f6ba-02fe-48b8-a467-04ccbbe5610e, #wrap-s-06d5f6ba-02fe-48b8-a467-04ccbbe5610e { display:none !important; }}







#s-06d5f6ba-02fe-48b8-a467-04ccbbe5610e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06d5f6ba-02fe-48b8-a467-04ccbbe5610e.shg-box.shg-c {
  justify-content: center;
}

.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: 0px) {
[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e64e553-6358-4b91-b829-b0e15b36d5bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0c3e3213-263e-4480-b5e5-7c1bdbb4a7bf {
  margin-right: -1px;
min-height: 50px;
}








#s-0c3e3213-263e-4480-b5e5-7c1bdbb4a7bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c3e3213-263e-4480-b5e5-7c1bdbb4a7bf.shg-box.shg-c {
  justify-content: center;
}

#s-077971c2-7dd2-4fbe-8263-5b5081f05ffa {
  text-align: right;
}




  #s-077971c2-7dd2-4fbe-8263-5b5081f05ffa img.shogun-image {
    
    width: px;
  }


#s-077971c2-7dd2-4fbe-8263-5b5081f05ffa .shogun-image-content {
  
    align-items: center;
  
}

#s-465525f6-fe27-4470-a156-99e0874ad428 {
  margin-left: -1px;
min-height: 50px;
}








#s-465525f6-fe27-4470-a156-99e0874ad428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-465525f6-fe27-4470-a156-99e0874ad428.shg-box.shg-c {
  justify-content: center;
}

#s-02a268dc-8a06-4fac-9ea1-ae8ab4bdc19a {
  text-align: left;
}




  #s-02a268dc-8a06-4fac-9ea1-ae8ab4bdc19a img.shogun-image {
    
    width: px;
  }


#s-02a268dc-8a06-4fac-9ea1-ae8ab4bdc19a .shogun-image-content {
  
    align-items: center;
  
}

#s-5064e7ed-e10f-4aa6-bcb6-4325d65a4574 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
min-height: 50px;
max-width: 2880px;
background-color: rgba(254, 245, 237, 1);
}
@media (max-width: 767px){#s-5064e7ed-e10f-4aa6-bcb6-4325d65a4574 {
  display: none;
}
#s-5064e7ed-e10f-4aa6-bcb6-4325d65a4574, #wrap-s-5064e7ed-e10f-4aa6-bcb6-4325d65a4574 { display:none !important; }}







#s-5064e7ed-e10f-4aa6-bcb6-4325d65a4574 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5064e7ed-e10f-4aa6-bcb6-4325d65a4574.shg-box.shg-c {
  justify-content: center;
}

#s-df49c34d-fdbe-4f60-a5a0-85fce78d1f4c {
  text-align: center;
}




  #s-df49c34d-fdbe-4f60-a5a0-85fce78d1f4c img.shogun-image {
    
    width: px;
  }


#s-df49c34d-fdbe-4f60-a5a0-85fce78d1f4c .shogun-image-content {
  
    align-items: center;
  
}

#s-5f8e9c43-b1df-4d17-817c-1444f98f0c52 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5f8e9c43-b1df-4d17-817c-1444f98f0c52 {
  display: none;
}
#s-5f8e9c43-b1df-4d17-817c-1444f98f0c52, #wrap-s-5f8e9c43-b1df-4d17-817c-1444f98f0c52 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f8e9c43-b1df-4d17-817c-1444f98f0c52 {
  display: none;
}
#s-5f8e9c43-b1df-4d17-817c-1444f98f0c52, #wrap-s-5f8e9c43-b1df-4d17-817c-1444f98f0c52 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f8e9c43-b1df-4d17-817c-1444f98f0c52 {
  display: none;
}
#s-5f8e9c43-b1df-4d17-817c-1444f98f0c52, #wrap-s-5f8e9c43-b1df-4d17-817c-1444f98f0c52 { display:none !important; }}







#s-5f8e9c43-b1df-4d17-817c-1444f98f0c52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f8e9c43-b1df-4d17-817c-1444f98f0c52.shg-box.shg-c {
  justify-content: center;
}

#s-015ac8aa-7fa0-4963-ab7a-d8e0608c465d {
  text-align: center;
}




  #s-015ac8aa-7fa0-4963-ab7a-d8e0608c465d img.shogun-image {
    
    width: px;
  }


#s-015ac8aa-7fa0-4963-ab7a-d8e0608c465d .shogun-image-content {
  
    align-items: center;
  
}

#s-83afacc7-4be0-46fa-9243-15103e864b12 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-83afacc7-4be0-46fa-9243-15103e864b12 {
  display: none;
}
#s-83afacc7-4be0-46fa-9243-15103e864b12, #wrap-s-83afacc7-4be0-46fa-9243-15103e864b12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83afacc7-4be0-46fa-9243-15103e864b12 {
  display: none;
}
#s-83afacc7-4be0-46fa-9243-15103e864b12, #wrap-s-83afacc7-4be0-46fa-9243-15103e864b12 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83afacc7-4be0-46fa-9243-15103e864b12 {
  display: none;
}
#s-83afacc7-4be0-46fa-9243-15103e864b12, #wrap-s-83afacc7-4be0-46fa-9243-15103e864b12 { display:none !important; }}







#s-83afacc7-4be0-46fa-9243-15103e864b12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83afacc7-4be0-46fa-9243-15103e864b12.shg-box.shg-c {
  justify-content: center;
}

#s-235d48e9-2dd3-45cb-9689-72bf80cefa20 {
  text-align: center;
}




  #s-235d48e9-2dd3-45cb-9689-72bf80cefa20 img.shogun-image {
    
    width: px;
  }


#s-235d48e9-2dd3-45cb-9689-72bf80cefa20 .shogun-image-content {
  
    align-items: center;
  
}

#s-179a2b6c-3145-4dd2-ae8f-47fce0790137 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-179a2b6c-3145-4dd2-ae8f-47fce0790137 {
  display: none;
}
#s-179a2b6c-3145-4dd2-ae8f-47fce0790137, #wrap-s-179a2b6c-3145-4dd2-ae8f-47fce0790137 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-179a2b6c-3145-4dd2-ae8f-47fce0790137 {
  display: none;
}
#s-179a2b6c-3145-4dd2-ae8f-47fce0790137, #wrap-s-179a2b6c-3145-4dd2-ae8f-47fce0790137 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-179a2b6c-3145-4dd2-ae8f-47fce0790137 {
  display: none;
}
#s-179a2b6c-3145-4dd2-ae8f-47fce0790137, #wrap-s-179a2b6c-3145-4dd2-ae8f-47fce0790137 { display:none !important; }}







#s-179a2b6c-3145-4dd2-ae8f-47fce0790137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-179a2b6c-3145-4dd2-ae8f-47fce0790137.shg-box.shg-c {
  justify-content: center;
}

#s-cec68776-bcc7-4424-9e98-4f12a47ec607 {
  text-align: center;
}




  #s-cec68776-bcc7-4424-9e98-4f12a47ec607 img.shogun-image {
    
    width: px;
  }


#s-cec68776-bcc7-4424-9e98-4f12a47ec607 .shogun-image-content {
  
    align-items: center;
  
}

#s-5799b173-0488-4d9d-bf4e-cc71cea7b4c3 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
min-height: 50px;
max-width: 2880px;
}
@media (max-width: 767px){#s-5799b173-0488-4d9d-bf4e-cc71cea7b4c3 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-5799b173-0488-4d9d-bf4e-cc71cea7b4c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5799b173-0488-4d9d-bf4e-cc71cea7b4c3.shg-box.shg-c {
  justify-content: center;
}

#s-328e2e7d-4590-4115-bc3f-ee5d770f397f {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}








#s-328e2e7d-4590-4115-bc3f-ee5d770f397f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-328e2e7d-4590-4115-bc3f-ee5d770f397f.shg-box.shg-c {
  justify-content: center;
}

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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-474b1371-7e05-49f5-94ad-313fbac3b109 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d {
  text-align: left;
}


.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d {
  max-width: 100%;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d .shg-image-zoom,
.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d {
  max-width: 100%;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d .shg-image-zoom,
.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d {
  max-width: 100%;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d .shg-image-zoom,
.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d {
  max-width: 100%;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d .shg-image-zoom,
.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d {
  max-width: 100%;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d .shg-image-zoom,
.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa8f7bd3-c980-467a-bb43-7e9e5cb1395d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-b381980c-883e-474f-9f3e-a480613a8c62 {
  padding-top: 10px;
padding-bottom: 3px;
text-align: center;
}

#s-b381980c-883e-474f-9f3e-a480613a8c62 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
}

#s-a6caa770-c65b-4d99-8cb0-f34ee33f20d4 {
  text-align: center;
}

#s-a6caa770-c65b-4d99-8cb0-f34ee33f20d4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
}

#s-a6caa770-c65b-4d99-8cb0-f34ee33f20d4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-a6caa770-c65b-4d99-8cb0-f34ee33f20d4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-7f562da4-5d1b-43d8-94b7-00d3d154d407 {
  display: none;
}
#s-b53d6b4c-bb73-403f-9589-8738f233442b {
  text-align: left;
}


.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b {
  max-width: 100%;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b .shg-image-zoom,
.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b {
  max-width: 100%;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b .shg-image-zoom,
.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b {
  max-width: 100%;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b .shg-image-zoom,
.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b {
  max-width: 100%;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b .shg-image-zoom,
.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b {
  max-width: 100%;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b .shg-image-zoom,
.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b53d6b4c-bb73-403f-9589-8738f233442b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d8113455-f79d-4927-bccf-b4d3d6bd6d52 {
  padding-top: 10px;
padding-bottom: 3px;
text-align: center;
}

#s-d8113455-f79d-4927-bccf-b4d3d6bd6d52 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
}

#s-a29dde48-1f06-4667-aa1e-5ccd2bd1e18b {
  text-align: center;
}

#s-a29dde48-1f06-4667-aa1e-5ccd2bd1e18b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
}

#s-a29dde48-1f06-4667-aa1e-5ccd2bd1e18b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-a29dde48-1f06-4667-aa1e-5ccd2bd1e18b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-1c4d999d-e556-4a28-af43-9e91bb4a7287 {
  display: none;
}
#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 {
  text-align: left;
}


.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 {
  max-width: 100%;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 .shg-image-zoom,
.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 {
  max-width: 100%;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 .shg-image-zoom,
.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 {
  max-width: 100%;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 .shg-image-zoom,
.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 {
  max-width: 100%;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 .shg-image-zoom,
.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 {
  max-width: 100%;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 .shg-image-zoom,
.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7389eed-2e32-48ca-9fd4-3dc6884031f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1e88b600-3b71-4740-9655-fea8366baaed {
  padding-top: 10px;
padding-bottom: 3px;
text-align: center;
}

#s-1e88b600-3b71-4740-9655-fea8366baaed .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
}

#s-c2fcd730-a146-470a-a52e-4b4e039f2663 {
  text-align: center;
}

#s-c2fcd730-a146-470a-a52e-4b4e039f2663 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
}

#s-c2fcd730-a146-470a-a52e-4b4e039f2663 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-c2fcd730-a146-470a-a52e-4b4e039f2663 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-08b211da-3719-4c38-b32d-60310ea1e0ee {
  display: none;
}
#s-ccead45f-4167-4be0-a3d5-e642f287a293 {
  text-align: left;
}


.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 {
  max-width: 100%;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 .shg-image-zoom,
.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 {
  max-width: 100%;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 .shg-image-zoom,
.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 {
  max-width: 100%;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 .shg-image-zoom,
.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 {
  max-width: 100%;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 .shg-image-zoom,
.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 {
  max-width: 100%;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 .shg-image-zoom,
.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ccead45f-4167-4be0-a3d5-e642f287a293 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cb4b3e98-4d27-480a-9ab2-ad354f4f6ab2 {
  padding-top: 10px;
padding-bottom: 3px;
text-align: center;
}

#s-cb4b3e98-4d27-480a-9ab2-ad354f4f6ab2 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
}

#s-b2a863d4-3bc1-4bef-b2f8-1f0091be0ca8 {
  text-align: center;
}

#s-b2a863d4-3bc1-4bef-b2f8-1f0091be0ca8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
}

#s-b2a863d4-3bc1-4bef-b2f8-1f0091be0ca8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-b2a863d4-3bc1-4bef-b2f8-1f0091be0ca8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}
#s-96e90773-8bb8-4409-b8d2-266c52f5113f {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
min-height: 50px;
max-width: 2880px;
}
@media (max-width: 767px){#s-96e90773-8bb8-4409-b8d2-266c52f5113f {
  display: none;
}
#s-96e90773-8bb8-4409-b8d2-266c52f5113f, #wrap-s-96e90773-8bb8-4409-b8d2-266c52f5113f { display:none !important; }}







#s-96e90773-8bb8-4409-b8d2-266c52f5113f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96e90773-8bb8-4409-b8d2-266c52f5113f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-17f4af0f-0032-4031-8be8-8fe9d436e57d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6a78e9c4-eaea-482e-b98c-e93a35767470 {
  text-align: center;
}




  #s-6a78e9c4-eaea-482e-b98c-e93a35767470 img.shogun-image {
    
    width: px;
  }


#s-6a78e9c4-eaea-482e-b98c-e93a35767470 .shogun-image-content {
  
    align-items: center;
  
}

#s-da4a69a0-c0cb-424a-9030-a2614efab86b {
  text-align: center;
}




  #s-da4a69a0-c0cb-424a-9030-a2614efab86b img.shogun-image {
    
    width: px;
  }


#s-da4a69a0-c0cb-424a-9030-a2614efab86b .shogun-image-content {
  
    align-items: center;
  
}

#s-d2f7cc3c-e050-45f5-9aba-ef4290c1d4ff {
  text-align: center;
}




  #s-d2f7cc3c-e050-45f5-9aba-ef4290c1d4ff img.shogun-image {
    
    width: px;
  }


#s-d2f7cc3c-e050-45f5-9aba-ef4290c1d4ff .shogun-image-content {
  
    align-items: center;
  
}

#s-f40eef32-ef4a-4cf5-9420-6376c033c569 {
  text-align: center;
}




  #s-f40eef32-ef4a-4cf5-9420-6376c033c569 img.shogun-image {
    
    width: px;
  }


#s-f40eef32-ef4a-4cf5-9420-6376c033c569 .shogun-image-content {
  
    align-items: center;
  
}

#s-851d7f19-66ec-44f0-aa88-59aaa78ffe52 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
min-height: 50px;
max-width: 2880px;
background-color: rgba(233, 241, 243, 1);
}
@media (max-width: 767px){#s-851d7f19-66ec-44f0-aa88-59aaa78ffe52 {
  display: none;
}
#s-851d7f19-66ec-44f0-aa88-59aaa78ffe52, #wrap-s-851d7f19-66ec-44f0-aa88-59aaa78ffe52 { display:none !important; }}







#s-851d7f19-66ec-44f0-aa88-59aaa78ffe52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-851d7f19-66ec-44f0-aa88-59aaa78ffe52.shg-box.shg-c {
  justify-content: center;
}

#s-a61afdfe-14d2-4ddd-ad5d-c8085076a43f {
  text-align: center;
}




  #s-a61afdfe-14d2-4ddd-ad5d-c8085076a43f img.shogun-image {
    
    width: px;
  }


#s-a61afdfe-14d2-4ddd-ad5d-c8085076a43f .shogun-image-content {
  
    align-items: center;
  
}

#s-a6cef6c5-3c11-4487-9e2f-d7d2ad725196 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
min-height: 50px;
max-width: 2880px;
}
@media (max-width: 767px){#s-a6cef6c5-3c11-4487-9e2f-d7d2ad725196 {
  display: none;
}
#s-a6cef6c5-3c11-4487-9e2f-d7d2ad725196, #wrap-s-a6cef6c5-3c11-4487-9e2f-d7d2ad725196 { display:none !important; }}







#s-a6cef6c5-3c11-4487-9e2f-d7d2ad725196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6cef6c5-3c11-4487-9e2f-d7d2ad725196.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5df582df-3617-43d1-b10c-5e443f84841c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-681a45d7-1b69-49cf-b996-7682ac17f747 {
  text-align: center;
}




  #s-681a45d7-1b69-49cf-b996-7682ac17f747 img.shogun-image {
    
    width: px;
  }


#s-681a45d7-1b69-49cf-b996-7682ac17f747 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa1a8f37-f39d-4077-ac42-2b858587f4a2 {
  text-align: center;
}




  #s-aa1a8f37-f39d-4077-ac42-2b858587f4a2 img.shogun-image {
    
    width: px;
  }


#s-aa1a8f37-f39d-4077-ac42-2b858587f4a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bff8a32-e9f7-4af5-8555-17c38ba61468 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7bff8a32-e9f7-4af5-8555-17c38ba61468 {
  display: none;
}
#s-7bff8a32-e9f7-4af5-8555-17c38ba61468, #wrap-s-7bff8a32-e9f7-4af5-8555-17c38ba61468 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bff8a32-e9f7-4af5-8555-17c38ba61468 {
  display: none;
}
#s-7bff8a32-e9f7-4af5-8555-17c38ba61468, #wrap-s-7bff8a32-e9f7-4af5-8555-17c38ba61468 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bff8a32-e9f7-4af5-8555-17c38ba61468 {
  display: none;
}
#s-7bff8a32-e9f7-4af5-8555-17c38ba61468, #wrap-s-7bff8a32-e9f7-4af5-8555-17c38ba61468 { display:none !important; }}







#s-7bff8a32-e9f7-4af5-8555-17c38ba61468 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bff8a32-e9f7-4af5-8555-17c38ba61468.shg-box.shg-c {
  justify-content: center;
}

#s-142bb0c2-fbce-4e70-ace8-9bdab04c6fec {
  text-align: center;
}




  #s-142bb0c2-fbce-4e70-ace8-9bdab04c6fec img.shogun-image {
    
    width: px;
  }


#s-142bb0c2-fbce-4e70-ace8-9bdab04c6fec .shogun-image-content {
  
    align-items: center;
  
}

#s-b711fd8d-8144-4cfd-b29d-c8ca58f0d718 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b711fd8d-8144-4cfd-b29d-c8ca58f0d718 {
  display: none;
}
#s-b711fd8d-8144-4cfd-b29d-c8ca58f0d718, #wrap-s-b711fd8d-8144-4cfd-b29d-c8ca58f0d718 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b711fd8d-8144-4cfd-b29d-c8ca58f0d718 {
  display: none;
}
#s-b711fd8d-8144-4cfd-b29d-c8ca58f0d718, #wrap-s-b711fd8d-8144-4cfd-b29d-c8ca58f0d718 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b711fd8d-8144-4cfd-b29d-c8ca58f0d718 {
  display: none;
}
#s-b711fd8d-8144-4cfd-b29d-c8ca58f0d718, #wrap-s-b711fd8d-8144-4cfd-b29d-c8ca58f0d718 { display:none !important; }}







#s-b711fd8d-8144-4cfd-b29d-c8ca58f0d718 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b711fd8d-8144-4cfd-b29d-c8ca58f0d718.shg-box.shg-c {
  justify-content: center;
}

#s-84395c84-ec3c-4d3e-b700-8d33c32c8e85 {
  text-align: center;
}




  #s-84395c84-ec3c-4d3e-b700-8d33c32c8e85 img.shogun-image {
    
    width: px;
  }


#s-84395c84-ec3c-4d3e-b700-8d33c32c8e85 .shogun-image-content {
  
    align-items: center;
  
}

#s-1040ca0c-5aec-4dfa-ae9c-2061f5fc9584 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1040ca0c-5aec-4dfa-ae9c-2061f5fc9584 {
  display: none;
}
#s-1040ca0c-5aec-4dfa-ae9c-2061f5fc9584, #wrap-s-1040ca0c-5aec-4dfa-ae9c-2061f5fc9584 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1040ca0c-5aec-4dfa-ae9c-2061f5fc9584 {
  display: none;
}
#s-1040ca0c-5aec-4dfa-ae9c-2061f5fc9584, #wrap-s-1040ca0c-5aec-4dfa-ae9c-2061f5fc9584 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1040ca0c-5aec-4dfa-ae9c-2061f5fc9584 {
  display: none;
}
#s-1040ca0c-5aec-4dfa-ae9c-2061f5fc9584, #wrap-s-1040ca0c-5aec-4dfa-ae9c-2061f5fc9584 { display:none !important; }}







#s-1040ca0c-5aec-4dfa-ae9c-2061f5fc9584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1040ca0c-5aec-4dfa-ae9c-2061f5fc9584.shg-box.shg-c {
  justify-content: center;
}

#s-ea8e401e-af8d-4286-a619-c6564fc9d9bb {
  text-align: center;
}




  #s-ea8e401e-af8d-4286-a619-c6564fc9d9bb img.shogun-image {
    
    width: px;
  }


#s-ea8e401e-af8d-4286-a619-c6564fc9d9bb .shogun-image-content {
  
    align-items: center;
  
}

#s-08b4102c-f809-4694-959d-a9734f20639d {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-08b4102c-f809-4694-959d-a9734f20639d {
  display: none;
}
#s-08b4102c-f809-4694-959d-a9734f20639d, #wrap-s-08b4102c-f809-4694-959d-a9734f20639d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08b4102c-f809-4694-959d-a9734f20639d {
  display: none;
}
#s-08b4102c-f809-4694-959d-a9734f20639d, #wrap-s-08b4102c-f809-4694-959d-a9734f20639d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08b4102c-f809-4694-959d-a9734f20639d {
  display: none;
}
#s-08b4102c-f809-4694-959d-a9734f20639d, #wrap-s-08b4102c-f809-4694-959d-a9734f20639d { display:none !important; }}







#s-08b4102c-f809-4694-959d-a9734f20639d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08b4102c-f809-4694-959d-a9734f20639d.shg-box.shg-c {
  justify-content: center;
}

#s-d55cd368-7b20-4ed7-a4ec-34cfbcec2fd8 {
  text-align: center;
}




  #s-d55cd368-7b20-4ed7-a4ec-34cfbcec2fd8 img.shogun-image {
    
    width: px;
  }


#s-d55cd368-7b20-4ed7-a4ec-34cfbcec2fd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-01ffa8b9-cb69-4777-b1e6-5d975ef82597 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-01ffa8b9-cb69-4777-b1e6-5d975ef82597 {
  display: none;
}
#s-01ffa8b9-cb69-4777-b1e6-5d975ef82597, #wrap-s-01ffa8b9-cb69-4777-b1e6-5d975ef82597 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01ffa8b9-cb69-4777-b1e6-5d975ef82597 {
  display: none;
}
#s-01ffa8b9-cb69-4777-b1e6-5d975ef82597, #wrap-s-01ffa8b9-cb69-4777-b1e6-5d975ef82597 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-01ffa8b9-cb69-4777-b1e6-5d975ef82597 {
  display: none;
}
#s-01ffa8b9-cb69-4777-b1e6-5d975ef82597, #wrap-s-01ffa8b9-cb69-4777-b1e6-5d975ef82597 { display:none !important; }}







#s-01ffa8b9-cb69-4777-b1e6-5d975ef82597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01ffa8b9-cb69-4777-b1e6-5d975ef82597.shg-box.shg-c {
  justify-content: center;
}

#s-6494d590-f84f-4585-91a2-090a2cbf9432 {
  text-align: center;
}




  #s-6494d590-f84f-4585-91a2-090a2cbf9432 img.shogun-image {
    
    width: px;
  }


#s-6494d590-f84f-4585-91a2-090a2cbf9432 .shogun-image-content {
  
    align-items: center;
  
}

#s-37e87a95-b146-4f9a-8705-18cdd59a57b2 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-37e87a95-b146-4f9a-8705-18cdd59a57b2 {
  display: none;
}
#s-37e87a95-b146-4f9a-8705-18cdd59a57b2, #wrap-s-37e87a95-b146-4f9a-8705-18cdd59a57b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37e87a95-b146-4f9a-8705-18cdd59a57b2 {
  display: none;
}
#s-37e87a95-b146-4f9a-8705-18cdd59a57b2, #wrap-s-37e87a95-b146-4f9a-8705-18cdd59a57b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37e87a95-b146-4f9a-8705-18cdd59a57b2 {
  display: none;
}
#s-37e87a95-b146-4f9a-8705-18cdd59a57b2, #wrap-s-37e87a95-b146-4f9a-8705-18cdd59a57b2 { display:none !important; }}







#s-37e87a95-b146-4f9a-8705-18cdd59a57b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37e87a95-b146-4f9a-8705-18cdd59a57b2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da23eb9a-ebae-4ee8-9b9f-6f25c0f9d5b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b089fd0e-4d4b-4d65-aad7-e21670dd64d0 {
  margin-bottom: 8px;
text-align: center;
}




  #s-b089fd0e-4d4b-4d65-aad7-e21670dd64d0 img.shogun-image {
    
    width: px;
  }


#s-b089fd0e-4d4b-4d65-aad7-e21670dd64d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbbacf35-94b3-4df2-99ea-8fc5e6ab58bb {
  text-align: center;
}




  #s-bbbacf35-94b3-4df2-99ea-8fc5e6ab58bb img.shogun-image {
    
    width: px;
  }


#s-bbbacf35-94b3-4df2-99ea-8fc5e6ab58bb .shogun-image-content {
  
    align-items: center;
  
}

#s-5ddf67c7-be4d-4250-bcc3-ea662bd22356 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
min-height: 50px;
max-width: 2880px;
background-color: rgba(233, 241, 243, 1);
}
@media (max-width: 767px){#s-5ddf67c7-be4d-4250-bcc3-ea662bd22356 {
  display: none;
}
#s-5ddf67c7-be4d-4250-bcc3-ea662bd22356, #wrap-s-5ddf67c7-be4d-4250-bcc3-ea662bd22356 { display:none !important; }}







#s-5ddf67c7-be4d-4250-bcc3-ea662bd22356 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ddf67c7-be4d-4250-bcc3-ea662bd22356.shg-box.shg-c {
  justify-content: center;
}

#s-c3686538-655e-49fd-8ff7-a3e101c6dd93 {
  text-align: center;
}




  #s-c3686538-655e-49fd-8ff7-a3e101c6dd93 img.shogun-image {
    
    width: px;
  }


#s-c3686538-655e-49fd-8ff7-a3e101c6dd93 .shogun-image-content {
  
    align-items: center;
  
}

#s-2375914f-8bed-4737-9582-54ebaebfe9c6 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
min-height: 50px;
max-width: 2880px;
}
@media (min-width: 1200px){#s-2375914f-8bed-4737-9582-54ebaebfe9c6 {
  display: none;
}
#s-2375914f-8bed-4737-9582-54ebaebfe9c6, #wrap-s-2375914f-8bed-4737-9582-54ebaebfe9c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2375914f-8bed-4737-9582-54ebaebfe9c6 {
  display: none;
}
#s-2375914f-8bed-4737-9582-54ebaebfe9c6, #wrap-s-2375914f-8bed-4737-9582-54ebaebfe9c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2375914f-8bed-4737-9582-54ebaebfe9c6 {
  display: none;
}
#s-2375914f-8bed-4737-9582-54ebaebfe9c6, #wrap-s-2375914f-8bed-4737-9582-54ebaebfe9c6 { display:none !important; }}







#s-2375914f-8bed-4737-9582-54ebaebfe9c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2375914f-8bed-4737-9582-54ebaebfe9c6.shg-box.shg-c {
  justify-content: center;
}

#s-ebd021e5-a9fd-4e26-b3bf-e50a7fadb3b2 {
  text-align: center;
}




  #s-ebd021e5-a9fd-4e26-b3bf-e50a7fadb3b2 img.shogun-image {
    
    width: px;
  }


#s-ebd021e5-a9fd-4e26-b3bf-e50a7fadb3b2 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

#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;
}
