.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-4c62ace5-2826-48ca-bf09-70ea94e2346f {
  min-height: 50px;
}








#s-4c62ace5-2826-48ca-bf09-70ea94e2346f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c62ace5-2826-48ca-bf09-70ea94e2346f.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-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb0edf9b-8f64-4b53-82b6-7ed70d273752"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.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;
  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-b596d6ef-268e-4729-a299-4754a76ab3c7 {
  text-align: center;
}




  #s-b596d6ef-268e-4729-a299-4754a76ab3c7 img.shogun-image {
    
    width: px;
  }


#s-b596d6ef-268e-4729-a299-4754a76ab3c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-cac01e15-82a6-4c9d-b584-f80f7ab116a3 {
  text-align: center;
}




  #s-cac01e15-82a6-4c9d-b584-f80f7ab116a3 img.shogun-image {
    
    width: px;
  }


#s-cac01e15-82a6-4c9d-b584-f80f7ab116a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e35d57d6-654f-4550-9822-68318e8e890f {
  min-height: 50px;
}








#s-e35d57d6-654f-4550-9822-68318e8e890f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e35d57d6-654f-4550-9822-68318e8e890f.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;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-331c67e5-0865-4e23-aa60-a6659e76f467 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-331c67e5-0865-4e23-aa60-a6659e76f467 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6bcea33a-1dc2-4163-b0a0-183a5e17cccb {
  min-height: 50px;
}








#s-6bcea33a-1dc2-4163-b0a0-183a5e17cccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bcea33a-1dc2-4163-b0a0-183a5e17cccb.shg-box.shg-c {
  justify-content: center;
}

#s-029daa82-dc07-4ace-a250-75f428b5f8a1 {
  min-height: 50px;
}








#s-029daa82-dc07-4ace-a250-75f428b5f8a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-029daa82-dc07-4ace-a250-75f428b5f8a1.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-09be11a6-b9be-4b34-928a-77f3ad06d3e3 {
  min-height: 50px;
}








#s-09be11a6-b9be-4b34-928a-77f3ad06d3e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09be11a6-b9be-4b34-928a-77f3ad06d3e3.shg-box.shg-c {
  justify-content: center;
}

#s-cc5f4f46-6dba-4574-9546-cd5f704c1a70 {
  min-height: 50px;
}








#s-cc5f4f46-6dba-4574-9546-cd5f704c1a70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc5f4f46-6dba-4574-9546-cd5f704c1a70.shg-box.shg-c {
  justify-content: center;
}

#s-526ec95c-b17d-4e33-9c19-b72e2585cd3f {
  min-height: 50px;
}








#s-526ec95c-b17d-4e33-9c19-b72e2585cd3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-526ec95c-b17d-4e33-9c19-b72e2585cd3f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-056fdf6e-cd4f-474f-bcc9-62706251e763"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8f83552d-46e8-4bff-aaef-01b4235d7a32 {
  text-align: center;
}




  #s-8f83552d-46e8-4bff-aaef-01b4235d7a32 img.shogun-image {
    
    width: px;
  }


#s-8f83552d-46e8-4bff-aaef-01b4235d7a32 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b0e8bac-f48f-43b5-8af8-0ed624d2a78e {
  text-align: center;
}




  #s-8b0e8bac-f48f-43b5-8af8-0ed624d2a78e img.shogun-image {
    
    width: px;
  }


#s-8b0e8bac-f48f-43b5-8af8-0ed624d2a78e .shogun-image-content {
  
    align-items: center;
  
}

#s-89ffecdf-4aa8-487f-9e7e-6e1297ff6337 {
  text-align: center;
}




  #s-89ffecdf-4aa8-487f-9e7e-6e1297ff6337 img.shogun-image {
    
    width: px;
  }


#s-89ffecdf-4aa8-487f-9e7e-6e1297ff6337 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bff6323-7a77-42fe-b864-6a8d2cc5e332 {
  min-height: 50px;
}








#s-5bff6323-7a77-42fe-b864-6a8d2cc5e332 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bff6323-7a77-42fe-b864-6a8d2cc5e332.shg-box.shg-c {
  justify-content: center;
}

#s-7595779d-995e-4a91-99a3-7933b53e6741 {
  min-height: 50px;
}








#s-7595779d-995e-4a91-99a3-7933b53e6741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7595779d-995e-4a91-99a3-7933b53e6741.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-3bb9a668-d56b-4083-b580-aff7c22be05b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3bb9a668-d56b-4083-b580-aff7c22be05b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3bb9a668-d56b-4083-b580-aff7c22be05b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3bb9a668-d56b-4083-b580-aff7c22be05b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: EB Garamond;
  display:  inline-block ;
}

#s-57d3dcf0-6940-47e5-8755-040298cfc820 {
  min-height: 50px;
}








#s-57d3dcf0-6940-47e5-8755-040298cfc820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57d3dcf0-6940-47e5-8755-040298cfc820.shg-box.shg-c {
  justify-content: center;
}

#s-d53d776a-da2e-49bc-bc79-aaaa1bc6a5b4 {
  min-height: 50px;
}








#s-d53d776a-da2e-49bc-bc79-aaaa1bc6a5b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d53d776a-da2e-49bc-bc79-aaaa1bc6a5b4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b77d54f-a4a4-4e6e-b7d0-9d526669c6ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-09301ff8-3322-424e-aae4-826b0c03b066 {
  text-align: center;
}




  #s-09301ff8-3322-424e-aae4-826b0c03b066 img.shogun-image {
    
    width: px;
  }


#s-09301ff8-3322-424e-aae4-826b0c03b066 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9d77559-fb3a-43c5-ae47-4a32de5a8a4b {
  text-align: center;
}




  #s-b9d77559-fb3a-43c5-ae47-4a32de5a8a4b img.shogun-image {
    
    width: px;
  }


#s-b9d77559-fb3a-43c5-ae47-4a32de5a8a4b .shogun-image-content {
  
    align-items: center;
  
}

#s-f2b0ef54-1066-4ba0-b3c2-e403ed307fbb {
  text-align: center;
}




  #s-f2b0ef54-1066-4ba0-b3c2-e403ed307fbb img.shogun-image {
    
    width: px;
  }


#s-f2b0ef54-1066-4ba0-b3c2-e403ed307fbb .shogun-image-content {
  
    align-items: center;
  
}

#s-1827acb6-cd26-4a49-aac7-d8cbbca466ec {
  min-height: 50px;
}








#s-1827acb6-cd26-4a49-aac7-d8cbbca466ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1827acb6-cd26-4a49-aac7-d8cbbca466ec.shg-box.shg-c {
  justify-content: center;
}

#s-7b0f82ec-adb1-4527-8d07-d37cdb30be98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b0f82ec-adb1-4527-8d07-d37cdb30be98 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9e47abcd-bbf3-4944-9f0d-d1195ea08bce {
  min-height: 50px;
}








#s-9e47abcd-bbf3-4944-9f0d-d1195ea08bce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e47abcd-bbf3-4944-9f0d-d1195ea08bce.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-00e141d9-0f44-4149-adb7-331dd3f3f473 {
  min-height: 50px;
}








#s-00e141d9-0f44-4149-adb7-331dd3f3f473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00e141d9-0f44-4149-adb7-331dd3f3f473.shg-box.shg-c {
  justify-content: center;
}

#s-1cc67578-70d4-44ea-9a31-356768a92b54 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7e502290-7e88-434a-a14d-f51e2e49f433 {
  min-height: 50px;
}








#s-7e502290-7e88-434a-a14d-f51e2e49f433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e502290-7e88-434a-a14d-f51e2e49f433.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c112cc3-9c90-460c-a79a-f5cfd56c7420"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-be7ea744-bc9f-470f-8fe1-895999884054 {
  text-align: center;
}




  #s-be7ea744-bc9f-470f-8fe1-895999884054 img.shogun-image {
    
    width: px;
  }


#s-be7ea744-bc9f-470f-8fe1-895999884054 .shogun-image-content {
  
    align-items: center;
  
}

#s-b06fd938-ff16-439e-a22b-b069a6aa70b7 {
  text-align: center;
}




  #s-b06fd938-ff16-439e-a22b-b069a6aa70b7 img.shogun-image {
    
    width: px;
  }


#s-b06fd938-ff16-439e-a22b-b069a6aa70b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-94a62d17-ff87-48b2-bcdc-037d63aa59ee {
  text-align: center;
}




  #s-94a62d17-ff87-48b2-bcdc-037d63aa59ee img.shogun-image {
    
    width: px;
  }


#s-94a62d17-ff87-48b2-bcdc-037d63aa59ee .shogun-image-content {
  
    align-items: center;
  
}

#s-672b6ca3-4cc8-4bab-910f-12dceea8db66 {
  min-height: 50px;
}








#s-672b6ca3-4cc8-4bab-910f-12dceea8db66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-672b6ca3-4cc8-4bab-910f-12dceea8db66.shg-box.shg-c {
  justify-content: center;
}

#s-48e42059-f09a-4b47-905c-ed64b47f7161 {
  min-height: 50px;
}








#s-48e42059-f09a-4b47-905c-ed64b47f7161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48e42059-f09a-4b47-905c-ed64b47f7161.shg-box.shg-c {
  justify-content: center;
}

#s-14c772a5-2ca8-401e-842d-62ea51e431b4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-14c772a5-2ca8-401e-842d-62ea51e431b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-14c772a5-2ca8-401e-842d-62ea51e431b4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-14c772a5-2ca8-401e-842d-62ea51e431b4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: EB Garamond;
  display:  inline-block ;
}

#s-241763a8-b674-44c3-af11-c347317a1ec5 {
  min-height: 50px;
}








#s-241763a8-b674-44c3-af11-c347317a1ec5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-241763a8-b674-44c3-af11-c347317a1ec5.shg-box.shg-c {
  justify-content: center;
}

#s-96d76287-0db1-4cdd-b89a-f571efe6a1c4 {
  min-height: 50px;
}








#s-96d76287-0db1-4cdd-b89a-f571efe6a1c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96d76287-0db1-4cdd-b89a-f571efe6a1c4.shg-box.shg-c {
  justify-content: center;
}

#s-f7f9872e-e9f5-457e-96c3-7c7ecaa969b8 {
  min-height: 50px;
}








#s-f7f9872e-e9f5-457e-96c3-7c7ecaa969b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7f9872e-e9f5-457e-96c3-7c7ecaa969b8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad074b4b-5bbb-421c-8f38-efdbaa6f229c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cfce2e90-f5d8-42a9-91c6-0bff63825efa {
  text-align: center;
}




  #s-cfce2e90-f5d8-42a9-91c6-0bff63825efa img.shogun-image {
    
    width: px;
  }


#s-cfce2e90-f5d8-42a9-91c6-0bff63825efa .shogun-image-content {
  
    align-items: center;
  
}

#s-272bd070-07b0-437a-aa65-12771106241d {
  text-align: center;
}




  #s-272bd070-07b0-437a-aa65-12771106241d img.shogun-image {
    
    width: px;
  }


#s-272bd070-07b0-437a-aa65-12771106241d .shogun-image-content {
  
    align-items: center;
  
}

#s-397129c1-12d3-42a2-abb3-dd6571cc0141 {
  text-align: center;
}




  #s-397129c1-12d3-42a2-abb3-dd6571cc0141 img.shogun-image {
    
    width: px;
  }


#s-397129c1-12d3-42a2-abb3-dd6571cc0141 .shogun-image-content {
  
    align-items: center;
  
}

#s-75428a5b-a388-463c-9b4a-259d864e6cd1 {
  min-height: 50px;
}








#s-75428a5b-a388-463c-9b4a-259d864e6cd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75428a5b-a388-463c-9b4a-259d864e6cd1.shg-box.shg-c {
  justify-content: center;
}

#s-dbbbbcfa-5e57-40e0-8ec8-64b20667bfc1 {
  min-height: 50px;
}








#s-dbbbbcfa-5e57-40e0-8ec8-64b20667bfc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbbbbcfa-5e57-40e0-8ec8-64b20667bfc1.shg-box.shg-c {
  justify-content: center;
}

#s-672f204f-2f36-4b28-befd-e35d961da575 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-672f204f-2f36-4b28-befd-e35d961da575 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6dd01cbb-fc61-46e1-bc06-6aa5d17580da {
  min-height: 50px;
}








#s-6dd01cbb-fc61-46e1-bc06-6aa5d17580da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dd01cbb-fc61-46e1-bc06-6aa5d17580da.shg-box.shg-c {
  justify-content: center;
}

#s-7dd64d20-f2bb-4398-b843-eca2f2b32cb1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f18f692a-abf8-4e04-b512-96f22e55fd2e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9b809f17-1349-4bf1-811d-af1c102242df {
  text-align: center;
}




  #s-9b809f17-1349-4bf1-811d-af1c102242df img.shogun-image {
    
    width: px;
  }


#s-9b809f17-1349-4bf1-811d-af1c102242df .shogun-image-content {
  
    align-items: center;
  
}

#s-0a0a1122-89e3-4b35-8f4e-58fa0da77aa7 {
  text-align: center;
}




  #s-0a0a1122-89e3-4b35-8f4e-58fa0da77aa7 img.shogun-image {
    
    width: px;
  }


#s-0a0a1122-89e3-4b35-8f4e-58fa0da77aa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7438ad31-4c38-4cd1-8b57-7af16a71ef80 {
  text-align: center;
}




  #s-7438ad31-4c38-4cd1-8b57-7af16a71ef80 img.shogun-image {
    
    width: px;
  }


#s-7438ad31-4c38-4cd1-8b57-7af16a71ef80 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3b32c47-1dc5-47b6-a346-18e8e2413ebc {
  min-height: 50px;
}








#s-d3b32c47-1dc5-47b6-a346-18e8e2413ebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3b32c47-1dc5-47b6-a346-18e8e2413ebc.shg-box.shg-c {
  justify-content: center;
}

#s-83fba1f8-391c-4378-990a-604dd0ad317b {
  min-height: 50px;
}








#s-83fba1f8-391c-4378-990a-604dd0ad317b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83fba1f8-391c-4378-990a-604dd0ad317b.shg-box.shg-c {
  justify-content: center;
}

#s-54a87f66-cb2b-4c96-b9d1-84ed6666d24e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-54a87f66-cb2b-4c96-b9d1-84ed6666d24e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-54a87f66-cb2b-4c96-b9d1-84ed6666d24e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-54a87f66-cb2b-4c96-b9d1-84ed6666d24e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: EB Garamond;
  display:  inline-block ;
}

#s-b007e26d-5717-4395-a7f4-ecfd4ce1747c {
  min-height: 50px;
}








#s-b007e26d-5717-4395-a7f4-ecfd4ce1747c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b007e26d-5717-4395-a7f4-ecfd4ce1747c.shg-box.shg-c {
  justify-content: center;
}

#s-04066a26-2ae5-4cd5-bc4a-52c6a9d76164 {
  min-height: 50px;
}








#s-04066a26-2ae5-4cd5-bc4a-52c6a9d76164 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04066a26-2ae5-4cd5-bc4a-52c6a9d76164.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c60ef0a-0647-4503-be05-a2905a29bab5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-799f78f1-b4f6-47df-87f6-73cab0bdc0b8 {
  text-align: center;
}




  #s-799f78f1-b4f6-47df-87f6-73cab0bdc0b8 img.shogun-image {
    
    width: px;
  }


#s-799f78f1-b4f6-47df-87f6-73cab0bdc0b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfc86859-8980-4270-9888-c7216304e654 {
  text-align: center;
}




  #s-dfc86859-8980-4270-9888-c7216304e654 img.shogun-image {
    
    width: px;
  }


#s-dfc86859-8980-4270-9888-c7216304e654 .shogun-image-content {
  
    align-items: center;
  
}

#s-a432266f-77ae-426d-985c-04b642ef24a9 {
  text-align: center;
}




  #s-a432266f-77ae-426d-985c-04b642ef24a9 img.shogun-image {
    
    width: px;
  }


#s-a432266f-77ae-426d-985c-04b642ef24a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-55e5486e-ea35-4da4-86eb-78dad645d822 {
  min-height: 50px;
}








#s-55e5486e-ea35-4da4-86eb-78dad645d822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55e5486e-ea35-4da4-86eb-78dad645d822.shg-box.shg-c {
  justify-content: center;
}

#s-c7b4412c-02f0-4a05-a02f-e66719d1a72c {
  min-height: 50px;
}








#s-c7b4412c-02f0-4a05-a02f-e66719d1a72c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7b4412c-02f0-4a05-a02f-e66719d1a72c.shg-box.shg-c {
  justify-content: center;
}

#s-62416545-b2b5-44b5-a7d5-419d672b9e61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62416545-b2b5-44b5-a7d5-419d672b9e61 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7e1a76f0-74c4-486c-8974-f20be699c1fb {
  min-height: 50px;
}








#s-7e1a76f0-74c4-486c-8974-f20be699c1fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e1a76f0-74c4-486c-8974-f20be699c1fb.shg-box.shg-c {
  justify-content: center;
}

#s-fc2b0003-6b36-403f-97f5-db95d24f3e09 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-914a2c6b-6e15-4b5a-8364-1bb9726aabd1 {
  min-height: 50px;
}








#s-914a2c6b-6e15-4b5a-8364-1bb9726aabd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-914a2c6b-6e15-4b5a-8364-1bb9726aabd1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62c304e4-b712-4b85-9205-20cd014e72a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9fd647ef-a33e-4943-acbb-9eb788f8d58e {
  text-align: center;
}




  #s-9fd647ef-a33e-4943-acbb-9eb788f8d58e img.shogun-image {
    
    width: px;
  }


#s-9fd647ef-a33e-4943-acbb-9eb788f8d58e .shogun-image-content {
  
    align-items: center;
  
}

#s-7a53358b-8773-4191-b2de-1d5ff90a6181 {
  text-align: center;
}




  #s-7a53358b-8773-4191-b2de-1d5ff90a6181 img.shogun-image {
    
    width: px;
  }


#s-7a53358b-8773-4191-b2de-1d5ff90a6181 .shogun-image-content {
  
    align-items: center;
  
}

#s-f83f759d-600c-47ea-881b-a93773062ad3 {
  text-align: center;
}




  #s-f83f759d-600c-47ea-881b-a93773062ad3 img.shogun-image {
    
    width: px;
  }


#s-f83f759d-600c-47ea-881b-a93773062ad3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a2c4205-42a0-49f0-adb3-3e235327f66f {
  min-height: 50px;
}








#s-6a2c4205-42a0-49f0-adb3-3e235327f66f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a2c4205-42a0-49f0-adb3-3e235327f66f.shg-box.shg-c {
  justify-content: center;
}

#s-d098f282-0ba6-44bc-91b9-8000f4e711dd {
  min-height: 50px;
}








#s-d098f282-0ba6-44bc-91b9-8000f4e711dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d098f282-0ba6-44bc-91b9-8000f4e711dd.shg-box.shg-c {
  justify-content: center;
}

#s-39d93631-b478-42cc-8537-d014cfd04fec {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-39d93631-b478-42cc-8537-d014cfd04fec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39d93631-b478-42cc-8537-d014cfd04fec:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-39d93631-b478-42cc-8537-d014cfd04fec.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: EB Garamond;
  display:  inline-block ;
}

#s-ee21174b-da7c-480d-a662-795ff9f67ff7 {
  min-height: 50px;
}








#s-ee21174b-da7c-480d-a662-795ff9f67ff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee21174b-da7c-480d-a662-795ff9f67ff7.shg-box.shg-c {
  justify-content: center;
}

#s-f3f656c9-200f-40cf-8933-3e5467a3a42e {
  min-height: 50px;
}








#s-f3f656c9-200f-40cf-8933-3e5467a3a42e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3f656c9-200f-40cf-8933-3e5467a3a42e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-99730528-88de-4d62-ad60-09557d1085dd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fda011e2-27fe-46ef-83a4-990aac3fa7e4 {
  text-align: center;
}




  #s-fda011e2-27fe-46ef-83a4-990aac3fa7e4 img.shogun-image {
    
    width: px;
  }


#s-fda011e2-27fe-46ef-83a4-990aac3fa7e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c06e3091-9332-4cf1-bc4c-a733a7bd3ddc {
  text-align: center;
}




  #s-c06e3091-9332-4cf1-bc4c-a733a7bd3ddc img.shogun-image {
    
    width: px;
  }


#s-c06e3091-9332-4cf1-bc4c-a733a7bd3ddc .shogun-image-content {
  
    align-items: center;
  
}

#s-489273a7-631f-437a-bd73-3e60abccbcbb {
  text-align: center;
}




  #s-489273a7-631f-437a-bd73-3e60abccbcbb img.shogun-image {
    
    width: px;
  }


#s-489273a7-631f-437a-bd73-3e60abccbcbb .shogun-image-content {
  
    align-items: center;
  
}

#s-1000def0-b9ba-4eaf-be4d-458df11e1405 {
  min-height: 50px;
}








#s-1000def0-b9ba-4eaf-be4d-458df11e1405 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1000def0-b9ba-4eaf-be4d-458df11e1405.shg-box.shg-c {
  justify-content: center;
}

#s-aac1ac1a-fc96-4068-9672-f8bff7a1e7ef {
  min-height: 50px;
}








#s-aac1ac1a-fc96-4068-9672-f8bff7a1e7ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aac1ac1a-fc96-4068-9672-f8bff7a1e7ef.shg-box.shg-c {
  justify-content: center;
}

#s-2d14512b-4dc0-4210-bc6d-a29a4e214f8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d14512b-4dc0-4210-bc6d-a29a4e214f8d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-49fb640d-a9e8-4613-8f4f-ee631f9c5972 {
  min-height: 50px;
}








#s-49fb640d-a9e8-4613-8f4f-ee631f9c5972 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49fb640d-a9e8-4613-8f4f-ee631f9c5972.shg-box.shg-c {
  justify-content: center;
}

#s-0a4eb226-6b33-482c-90e6-3d04728c5156 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ddad4b3e-0d26-49bf-b201-763636babd61 {
  min-height: 50px;
}








#s-ddad4b3e-0d26-49bf-b201-763636babd61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddad4b3e-0d26-49bf-b201-763636babd61.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d686036e-2d24-4b07-9fb9-7502dc836d92"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c33e700b-fa12-43ab-a2cc-842e22aef290 {
  text-align: center;
}




  #s-c33e700b-fa12-43ab-a2cc-842e22aef290 img.shogun-image {
    
    width: px;
  }


#s-c33e700b-fa12-43ab-a2cc-842e22aef290 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcc10b19-7f7b-4691-9ae4-a6ac0fdd5ab8 {
  text-align: center;
}




  #s-bcc10b19-7f7b-4691-9ae4-a6ac0fdd5ab8 img.shogun-image {
    
    width: px;
  }


#s-bcc10b19-7f7b-4691-9ae4-a6ac0fdd5ab8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b69bc1e4-8896-4a0e-b486-71aaf686428e {
  text-align: center;
}




  #s-b69bc1e4-8896-4a0e-b486-71aaf686428e img.shogun-image {
    
    width: px;
  }


#s-b69bc1e4-8896-4a0e-b486-71aaf686428e .shogun-image-content {
  
    align-items: center;
  
}

#s-61ca891e-b563-4aaf-ba93-9f94e4890383 {
  min-height: 50px;
}








#s-61ca891e-b563-4aaf-ba93-9f94e4890383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61ca891e-b563-4aaf-ba93-9f94e4890383.shg-box.shg-c {
  justify-content: center;
}

#s-d1638463-7674-4d99-85b4-ea2de3af3c1f {
  min-height: 50px;
}








#s-d1638463-7674-4d99-85b4-ea2de3af3c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1638463-7674-4d99-85b4-ea2de3af3c1f.shg-box.shg-c {
  justify-content: center;
}

#s-34ed3266-2ea6-48bb-96d8-4f363086ddb3 {
  min-height: 50px;
}








#s-34ed3266-2ea6-48bb-96d8-4f363086ddb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34ed3266-2ea6-48bb-96d8-4f363086ddb3.shg-box.shg-c {
  justify-content: center;
}

#s-6b6ffcb8-8916-4688-a03f-38fb3b39d5a1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6b6ffcb8-8916-4688-a03f-38fb3b39d5a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b6ffcb8-8916-4688-a03f-38fb3b39d5a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b6ffcb8-8916-4688-a03f-38fb3b39d5a1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: EB Garamond;
  display:  inline-block ;
}

#s-c3ce37d7-f3dc-440c-9a43-75798462c7e2 {
  min-height: 50px;
}








#s-c3ce37d7-f3dc-440c-9a43-75798462c7e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3ce37d7-f3dc-440c-9a43-75798462c7e2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-19b83eb1-ee22-44da-a05e-c0e322b37042"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-eeb0e980-f00f-4801-8b52-d494c2fb770b {
  text-align: center;
}




  #s-eeb0e980-f00f-4801-8b52-d494c2fb770b img.shogun-image {
    
    width: px;
  }


#s-eeb0e980-f00f-4801-8b52-d494c2fb770b .shogun-image-content {
  
    align-items: center;
  
}

#s-2780033a-bb78-4a05-a319-6a69105a5455 {
  text-align: center;
}




  #s-2780033a-bb78-4a05-a319-6a69105a5455 img.shogun-image {
    
    width: px;
  }


#s-2780033a-bb78-4a05-a319-6a69105a5455 .shogun-image-content {
  
    align-items: center;
  
}

#s-bebe1b12-0382-4188-aec5-600a5855123c {
  text-align: center;
}




  #s-bebe1b12-0382-4188-aec5-600a5855123c img.shogun-image {
    
    width: px;
  }


#s-bebe1b12-0382-4188-aec5-600a5855123c .shogun-image-content {
  
    align-items: center;
  
}

#s-b4620e2d-af4b-487a-9dab-e6099f95de8e {
  min-height: 50px;
}








#s-b4620e2d-af4b-487a-9dab-e6099f95de8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4620e2d-af4b-487a-9dab-e6099f95de8e.shg-box.shg-c {
  justify-content: center;
}

#s-4d59320f-1b08-4eab-861d-419aec749e41 {
  min-height: 50px;
}








#s-4d59320f-1b08-4eab-861d-419aec749e41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d59320f-1b08-4eab-861d-419aec749e41.shg-box.shg-c {
  justify-content: center;
}

#s-42daf59d-19b6-425a-a992-57038be9555a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42daf59d-19b6-425a-a992-57038be9555a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0c46f2ca-8a63-4bb7-8a7b-b118a0ab4337 {
  min-height: 50px;
}








#s-0c46f2ca-8a63-4bb7-8a7b-b118a0ab4337 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c46f2ca-8a63-4bb7-8a7b-b118a0ab4337.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8caacb09-6bcc-4099-8f7b-38e9fb8abad6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2194bdf5-2dff-4192-9785-afc48a5b400b {
  text-align: center;
}




  #s-2194bdf5-2dff-4192-9785-afc48a5b400b img.shogun-image {
    
    width: px;
  }


#s-2194bdf5-2dff-4192-9785-afc48a5b400b .shogun-image-content {
  
    align-items: center;
  
}

#s-c25641cf-c1b9-4140-9c28-441cc1a6199a {
  text-align: center;
}




  #s-c25641cf-c1b9-4140-9c28-441cc1a6199a img.shogun-image {
    
    width: px;
  }


#s-c25641cf-c1b9-4140-9c28-441cc1a6199a .shogun-image-content {
  
    align-items: center;
  
}

#s-9284dad1-2f3c-482f-83ee-b1204296c7c3 {
  text-align: center;
}




  #s-9284dad1-2f3c-482f-83ee-b1204296c7c3 img.shogun-image {
    
    width: px;
  }


#s-9284dad1-2f3c-482f-83ee-b1204296c7c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7b41d13-415f-429b-af37-378a2ebcba07 {
  min-height: 50px;
}








#s-a7b41d13-415f-429b-af37-378a2ebcba07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7b41d13-415f-429b-af37-378a2ebcba07.shg-box.shg-c {
  justify-content: center;
}

#s-e49ae947-bd1b-4457-8baa-9c8f07df7e4a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e49ae947-bd1b-4457-8baa-9c8f07df7e4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e49ae947-bd1b-4457-8baa-9c8f07df7e4a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e49ae947-bd1b-4457-8baa-9c8f07df7e4a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: EB Garamond;
  display:  inline-block ;
}

#s-dccd8128-8a87-4273-83db-6c92ec31a8a6 {
  min-height: 50px;
}








#s-dccd8128-8a87-4273-83db-6c92ec31a8a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dccd8128-8a87-4273-83db-6c92ec31a8a6.shg-box.shg-c {
  justify-content: center;
}

#s-15d115e4-0a34-408e-868d-cf2c08f05e2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15d115e4-0a34-408e-868d-cf2c08f05e2f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: EB Garamond;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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;
}
