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

.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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-80f47f08-4e9f-420f-b9aa-a1b46dddca8a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-80f47f08-4e9f-420f-b9aa-a1b46dddca8a {
  background-image: url(https://i.shgcdn.com/eef828f2-a98d-42b2-bdbe-56c8712188f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-80f47f08-4e9f-420f-b9aa-a1b46dddca8a > .shg-box-overlay {
  background-color: rgba(55, 69, 50, 1);
  opacity: 0.8;
  display: block;
}#s-80f47f08-4e9f-420f-b9aa-a1b46dddca8a.shg-box.shg-c {
  justify-content: center;
}

#s-03cb7eaa-8326-4ccc-81ad-fd3d117d5ab1 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1200px;
}

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-e73a4c18-1206-4035-af4b-ccb9deb28c8d {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-e73a4c18-1206-4035-af4b-ccb9deb28c8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e73a4c18-1206-4035-af4b-ccb9deb28c8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e73a4c18-1206-4035-af4b-ccb9deb28c8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e73a4c18-1206-4035-af4b-ccb9deb28c8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.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;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

#s-901d9858-cf5f-45a4-986a-5cd5809519db {
  text-align: center;
}
@media (max-width: 767px){#s-901d9858-cf5f-45a4-986a-5cd5809519db {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}
}
#s-901d9858-cf5f-45a4-986a-5cd5809519db {
  overflow: hidden;
  
  
}







  #s-901d9858-cf5f-45a4-986a-5cd5809519db img.shogun-image {
    

    
    
    
  }


#s-901d9858-cf5f-45a4-986a-5cd5809519db .shogun-image-content {
  
    justify-content: center;
  
}

#s-d73de4ea-7a5e-4b39-ab88-99cdce456a47 {
  min-height: 50px;
}








#s-d73de4ea-7a5e-4b39-ab88-99cdce456a47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d73de4ea-7a5e-4b39-ab88-99cdce456a47.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-2b913d0e-9736-4c25-8986-71eb40a2de59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2b913d0e-9736-4c25-8986-71eb40a2de59 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.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;
  
  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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-52c067f0-d30a-4fa0-b614-3ec46f72580c {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: left;
background-color: rgba(106, 132, 95, 0);
}

#s-52c067f0-d30a-4fa0-b614-3ec46f72580c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-ce9a1713-0437-4e05-a122-c1342a426c9e .shogun-icon-wrapper {
  text-align: center;
}


#s-ce9a1713-0437-4e05-a122-c1342a426c9e .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 145, 0, 1);
}

#s-00e51a5c-300b-4eda-994c-fa9b0539b9fe .shogun-icon-wrapper {
  text-align: center;
}


#s-00e51a5c-300b-4eda-994c-fa9b0539b9fe .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 145, 0, 1);
}

#s-6377b4af-7be2-49ca-a8ad-d4207eb2547f .shogun-icon-wrapper {
  text-align: center;
}


#s-6377b4af-7be2-49ca-a8ad-d4207eb2547f .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 145, 0, 1);
}

#s-346ca15d-34eb-45c0-8d02-fe0733d64731 .shogun-icon-wrapper {
  text-align: center;
}


#s-346ca15d-34eb-45c0-8d02-fe0733d64731 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 145, 0, 1);
}

#s-c4f8de63-c57e-4994-8a1f-7804ecb531ed .shogun-icon-wrapper {
  text-align: center;
}


#s-c4f8de63-c57e-4994-8a1f-7804ecb531ed .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 145, 0, 1);
}

#s-7ec5bc9c-4c7c-4401-975e-920c6051bf43 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7ec5bc9c-4c7c-4401-975e-920c6051bf43"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7ec5bc9c-4c7c-4401-975e-920c6051bf43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ec5bc9c-4c7c-4401-975e-920c6051bf43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ec5bc9c-4c7c-4401-975e-920c6051bf43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cdb92b07-a12b-4035-bc39-06142aa59e04 .shogun-icon-wrapper {
  text-align: center;
}


#s-cdb92b07-a12b-4035-bc39-06142aa59e04 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(180, 101, 0, 1);
}

#s-f538e27e-4f82-45e4-8e7c-cc961e17f465 .shogun-icon-wrapper {
  text-align: center;
}


#s-f538e27e-4f82-45e4-8e7c-cc961e17f465 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(180, 101, 0, 1);
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.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-79de0ee0-6197-47eb-af27-f8d445538a94 {
  box-shadow:-1px -1px 6px 3px rgba(68, 38, 0, 0.63);
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-79de0ee0-6197-47eb-af27-f8d445538a94:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79de0ee0-6197-47eb-af27-f8d445538a94:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTVkMWIwNDktZmIzNy00NTFhLTkyNjctNDU3NzcwZjA3NWM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNWQxYjA0OS1mYjM3LTQ1MWEtOTI2Ny00NTc3NzBmMDc1YzgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-79de0ee0-6197-47eb-af27-f8d445538a94-root {
    text-align: center;
  }


#s-79de0ee0-6197-47eb-af27-f8d445538a94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-79de0ee0-6197-47eb-af27-f8d445538a94-root {
    text-align: center;
  }


#s-79de0ee0-6197-47eb-af27-f8d445538a94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79de0ee0-6197-47eb-af27-f8d445538a94-root {
    text-align: center;
  }


#s-79de0ee0-6197-47eb-af27-f8d445538a94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79de0ee0-6197-47eb-af27-f8d445538a94-root {
    text-align: center;
  }


#s-79de0ee0-6197-47eb-af27-f8d445538a94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-79de0ee0-6197-47eb-af27-f8d445538a94-root {
    text-align: center;
  }


#s-79de0ee0-6197-47eb-af27-f8d445538a94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  block ;
}
}
#s-9a20823b-c38d-42a9-8e39-1851835a31eb {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9a20823b-c38d-42a9-8e39-1851835a31eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9a20823b-c38d-42a9-8e39-1851835a31eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a20823b-c38d-42a9-8e39-1851835a31eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a20823b-c38d-42a9-8e39-1851835a31eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ceeb4a2c-8f2d-40df-9611-c197a28daf20 .shogun-icon-wrapper {
  text-align: center;
}


#s-ceeb4a2c-8f2d-40df-9611-c197a28daf20 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(180, 101, 0, 1);
}

#s-cfdb1c5e-3020-4c88-bff7-d2bba75a990d .shogun-icon-wrapper {
  text-align: center;
}


#s-cfdb1c5e-3020-4c88-bff7-d2bba75a990d .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(180, 101, 0, 1);
}

#s-202c2f06-458e-415e-8fe9-18a16cee1ba4 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(238, 232, 218, 1);
}








#s-202c2f06-458e-415e-8fe9-18a16cee1ba4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-202c2f06-458e-415e-8fe9-18a16cee1ba4.shg-box.shg-c {
  justify-content: center;
}

#s-08a17378-95e3-43d4-9ac9-56515c74c2a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
max-width: 1000px;
}








#s-08a17378-95e3-43d4-9ac9-56515c74c2a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08a17378-95e3-43d4-9ac9-56515c74c2a2.shg-box.shg-c {
  justify-content: center;
}

#s-12618b3d-11f6-4b55-b719-742999de7cee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12618b3d-11f6-4b55-b719-742999de7cee .shogun-heading-component h1 {
  color: rgba(55, 69, 50, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-bb0851fb-19be-450f-b55e-bca070c1be8f {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
}

@media (min-width: 0px) {
[id="s-053638f0-58eb-4c90-be49-6b4617ea52b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-053638f0-58eb-4c90-be49-6b4617ea52b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-053638f0-58eb-4c90-be49-6b4617ea52b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-053638f0-58eb-4c90-be49-6b4617ea52b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4eeac27b-6093-4ac6-8436-388a1137c2eb {
  text-align: center;
}

#s-4eeac27b-6093-4ac6-8436-388a1137c2eb {
  overflow: hidden;
  
  
}







  #s-4eeac27b-6093-4ac6-8436-388a1137c2eb img.shogun-image {
    

    
    
    
  }


#s-4eeac27b-6093-4ac6-8436-388a1137c2eb .shogun-image-content {
  
    justify-content: center;
  
}

#s-9fb6a16f-3f8d-4854-aa67-fd62a8105364 {
  text-align: center;
}

#s-9fb6a16f-3f8d-4854-aa67-fd62a8105364 {
  overflow: hidden;
  
  
}







  #s-9fb6a16f-3f8d-4854-aa67-fd62a8105364 img.shogun-image {
    

    
    
    
  }


#s-9fb6a16f-3f8d-4854-aa67-fd62a8105364 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-5bf7f0d8-23cd-42c3-8245-24571849a400"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5bf7f0d8-23cd-42c3-8245-24571849a400"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5bf7f0d8-23cd-42c3-8245-24571849a400"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bf7f0d8-23cd-42c3-8245-24571849a400"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d5dff905-981c-4945-b0dc-d9aaddbce790 {
  text-align: center;
}

#s-d5dff905-981c-4945-b0dc-d9aaddbce790 {
  overflow: hidden;
  
  
}







  #s-d5dff905-981c-4945-b0dc-d9aaddbce790 img.shogun-image {
    

    
    
    
  }


#s-d5dff905-981c-4945-b0dc-d9aaddbce790 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4159106a-346f-4a53-bd95-8d52e38f1092 {
  text-align: center;
}

#s-4159106a-346f-4a53-bd95-8d52e38f1092 {
  overflow: hidden;
  
  
}







  #s-4159106a-346f-4a53-bd95-8d52e38f1092 img.shogun-image {
    

    
    
    
  }


#s-4159106a-346f-4a53-bd95-8d52e38f1092 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4490767b-e060-4198-919d-79b08b760deb {
  box-shadow:0px 0px 7px 4px rgba(180, 101, 0, 0.32);
margin-top: 20px;
margin-bottom: 20px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-4490767b-e060-4198-919d-79b08b760deb:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4490767b-e060-4198-919d-79b08b760deb:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWRjZWFjYWUtMjQzMy00NDFkLWI0OWYtZmZjYjQ2YjBjM2ExIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZGNlYWNhZS0yNDMzLTQ0MWQtYjQ5Zi1mZmNiNDZiMGMzYTEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-4490767b-e060-4198-919d-79b08b760deb-root {
    text-align: center;
  }


#s-4490767b-e060-4198-919d-79b08b760deb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4490767b-e060-4198-919d-79b08b760deb-root {
    text-align: center;
  }


#s-4490767b-e060-4198-919d-79b08b760deb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4490767b-e060-4198-919d-79b08b760deb-root {
    text-align: center;
  }


#s-4490767b-e060-4198-919d-79b08b760deb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4490767b-e060-4198-919d-79b08b760deb-root {
    text-align: center;
  }


#s-4490767b-e060-4198-919d-79b08b760deb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4490767b-e060-4198-919d-79b08b760deb-root {
    text-align: center;
  }


#s-4490767b-e060-4198-919d-79b08b760deb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
#s-430ccc27-22ae-4d44-9dd5-52e29d68fab0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-430ccc27-22ae-4d44-9dd5-52e29d68fab0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-430ccc27-22ae-4d44-9dd5-52e29d68fab0.shg-box.shg-c {
  justify-content: center;
}

#s-1a66a1c0-7754-4e1f-bcc3-563ce6f88c8d {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a66a1c0-7754-4e1f-bcc3-563ce6f88c8d .shogun-heading-component h1 {
  color: rgba(55, 69, 50, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3df40f63-ff84-49c7-9f8f-0f09cf282d8d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-3df40f63-ff84-49c7-9f8f-0f09cf282d8d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3df40f63-ff84-49c7-9f8f-0f09cf282d8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3df40f63-ff84-49c7-9f8f-0f09cf282d8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3df40f63-ff84-49c7-9f8f-0f09cf282d8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8d7fae1b-da4b-45e2-974d-b11d88a8263b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-8d7fae1b-da4b-45e2-974d-b11d88a8263b {
  overflow: hidden;
  
  
}







  #s-8d7fae1b-da4b-45e2-974d-b11d88a8263b img.shogun-image {
    

    
    
    
  }


#s-8d7fae1b-da4b-45e2-974d-b11d88a8263b .shogun-image-content {
  
    justify-content: center;
  
}

#s-6211b413-6b75-43c2-bc26-00382a7a31f0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-6211b413-6b75-43c2-bc26-00382a7a31f0 {
  overflow: hidden;
  
  
}







  #s-6211b413-6b75-43c2-bc26-00382a7a31f0 img.shogun-image {
    

    
    
    
  }


#s-6211b413-6b75-43c2-bc26-00382a7a31f0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e2dcfa57-c0b6-447e-816a-851f8f0c353f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-e2dcfa57-c0b6-447e-816a-851f8f0c353f {
  overflow: hidden;
  
  
}







  #s-e2dcfa57-c0b6-447e-816a-851f8f0c353f img.shogun-image {
    

    
    
    
  }


#s-e2dcfa57-c0b6-447e-816a-851f8f0c353f .shogun-image-content {
  
    justify-content: center;
  
}

#s-817414a5-e360-4f2a-9a60-5003a9b624c4 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-817414a5-e360-4f2a-9a60-5003a9b624c4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-817414a5-e360-4f2a-9a60-5003a9b624c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-817414a5-e360-4f2a-9a60-5003a9b624c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-817414a5-e360-4f2a-9a60-5003a9b624c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9704aa4c-0dff-40e4-b005-3c92f2eefd16 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-9704aa4c-0dff-40e4-b005-3c92f2eefd16 {
  overflow: hidden;
  
  
}







  #s-9704aa4c-0dff-40e4-b005-3c92f2eefd16 img.shogun-image {
    

    
    
    
  }


#s-9704aa4c-0dff-40e4-b005-3c92f2eefd16 .shogun-image-content {
  
    justify-content: center;
  
}

#s-289edf5f-aa36-4d30-a9fc-51de16eefcb8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 7px;
text-align: center;
}

#s-289edf5f-aa36-4d30-a9fc-51de16eefcb8 {
  overflow: hidden;
  
  
}







  #s-289edf5f-aa36-4d30-a9fc-51de16eefcb8 img.shogun-image {
    

    
    
    
  }


#s-289edf5f-aa36-4d30-a9fc-51de16eefcb8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f5102f14-711a-454e-9901-15fc73828bf5 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 7px;
text-align: center;
}

#s-f5102f14-711a-454e-9901-15fc73828bf5 {
  overflow: hidden;
  
  
}







  #s-f5102f14-711a-454e-9901-15fc73828bf5 img.shogun-image {
    

    
    
    
  }


#s-f5102f14-711a-454e-9901-15fc73828bf5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2fd32890-d2a1-4a8a-b415-db1274aa5ba7 {
  box-shadow:0px 0px 8px 3px rgba(180, 101, 0, 0.17);
margin-top: 20px;
margin-bottom: 20px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-2fd32890-d2a1-4a8a-b415-db1274aa5ba7:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2fd32890-d2a1-4a8a-b415-db1274aa5ba7:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzFhYmUwNmUtNjFjYS00MGUxLWI0ZjktYjRmZGI4ZGMxZjI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMWFiZTA2ZS02MWNhLTQwZTEtYjRmOS1iNGZkYjhkYzFmMjUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-2fd32890-d2a1-4a8a-b415-db1274aa5ba7-root {
    text-align: center;
  }


#s-2fd32890-d2a1-4a8a-b415-db1274aa5ba7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2fd32890-d2a1-4a8a-b415-db1274aa5ba7-root {
    text-align: center;
  }


#s-2fd32890-d2a1-4a8a-b415-db1274aa5ba7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fd32890-d2a1-4a8a-b415-db1274aa5ba7-root {
    text-align: center;
  }


#s-2fd32890-d2a1-4a8a-b415-db1274aa5ba7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2fd32890-d2a1-4a8a-b415-db1274aa5ba7-root {
    text-align: center;
  }


#s-2fd32890-d2a1-4a8a-b415-db1274aa5ba7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2fd32890-d2a1-4a8a-b415-db1274aa5ba7-root {
    text-align: center;
  }


#s-2fd32890-d2a1-4a8a-b415-db1274aa5ba7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
#s-843ac1a3-8dc0-4b00-a692-400d6414bcfa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 50px;
max-width: 1200px;
}








#s-843ac1a3-8dc0-4b00-a692-400d6414bcfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-843ac1a3-8dc0-4b00-a692-400d6414bcfa.shg-box.shg-c {
  justify-content: center;
}

#s-b6fe9d87-187a-4193-91d8-9cd1ff9a984a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-b6fe9d87-187a-4193-91d8-9cd1ff9a984a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6fe9d87-187a-4193-91d8-9cd1ff9a984a.shg-box.shg-c {
  justify-content: center;
}

#s-e9922d23-c0f8-443d-99b0-49b772e09847 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-e9922d23-c0f8-443d-99b0-49b772e09847"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9922d23-c0f8-443d-99b0-49b772e09847"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9922d23-c0f8-443d-99b0-49b772e09847"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9922d23-c0f8-443d-99b0-49b772e09847"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cd65fe66-5413-4b8e-a2e1-14179a41e97b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 17px;
text-align: left;
}

#s-cd65fe66-5413-4b8e-a2e1-14179a41e97b {
  overflow: hidden;
  
  
}







  #s-cd65fe66-5413-4b8e-a2e1-14179a41e97b img.shogun-image {
    

    
    
    
  }


#s-cd65fe66-5413-4b8e-a2e1-14179a41e97b .shogun-image-content {
  
    justify-content: center;
  
}

#s-a2d6ee72-4b3e-41ba-9eb7-5042b889c105 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-d7ff80fa-0843-4df1-bb93-bddc1dfb728f {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 27px;
background-color: rgba(106, 132, 95, 1);
}

@media (min-width: 0px) {
[id="s-d7ff80fa-0843-4df1-bb93-bddc1dfb728f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7ff80fa-0843-4df1-bb93-bddc1dfb728f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7ff80fa-0843-4df1-bb93-bddc1dfb728f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7ff80fa-0843-4df1-bb93-bddc1dfb728f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-836413fc-38b1-46e1-9055-7e11154f0f26 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-3d2e3a42-6072-4037-b389-47fa3a56bfc4 {
  box-shadow:0px 0px 0px 0px rgba(180, 101, 0, 1);
margin-top: 20px;
margin-bottom: 20px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-3d2e3a42-6072-4037-b389-47fa3a56bfc4:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3d2e3a42-6072-4037-b389-47fa3a56bfc4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzc4NzhjMWMtNDM2Zi00YmJkLWI1NmItNDExYmIwODY5NWVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNzg3OGMxYy00MzZmLTRiYmQtYjU2Yi00MTFiYjA4Njk1ZWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-3d2e3a42-6072-4037-b389-47fa3a56bfc4-root {
    text-align: center;
  }


#s-3d2e3a42-6072-4037-b389-47fa3a56bfc4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d2e3a42-6072-4037-b389-47fa3a56bfc4-root {
    text-align: center;
  }


#s-3d2e3a42-6072-4037-b389-47fa3a56bfc4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d2e3a42-6072-4037-b389-47fa3a56bfc4-root {
    text-align: center;
  }


#s-3d2e3a42-6072-4037-b389-47fa3a56bfc4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d2e3a42-6072-4037-b389-47fa3a56bfc4-root {
    text-align: center;
  }


#s-3d2e3a42-6072-4037-b389-47fa3a56bfc4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d2e3a42-6072-4037-b389-47fa3a56bfc4-root {
    text-align: center;
  }


#s-3d2e3a42-6072-4037-b389-47fa3a56bfc4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
#s-a8ce94a1-82de-4315-94f5-a03f21bf823f {
  text-align: left;
}

#s-a8ce94a1-82de-4315-94f5-a03f21bf823f {
  overflow: hidden;
  
  
}







  #s-a8ce94a1-82de-4315-94f5-a03f21bf823f img.shogun-image {
    

    
    
    
  }


#s-a8ce94a1-82de-4315-94f5-a03f21bf823f .shogun-image-content {
  
    justify-content: center;
  
}

#s-87c67cde-19d9-4b9d-b025-18fd4923591d {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-87c67cde-19d9-4b9d-b025-18fd4923591d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87c67cde-19d9-4b9d-b025-18fd4923591d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87c67cde-19d9-4b9d-b025-18fd4923591d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87c67cde-19d9-4b9d-b025-18fd4923591d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-008cf1b6-db5a-4e1f-9061-b9dc43eba76c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-008cf1b6-db5a-4e1f-9061-b9dc43eba76c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-edbedab1-0715-446a-a86a-2c8a4a31cf47 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-edbedab1-0715-446a-a86a-2c8a4a31cf47 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-edbedab1-0715-446a-a86a-2c8a4a31cf47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-edbedab1-0715-446a-a86a-2c8a4a31cf47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 132, 94, 1);
}

#s-edbedab1-0715-446a-a86a-2c8a4a31cf47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-edbedab1-0715-446a-a86a-2c8a4a31cf47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 132, 94, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-edbedab1-0715-446a-a86a-2c8a4a31cf47 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-55272816-d8cf-457d-ba6c-4a079e5a753b {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-8d9161f3-0f0c-413c-a3f5-291cfcf9d71f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-f4e38c21-c6b4-47fb-869e-1d02a7d51191 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-6ba75348-da43-46ca-8ad1-45cab5623da9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-78112017-b49d-4e4c-9396-d528a834938c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-f721219e-6071-4cd5-8b42-30199bd6ae46 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
max-width: 500px;
text-align: center;
}

#s-f721219e-6071-4cd5-8b42-30199bd6ae46 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-f721219e-6071-4cd5-8b42-30199bd6ae46 img.shogun-image {
    

    
    
    
  }


#s-f721219e-6071-4cd5-8b42-30199bd6ae46 .shogun-image-content {
  
    justify-content: center;
  
}

#s-967e9b3d-499b-442e-b897-99a1e0cdc822 {
  box-shadow:0px 0px 7px 4px rgba(180, 101, 0, 0.13);
margin-top: 20px;
margin-bottom: 20px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-967e9b3d-499b-442e-b897-99a1e0cdc822:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-967e9b3d-499b-442e-b897-99a1e0cdc822:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTQzZGFlOTQtMjU1MC00YjA1LTk2ODQtNTRjYzg1YWZjNWNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NDNkYWU5NC0yNTUwLTRiMDUtOTY4NC01NGNjODVhZmM1Y2QpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-967e9b3d-499b-442e-b897-99a1e0cdc822-root {
    text-align: center;
  }


#s-967e9b3d-499b-442e-b897-99a1e0cdc822.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-967e9b3d-499b-442e-b897-99a1e0cdc822-root {
    text-align: center;
  }


#s-967e9b3d-499b-442e-b897-99a1e0cdc822.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-967e9b3d-499b-442e-b897-99a1e0cdc822-root {
    text-align: center;
  }


#s-967e9b3d-499b-442e-b897-99a1e0cdc822.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-967e9b3d-499b-442e-b897-99a1e0cdc822-root {
    text-align: center;
  }


#s-967e9b3d-499b-442e-b897-99a1e0cdc822.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-967e9b3d-499b-442e-b897-99a1e0cdc822-root {
    text-align: center;
  }


#s-967e9b3d-499b-442e-b897-99a1e0cdc822.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
#s-48001a83-3271-40bd-b1ab-2eaea7efa6b4 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(238, 232, 218, 0.51);
}








#s-48001a83-3271-40bd-b1ab-2eaea7efa6b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48001a83-3271-40bd-b1ab-2eaea7efa6b4.shg-box.shg-c {
  justify-content: center;
}

#s-46f5407a-3885-40b0-a026-ad3a40be39ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46f5407a-3885-40b0-a026-ad3a40be39ad .shogun-heading-component h2 {
  color: rgba(55, 69, 50, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-8c3edc15-f6e7-49e4-b5ad-64bdb2a26b11 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 960px;
}

@media (min-width: 0px) {
[id="s-8c3edc15-f6e7-49e4-b5ad-64bdb2a26b11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c3edc15-f6e7-49e4-b5ad-64bdb2a26b11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c3edc15-f6e7-49e4-b5ad-64bdb2a26b11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c3edc15-f6e7-49e4-b5ad-64bdb2a26b11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-52a66d20-7937-4e24-9a96-b0a54d87268c {
  text-align: center;
}

#s-c51df03e-fd58-4ab0-8b99-3c35aa59e62e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 48px;
max-width: 50px;
text-align: center;
}

#s-c51df03e-fd58-4ab0-8b99-3c35aa59e62e {
  overflow: hidden;
  
  
      max-width: 50px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-c51df03e-fd58-4ab0-8b99-3c35aa59e62e img.shogun-image {
    

    
    
    
  }


#s-c51df03e-fd58-4ab0-8b99-3c35aa59e62e .shogun-image-content {
  
    justify-content: center;
  
}

#s-c1a91d83-0dba-471c-84ce-8f0eb6e0c91a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c1a91d83-0dba-471c-84ce-8f0eb6e0c91a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0d7fb083-7252-4661-9386-ebf2474fef1d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 48px;
max-width: 50px;
text-align: center;
}

#s-0d7fb083-7252-4661-9386-ebf2474fef1d {
  overflow: hidden;
  
  
      max-width: 50px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-0d7fb083-7252-4661-9386-ebf2474fef1d img.shogun-image {
    

    
    
    
  }


#s-0d7fb083-7252-4661-9386-ebf2474fef1d .shogun-image-content {
  
    justify-content: center;
  
}

#s-dbf316d3-288c-402c-b253-4437c922e4be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dbf316d3-288c-402c-b253-4437c922e4be .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-67ecb636-3934-40f3-86c3-5f84e2f8e50c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 48px;
max-width: 50px;
text-align: center;
}

#s-67ecb636-3934-40f3-86c3-5f84e2f8e50c {
  overflow: hidden;
  
  
      max-width: 50px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-67ecb636-3934-40f3-86c3-5f84e2f8e50c img.shogun-image {
    

    
    
    
  }


#s-67ecb636-3934-40f3-86c3-5f84e2f8e50c .shogun-image-content {
  
    justify-content: center;
  
}

#s-50d76814-93f0-4991-82d7-76069091bf82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-50d76814-93f0-4991-82d7-76069091bf82 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9601ff46-53b7-40da-bbe5-697ed00c25e9 {
  background-repeat: repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-position: center center;
}








#s-9601ff46-53b7-40da-bbe5-697ed00c25e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.7;
  display: block;
}#s-9601ff46-53b7-40da-bbe5-697ed00c25e9.shg-box.shg-c {
  justify-content: center;
}

#s-707fc9e9-3b95-42f7-aa59-8b0db4751ee7 {
  padding-top: 4px;
padding-left: 25px;
padding-bottom: 4px;
padding-right: 25px;
text-align: center;
}

#s-707fc9e9-3b95-42f7-aa59-8b0db4751ee7 .shogun-heading-component h1 {
  color: rgba(55, 69, 50, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-f6d70918-0962-4630-92f0-2d3fe53adad8 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 35px;
padding-right: 25px;
text-align: center;
}

#s-f6d70918-0962-4630-92f0-2d3fe53adad8 .shogun-heading-component h3 {
  color: rgba(106, 132, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-92ec91b4-6fbc-4ab3-88c8-678d6859e0b6 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-92ec91b4-6fbc-4ab3-88c8-678d6859e0b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92ec91b4-6fbc-4ab3-88c8-678d6859e0b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92ec91b4-6fbc-4ab3-88c8-678d6859e0b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92ec91b4-6fbc-4ab3-88c8-678d6859e0b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e37e899a-176e-49da-911a-a67bc8f88abd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 350px;
text-align: center;
}

#s-e37e899a-176e-49da-911a-a67bc8f88abd {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-e37e899a-176e-49da-911a-a67bc8f88abd img.shogun-image {
    

    
    
    
  }


#s-e37e899a-176e-49da-911a-a67bc8f88abd .shogun-image-content {
  
    justify-content: center;
  
}

#s-c0750987-d084-4ced-be2c-368ff541bda0 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c0750987-d084-4ced-be2c-368ff541bda0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c0750987-d084-4ced-be2c-368ff541bda0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c0750987-d084-4ced-be2c-368ff541bda0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0750987-d084-4ced-be2c-368ff541bda0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bf93d1c8-1771-4ab7-926a-8b4279386550 .shogun-icon-wrapper {
  text-align: center;
}


#s-bf93d1c8-1771-4ab7-926a-8b4279386550 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(180, 101, 0, 1);
}

#s-0f069bee-6794-42c1-a555-d4926a18a0cc .shogun-icon-wrapper {
  text-align: center;
}


#s-0f069bee-6794-42c1-a555-d4926a18a0cc .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(180, 101, 0, 1);
}

#s-89780691-fdb4-44ea-926c-7abf783d6b0b {
  box-shadow:0px 0px 7px 5px rgba(180, 101, 0, 0.2);
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 34px;
padding-bottom: 15px;
padding-right: 34px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-89780691-fdb4-44ea-926c-7abf783d6b0b:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-89780691-fdb4-44ea-926c-7abf783d6b0b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWMwMmMyMWEtY2Y2MS00NTBmLTliODYtYTY0OGM5MGE1M2JiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYzAyYzIxYS1jZjYxLTQ1MGYtOWI4Ni1hNjQ4YzkwYTUzYmIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-89780691-fdb4-44ea-926c-7abf783d6b0b-root {
    text-align: center;
  }


#s-89780691-fdb4-44ea-926c-7abf783d6b0b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-89780691-fdb4-44ea-926c-7abf783d6b0b-root {
    text-align: center;
  }


#s-89780691-fdb4-44ea-926c-7abf783d6b0b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89780691-fdb4-44ea-926c-7abf783d6b0b-root {
    text-align: center;
  }


#s-89780691-fdb4-44ea-926c-7abf783d6b0b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89780691-fdb4-44ea-926c-7abf783d6b0b-root {
    text-align: center;
  }


#s-89780691-fdb4-44ea-926c-7abf783d6b0b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-89780691-fdb4-44ea-926c-7abf783d6b0b-root {
    text-align: center;
  }


#s-89780691-fdb4-44ea-926c-7abf783d6b0b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
#s-80caef93-0733-4c9a-8763-7ca9944daa21 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-80caef93-0733-4c9a-8763-7ca9944daa21"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-80caef93-0733-4c9a-8763-7ca9944daa21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-80caef93-0733-4c9a-8763-7ca9944daa21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-80caef93-0733-4c9a-8763-7ca9944daa21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b8e4fa15-ceab-4400-80f8-af34a5b9f574 .shogun-icon-wrapper {
  text-align: center;
}


#s-b8e4fa15-ceab-4400-80f8-af34a5b9f574 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(180, 101, 0, 1);
}

#s-6d1fcd70-6c99-4c09-bd84-937bb4504565 .shogun-icon-wrapper {
  text-align: center;
}


#s-6d1fcd70-6c99-4c09-bd84-937bb4504565 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(180, 101, 0, 1);
}

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

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

#s-aa4a5936-e789-42dd-9270-7cba9a2e306e hr {
  border-top: 2px solid #ddd;
}

#s-0ede15e7-b850-4d6b-908e-a52a5962e067 {
  padding-left: 25px;
padding-right: 25px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

#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;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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

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

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