.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.-bottom-24 {
  bottom: -96px;
}

.-bottom-8 {
  bottom: -32px;
}

.-bottom-\[50px\] {
  bottom: -50px;
}

.-bottom-\[80px\] {
  bottom: -80px;
}

.-left-\[130px\] {
  left: -130px;
}

.-left-\[30px\] {
  left: -30px;
}

.-left-\[50px\] {
  left: -50px;
}

.-right-1\/4 {
  right: -25%;
}

.-right-8 {
  right: -32px;
}

.-right-\[10px\] {
  right: -10px;
}

.-right-\[400px\] {
  right: -400px;
}

.-right-\[75px\] {
  right: -75px;
}

.-top-10 {
  top: -40px;
}

.-top-8 {
  top: -32px;
}

.-top-\[100px\] {
  top: -100px;
}

.-top-\[120px\] {
  top: -120px;
}

.-top-\[12px\] {
  top: -12px;
}

.-top-\[5\%\] {
  top: -5%;
}

.-top-\[50px\] {
  top: -50px;
}

.-top-\[60px\] {
  top: -60px;
}

.-top-\[83px\] {
  top: -83px;
}

.bottom-0 {
  bottom: 0;
}

.bottom-1 {
  bottom: 4px;
}

.bottom-10 {
  bottom: 40px;
}

.bottom-12 {
  bottom: 48px;
}

.bottom-16 {
  bottom: 64px;
}

.bottom-3 {
  bottom: 12px;
}

.bottom-5 {
  bottom: 20px;
}

.bottom-8 {
  bottom: 32px;
}

.bottom-\[10vw\] {
  bottom: 10vw;
}

.bottom-\[20\%\] {
  bottom: 20%;
}

.bottom-\[45px\] {
  bottom: 45px;
}

.bottom-\[80px\] {
  bottom: 80px;
}

.left-0 {
  left: 0;
}

.left-1\/2 {
  left: 50%;
}

.left-4 {
  left: 16px;
}

.left-5 {
  left: 20px;
}

.left-6 {
  left: 24px;
}

.left-8 {
  left: 32px;
}

.left-\[0\] {
  left: 0;
}

.left-\[43px\] {
  left: 43px;
}

.left-\[58px\] {
  left: 58px;
}

.left-\[75px\] {
  left: 75px;
}

.left-\[calc\(50\%_\+_2px\)\] {
  left: calc(50% + 2px);
}

.right-0 {
  right: 0;
}

.right-1\/2 {
  right: 50%;
}

.right-1\/4 {
  right: 25%;
}

.right-14 {
  right: 56px;
}

.right-2 {
  right: 8px;
}

.right-6 {
  right: 24px;
}

.right-8 {
  right: 32px;
}

.right-\[10\%\] {
  right: 10%;
}

.right-\[10vw\] {
  right: 10vw;
}

.right-\[15\%\] {
  right: 15%;
}

.right-\[154px\] {
  right: 154px;
}

.right-\[20\%\] {
  right: 20%;
}

.right-\[4\%\] {
  right: 4%;
}

.right-\[40px\] {
  right: 40px;
}

.right-\[5\%\] {
  right: 5%;
}

.top-0 {
  top: 0;
}

.top-1\/2 {
  top: 50%;
}

.top-12 {
  top: 48px;
}

.top-8 {
  top: 32px;
}

.top-\[100px\] {
  top: 100px;
}

.top-\[200px\] {
  top: 200px;
}

.top-\[27px\] {
  top: 27px;
}

.top-\[300px\] {
  top: 300px;
}

.top-\[45px\] {
  top: 45px;
}

.top-\[46px\] {
  top: 46px;
}

.top-\[5\%\] {
  top: 5%;
}

.top-\[95px\] {
  top: 95px;
}

.-z-10 {
  z-index: -10;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.z-\[60\] {
  z-index: 60;
}

.z-\[70\] {
  z-index: 70;
}

.z-\[999\] {
  z-index: 999;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.float-right {
  float: right;
}

.-mx-4 {
  margin-left: -16px;
  margin-right: -16px;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-16 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.-ml-4 {
  margin-left: -16px;
}

.-mr-4 {
  margin-right: -16px;
}

.-mt-10 {
  margin-top: -40px;
}

.-mt-14 {
  margin-top: -56px;
}

.-mt-24 {
  margin-top: -96px;
}

.-mt-8 {
  margin-top: -32px;
}

.-mt-\[100px\] {
  margin-top: -100px;
}

.-mt-\[30vmin\] {
  margin-top: -30vmin;
}

.-mt-\[80px\] {
  margin-top: -80px;
}

.-mt-\[85px\] {
  margin-top: -85px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-10 {
  margin-bottom: 40px;
}

.mb-12 {
  margin-bottom: 48px;
}

.mb-14 {
  margin-bottom: 56px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-20 {
  margin-bottom: 80px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-5 {
  margin-bottom: 20px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mb-8 {
  margin-bottom: 32px;
}

.mb-9 {
  margin-bottom: 36px;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mb-\[22px\] {
  margin-bottom: 22px;
}

.mb-\[28px\] {
  margin-bottom: 28px;
}

.mb-\[45px\] {
  margin-bottom: 45px;
}

.mb-\[80px\] {
  margin-bottom: 80px;
}

.mb-\[9px\] {
  margin-bottom: 9px;
}

.ml-10 {
  margin-left: 40px;
}

.ml-2 {
  margin-left: 8px;
}

.ml-\[10\%\] {
  margin-left: 10%;
}

.ml-\[30px\] {
  margin-left: 30px;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0;
}

.mr-10 {
  margin-right: 40px;
}

.mr-14 {
  margin-right: 56px;
}

.mr-3 {
  margin-right: 12px;
}

.mr-4 {
  margin-right: 16px;
}

.mr-6 {
  margin-right: 24px;
}

.mr-8 {
  margin-right: 32px;
}

.mr-px {
  margin-right: 1px;
}

.mt-0 {
  margin-top: 0;
}

.mt-0\.5 {
  margin-top: 2px;
}

.mt-1 {
  margin-top: 4px;
}

.mt-1\.5 {
  margin-top: 6px;
}

.mt-10 {
  margin-top: 40px;
}

.mt-12 {
  margin-top: 48px;
}

.mt-16 {
  margin-top: 64px;
}

.mt-2 {
  margin-top: 8px;
}

.mt-20 {
  margin-top: 80px;
}

.mt-28 {
  margin-top: 112px;
}

.mt-3 {
  margin-top: 12px;
}

.mt-32 {
  margin-top: 128px;
}

.mt-4 {
  margin-top: 16px;
}

.mt-5 {
  margin-top: 20px;
}

.mt-6 {
  margin-top: 24px;
}

.mt-7 {
  margin-top: 28px;
}

.mt-8 {
  margin-top: 32px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[130px\] {
  margin-top: 130px;
}

.mt-\[149px\] {
  margin-top: 149px;
}

.mt-\[25vh\] {
  margin-top: 25vh;
}

.mt-\[35px\] {
  margin-top: 35px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[72px\] {
  margin-top: 72px;
}

.mt-\[90px\] {
  margin-top: 90px;
}

.mt-\[9px\] {
  margin-top: 9px;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.inline-table {
  display: inline-table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}

.aspect-\[10\/7\] {
  aspect-ratio: 10/7;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[17\/11\] {
  aspect-ratio: 17/11;
}

.aspect-\[1\] {
  aspect-ratio: 1;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

.aspect-\[3\/3\.2\] {
  aspect-ratio: 3/3.2;
}

.aspect-\[3\/4\.313\] {
  aspect-ratio: 3/4.313;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-\[5\/3\] {
  aspect-ratio: 5/3;
}

.h-0 {
  height: 0;
}

.h-0\.5 {
  height: 2px;
}

.h-16 {
  height: 64px;
}

.h-8 {
  height: 32px;
}

.h-9 {
  height: 36px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[140px\] {
  height: 140px;
}

.h-\[143px\] {
  height: 143px;
}

.h-\[180px\] {
  height: 180px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[49px\] {
  height: 49px;
}

.h-\[560px\] {
  height: 560px;
}

.h-\[5px\] {
  height: 5px;
}

.h-\[810px\] {
  height: 810px;
}

.h-\[calc\(100vh_-_env\(safe-area-inset-bottom\)\)\] {
  height: calc(100vh - env(safe-area-inset-bottom));
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-\[160px\] {
  min-height: 160px;
}

.min-h-\[80px\] {
  min-height: 80px;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0;
}

.w-1\/2 {
  width: 50%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-16 {
  width: 64px;
}

.w-2 {
  width: 8px;
}

.w-20 {
  width: 80px;
}

.w-4 {
  width: 16px;
}

.w-5 {
  width: 20px;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9 {
  width: 36px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[137px\] {
  width: 137px;
}

.w-\[143px\] {
  width: 143px;
}

.w-\[149px\] {
  width: 149px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[204px\] {
  width: 204px;
}

.w-\[210px\] {
  width: 210px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[254px\] {
  width: 254px;
}

.w-\[256px\] {
  width: 256px;
}

.w-\[28px\] {
  width: 28px;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[330px\] {
  width: 330px;
}

.w-\[36px\] {
  width: 36px;
}

.w-\[370px\] {
  width: 370px;
}

.w-\[46\%\] {
  width: 46%;
}

.w-\[49px\] {
  width: 49px;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[83vw\] {
  width: 83vw;
}

.w-\[92vw\] {
  width: 92vw;
}

.w-\[calc\(100\%_-_48px\)\] {
  width: calc(100% - 48px);
}

.w-\[calc\(100\%_\/_2_-_9px\)\] {
  width: calc(100% / 2 - 9px);
}

.w-\[calc\(100vw-60px\)\] {
  width: calc(100vw - 60px);
}

.w-\[max-content\] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-\[50\%\] {
  min-width: 50%;
}

.max-w-\[430px\] {
  max-width: 430px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[650px\] {
  max-width: 650px;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1 {
  --tw-translate-y: -4px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\.5 {
  --tw-translate-y: -6px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[156px\] {
  --tw-translate-y: -156px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[50px\] {
  --tw-translate-y: -50px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/4 {
  --tw-translate-x: 25%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[190px\] {
  --tw-translate-x: 190px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1 {
  --tw-translate-y: 4px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\.5 {
  --tw-translate-y: 6px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-5 {
  --tw-translate-y: 20px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-8 {
  --tw-translate-y: 32px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[10px\] {
  --tw-translate-y: 10px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[34px\] {
  --tw-translate-y: 34px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-\[59deg\] {
  --tw-rotate: -59deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-3 {
  --tw-rotate: 3deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[35deg\] {
  --tw-rotate: 35deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-\[80px_20px_20px_150px_0px\] {
  grid-template-rows: 80px 20px 20px 150px 0px;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gap-2 {
  gap: 8px;
}

.gap-4 {
  gap: 16px;
}

.gap-6 {
  gap: 24px;
}

.gap-8 {
  gap: 32px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-\[207px\] {
  border-radius: 207px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[26px\] {
  border-radius: 26px;
}

.rounded-\[29px\] {
  border-radius: 29px;
}

.rounded-\[33px\] {
  border-radius: 33px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-bl-\[207px\] {
  border-bottom-left-radius: 207px;
}

.rounded-tl-\[207px\] {
  border-top-left-radius: 207px;
}

.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}

.rounded-tl-\[30\%\] {
  border-top-left-radius: 30%;
}

.rounded-tl-\[600px\] {
  border-top-left-radius: 600px;
}

.rounded-tr-\[30\%\] {
  border-top-right-radius: 30%;
}

.rounded-tr-\[600px\] {
  border-top-right-radius: 600px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-\[\#D8D8D8\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity, 1));
}

.border-\[\#ced3d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 211 217 / var(--tw-border-opacity, 1));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(2 30 66 / var(--tw-border-opacity, 1));
}

.border-blue\/20 {
  border-color: rgb(2 30 66 / 0.2);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/\[\.49\] {
  border-color: rgb(255 255 255 / .49);
}

.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(176 170 126 / var(--tw-border-opacity, 1));
}

.bg-\[\#D0D0CE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 208 206 / var(--tw-bg-opacity, 1));
}

.bg-\[\#cfd3d9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 211 217 / var(--tw-bg-opacity, 1));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
}

.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.bg-blue-light\/20 {
  background-color: rgb(125 156 192 / 0.2);
}

.bg-blue-light\/30 {
  background-color: rgb(125 156 192 / 0.3);
}

.bg-ivory {
  --tw-bg-opacity: 1;
  background-color: rgb(214 210 196 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(176 170 126 / var(--tw-bg-opacity, 1));
}

.bg-404_bg {
  background-image: url('/wp-content/themes/cranleigh-child-2/assets/images/404_bg.jpeg');
}

.bg-beyond-cranleigh-waves {
  background-image: url('/wp-content/themes/cranleigh-child-2/assets/images/beyond-cranleigh-waves.svg');
}

.bg-close-icon-homepage-notification-navy {
  background-image: url('/wp-content/themes/cranleigh/assets/images/close-icon-homepage-notification-navy.svg');
}

.bg-close-icon-white {
  background-image: url('/wp-content/themes/cranleigh/assets/images/close-icon-white.svg');
}

.bg-destination-schools-arrow {
  background-image: url('/wp-content/themes/cranleigh-child-2/assets/images/destination-schools-arrow.svg');
}

.bg-play-icon-lightblue-1 {
  background-image: url('/wp-content/themes/cranleigh-child-2/assets/images/play-icon-lightblue-1.svg');
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-10 {
  padding: 40px;
}

.p-8 {
  padding: 32px;
}

.\!px-\[28px\] {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-11 {
  padding-left: 44px;
  padding-right: 44px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-9 {
  padding-left: 36px;
  padding-right: 36px;
}

.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}

.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}

.py-1\.5 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-9 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[21px\] {
  padding-top: 21px;
  padding-bottom: 21px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[47px\] {
  padding-top: 47px;
  padding-bottom: 47px;
}

.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 40px;
}

.pb-14 {
  padding-bottom: 56px;
}

.pb-16 {
  padding-bottom: 64px;
}

.pb-2\.5 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 80px;
}

.pb-3 {
  padding-bottom: 12px;
}

.pb-32 {
  padding-bottom: 128px;
}

.pb-4 {
  padding-bottom: 16px;
}

.pb-40 {
  padding-bottom: 160px;
}

.pb-5 {
  padding-bottom: 20px;
}

.pb-6 {
  padding-bottom: 24px;
}

.pb-7 {
  padding-bottom: 28px;
}

.pb-8 {
  padding-bottom: 32px;
}

.pb-9 {
  padding-bottom: 36px;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[105px\] {
  padding-bottom: 105px;
}

.pb-\[11px\] {
  padding-bottom: 11px;
}

.pb-\[137px\] {
  padding-bottom: 137px;
}

.pb-\[14px\] {
  padding-bottom: 14px;
}

.pb-\[170px\] {
  padding-bottom: 170px;
}

.pb-\[22px\] {
  padding-bottom: 22px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-\[53vw\] {
  padding-bottom: 53vw;
}

.pl-2\.5 {
  padding-left: 10px;
}

.pl-6 {
  padding-left: 24px;
}

.pl-8 {
  padding-left: 32px;
}

.pl-\[120px\] {
  padding-left: 120px;
}

.pl-\[30px\] {
  padding-left: 30px;
}

.pl-\[75px\] {
  padding-left: 75px;
}

.pr-12 {
  padding-right: 48px;
}

.pr-3 {
  padding-right: 12px;
}

.pr-4 {
  padding-right: 16px;
}

.pr-7 {
  padding-right: 28px;
}

.pr-8 {
  padding-right: 32px;
}

.pr-\[10\%\] {
  padding-right: 10%;
}

.pr-\[100px\] {
  padding-right: 100px;
}

.pr-\[136px\] {
  padding-right: 136px;
}

.pr-\[149px\] {
  padding-right: 149px;
}

.pr-\[35px\] {
  padding-right: 35px;
}

.pr-\[75px\] {
  padding-right: 75px;
}

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 40px;
}

.pt-12 {
  padding-top: 48px;
}

.pt-20 {
  padding-top: 80px;
}

.pt-5 {
  padding-top: 20px;
}

.pt-6 {
  padding-top: 24px;
}

.pt-7 {
  padding-top: 28px;
}

.pt-8 {
  padding-top: 32px;
}

.pt-\[130px\] {
  padding-top: 130px;
}

.pt-\[13px\] {
  padding-top: 13px;
}

.pt-\[170px\] {
  padding-top: 170px;
}

.pt-\[200px\] {
  padding-top: 200px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[45px\] {
  padding-top: 45px;
}

.pt-\[62px\] {
  padding-top: 62px;
}

.pt-\[72px\] {
  padding-top: 72px;
}

.pt-\[91px\] {
  padding-top: 91px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.-indent-\[99999px\] {
  text-indent: -99999px;
}

.font-aspectbold {
  font-family: proxima-nova, sans-serif;
}

.font-aspectlight {
  font-family: proxima-nova, sans-serif;
}

.font-aspectregular {
  font-family: anth, sans-serif;
}

.font-body {
  font-family: proxima-nova, sans-serif;
}

.font-heading {
  font-family: anth, sans-serif;
}

.text-\[0px\] {
  font-size: 0px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[34px\] {
  font-size: 34px;
}

.text-\[39px\] {
  font-size: 39px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[42px\] {
  font-size: 42px;
}

.text-\[56px\] {
  font-size: 56px;
}

.text-base {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
}

.text-copy16 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
}

.text-copy19 {
  font-size: 19px;
  line-height: 22px;
  letter-spacing: -0.3px;
}

.text-cta {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.29px;
}

.text-textfooter {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
}

.text-title {
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.75px;
}

.text-title30 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.48px;
}

.text-title46 {
  font-size: 46px;
  line-height: 52px;
  letter-spacing: -0.77px;
}

.text-titlefooter {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.21px;
}

.text-titleh4 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.75px;
}

.text-titlelg {
  font-size: 90px;
  line-height: 90px;
  letter-spacing: -1.5px;
}

.text-titlemd {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.25px;
}

.text-titlesidebar {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.5px;
}

.text-titlesm {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: normal;
}

.text-titlestats {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.8px;
}

.font-regular {
  font-weight: 400;
}

.leading-1 {
  line-height: 20px;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[31px\] {
  line-height: 31px;
}

.leading-\[32px\] {
  line-height: 32px;
}

.leading-\[33px\] {
  line-height: 33px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.leading-\[39px\] {
  line-height: 39px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.leading-\[44px\] {
  line-height: 44px;
}

.leading-\[48px\] {
  line-height: 48px;
}

.tracking-\[-0\.75px\] {
  letter-spacing: -0.75px;
}

.tracking-\[-0\.77px\] {
  letter-spacing: -0.77px;
}

.tracking-\[-0\.97px\] {
  letter-spacing: -0.97px;
}

.tracking-\[-1px\] {
  letter-spacing: -1px;
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

.text-blue\/60 {
  color: rgb(2 30 66 / 0.6);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(176 170 126 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.transition {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.duration-500 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.duration-\[0\.550s\] {
  -webkit-transition-duration: 0.550s;
          transition-duration: 0.550s;
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Global heading styles */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: anth, sans-serif;
}

/* general */

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.wysiwyg img {
  border-radius: 20px;
}

.wysiwyg ul:not(.pdflist) li::after {
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.wysiwyg h2 {
  margin-top: 48px;
  margin-bottom: 12px;
  /* font-family: Aspect Bold, sans-serif; */
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.75px;
  --tw-text-opacity: 1;
  color: rgb(12 34 63 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .wysiwyg h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1px;
  }
}

.wysiwyg h3 {
  margin-top: 48px;
  margin-bottom: 12px;
  /* font-family: Aspect Bold, sans-serif; */
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(12 34 63 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .wysiwyg h3 {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.75px;
  }
}

.wysiwyg h4 {
  margin-top: 28px;
  margin-bottom: 8px;
  /* font-family: Aspect Bold, sans-serif; */
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(12 34 63 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .wysiwyg h4 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.75px;
  }
}

.wysiwygbanner a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

#boxcontent .wysiwygbanner a,
#boxcontent_staff .wysiwygbanner a {
}

/* sidebar */

.currentmenu {
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
}

.page-template-tpl-admissions #content-wrap .currentmenu {
}

.page-template-tpl-admissions
	#content-wrap
	[data-element="admission_step_n"].currentmenu {
  color: #0c223f;
  background: #B0AA7E;
}

.relative.currentmenu.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.relative.currentmenu.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

main > figure.currentmenu {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.error404 .main.currentmenu {
}

.currentmenu.pt-\[170px\] {
}

/* flex elements */

.popup-gallery img,
.popup-gallery div.cursor-pointer {
  border-radius: 20px;
}

/* related jobs */

.container.bg-yellow.py-9 {
}

.container.bg-yellow.py-9 .after\:bg-pdf-icon-navy::after {
}

/* admission page */

.page-template-tpl-admissions #content-wrap .bg-blue {
}

.page-template-tpl-admissions
	[data-element="admission_step_n"][data-count="1"] {
  color: #0c223f !important;
  background: #B0AA7E !important;
}

#svg_line_blue .path-vert {
  stroke: #B0AA7E !important;
}

.page-template-tpl-admissions
	#content-wrap
	[data-element="admission_step_n"].bg-blue {
  color: #0c223f !important;
  background: #B0AA7E !important;
}

/*video */

[data-element="play_video"]::before {
}

[data-element="video_carousel"] {
  border-radius: 20px;
}

[data-element="play_video"] {
  overflow: hidden;
  border-radius: 20px;
}

/* where next */

[data-element="where_carousel"] .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
}

.relative.bg-blue.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.relative.bg-blue.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

[data-element="quote_carousel"] .text-white {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent [data-element="quote_carousel"] .text-white,
#boxcontent_staff [data-element="quote_carousel"] .text-white {
}

[data-element="quote_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(2 30 66 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

[data-element="quote_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
}

.page-template-tpl-admissions #content-wrap [data-element="quote_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
}

.page-template-tpl-admissions
	#content-wrap
	[data-element="admission_step_n"][data-element="quote_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
  color: #0c223f;
  background: #B0AA7E;
}

.relative[data-element="quote_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.relative[data-element="quote_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

main > figure[data-element="quote_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.error404 .main[data-element="quote_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
}

[data-element="quote_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active.pt-\[170px\] {
}

main > figure.bg-blue {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

main > figure figcaption.text-white,
main > figure .text-white {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption.text-white,
#boxcontent_staff main > figure figcaption.text-white,#boxcontent 
main > figure .text-white,
#boxcontent_staff 
main > figure .text-white {
}

/* 404 page */

.error404 .main.bg-blue {
}

.error404 .bg-darkblue {
}

/* forms page */

body:not(.page-template-tpl-contact)
	.gform_legacy_markup_wrapper
	.gf_progressbar_percentage.percentbar_blue {
}

.gform_wrapper.gravity-theme
	.gf_progressbar_percentage.percentbar_blue
	span::after,
body
	.gform_legacy_markup_wrapper
	.gf_progressbar_percentage.percentbar_blue
	span::after {
}

/* menu */

[data-js="main-nav"] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
}

.page-template-tpl-admissions #content-wrap [data-js="main-nav"] {
}

.page-template-tpl-admissions
	#content-wrap
	[data-element="admission_step_n"][data-js="main-nav"] {
  color: #0c223f;
  background: #B0AA7E;
}

.relative[data-js="main-nav"].mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.relative[data-js="main-nav"].mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

main > figure[data-js="main-nav"] {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.error404 .main[data-js="main-nav"] {
}

[data-js="main-nav"].pt-\[170px\] {
}

.after\:bg-quicklinks-arrow-navy::after {
  -webkit-filter: invert(1) brightness(0);
          filter: invert(1) brightness(0);
}

/* banners */

.bg-blue.pt-\[170px\] {
}

/* teaser block */

.bg-yellow.p-10.my-10 h3,
.bg-yellow.p-10.my-10 p {
}

#search-filter-form-66371 input.sf-input-text,
#search-filter-form-66427 input.sf-input-text,
#search-filter-form-67716 input.sf-input-text,
#search-filter-form-46822 input.sf-input-text,
#search-filter-form-68701 input.sf-input-text {
}

[data-element="testimonial_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

[data-element="testimonial_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
}

.page-template-tpl-admissions #content-wrap [data-element="testimonial_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
}

.page-template-tpl-admissions
	#content-wrap
	[data-element="admission_step_n"][data-element="testimonial_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
  color: #0c223f;
  background: #B0AA7E;
}

.relative[data-element="testimonial_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.relative[data-element="testimonial_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

main > figure[data-element="testimonial_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.error404 .main[data-element="testimonial_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
}

[data-element="testimonial_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active.pt-\[170px\] {
}

[data-element="testimonial_carousel"] .swiper-slide span {
  position: relative;
  padding-top: 40px;
}

[data-element="testimonial_carousel"] .swiper-slide span.bg-blue.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

[data-element="testimonial_carousel"] .swiper-slide span.bg-blue.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

[data-element="testimonial_carousel"] .swiper-slide span::after {
  position: absolute;
  top: -12px;
  left: 0;
  height: 40px;
  width: 100%;
  --tw-rotate: -2deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url('/wp-content/themes/cranleigh-child-2/assets/images/quote-line.svg');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

[data-element="footer_logo_carousel"] .bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(197 217 244 / var(--tw-bg-opacity, 1));
}

/* icons override */

.after\:bg-play-icon-red::after {
  background-image: url("/wp-content/themes/cranleigh-child-2/assets/images/play-icon-lightblue-1.svg") !important;
}

.children\:bg-pagination-previous-navy > * {
  background-image: url("/wp-content/themes/cranleigh-child-2/assets/images/gallery-arrow-clay-left.svg") !important;
}

.mfp-arrow::after {
  background-image: url("/wp-content/themes/cranleigh-child-2/assets/images/gallery-arrow-clay-left.svg") !important;
}

.next.page-numbers::after,
.prev.page-numbers::after {
  background-image: url("/wp-content/themes/cranleigh-child-2/assets/images/icon-prep-left.svg") !important;
}

.after\:bg-quote-mark-red::after {
  background-image: url("/wp-content/themes/cranleigh-child-2/assets/images/drawn-quotes.svg") !important;
}

.after\:bg-envelope-yellow-navy::after {
  background-image: url("/wp-content/themes/cranleigh-child-2/assets/images/envelope.svg") !important;
}

.after\:bg-phone-yellow::after {
  background-image: url("/wp-content/themes/cranleigh-child-2/assets/images/phone.svg") !important;
}

.after\:bg-accordion-plus-red::after {
  background-image: url("/wp-content/themes/cranleigh-child-2/assets/images/accordion-plus-lightblue.svg") !important;
}

[data-state="open"] h3::after {
  background-image: url("/wp-content/themes/cranleigh-child-2/assets/images/accordion-minus-lightblue.svg") !important;
}

[data-element="close_popup"]::after,
[data-element="close_popup_staff"]::after {
}

.wysiwyg .tablepress tfoot th,
.wysiwyg table.table tfoot th,
.wysiwyg .tablepress thead th,
.wysiwyg table.table thead th {
}

#boxcontent .text-blue,
#boxcontent_staff .text-blue {
}

.logo_black_txt path,
.logo_black_txt polyline,
.logo_black_txt polygon {
}

.page-template-tpl-homecopy .logo_black_txt path,
.page-template-tpl-homecopy .logo_black_txt polyline,
.page-template-tpl-homecopy .logo_black_txt polygon,
.page-template-tpl-contact .logo_black_txt path,
.page-template-tpl-contact .logo_black_txt polyline,
.page-template-tpl-contact .logo_black_txt polygon {
}

.page-numbers {
}

.page-numbers.current {
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-template-tpl-admissions #content-wrap .page-numbers.current {
}

.page-template-tpl-admissions
	#content-wrap
	[data-element="admission_step_n"].page-numbers.current {
  color: #0c223f;
  background: #B0AA7E;
}

.relative.page-numbers.current.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.relative.page-numbers.current.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

[data-element="quote_carousel"] .page-numbers.current {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent [data-element="quote_carousel"] .page-numbers.current,
#boxcontent_staff [data-element="quote_carousel"] .page-numbers.current {
}

main > figure.page-numbers.current {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

main > figure figcaption.page-numbers.current,
main > figure .page-numbers.current {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption.page-numbers.current,
#boxcontent_staff main > figure figcaption.page-numbers.current,#boxcontent 
main > figure .page-numbers.current,
#boxcontent_staff 
main > figure .page-numbers.current {
}

main > figure figcaption.page-numbers.current,
main > figure .page-numbers.current {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption.page-numbers.current,
#boxcontent_staff main > figure figcaption.page-numbers.current,#boxcontent 
main > figure .page-numbers.current,
#boxcontent_staff 
main > figure .page-numbers.current {
}

.error404 .main.page-numbers.current {
}

.page-numbers.current.pt-\[170px\] {
}

/* #search-filter-form-66371 .sf-option-active .sf-label-radio,
#search-filter-form-66427 .sf-option-active .sf-label-radio,
#search-filter-form-46287 .sf-option-active .sf-label-radio,
#search-filter-form-67716 .sf-option-active .sf-label-radio,
#search-filter-form-46822 .sf-option-active .sf-label-radio,
#search-filter-form-68701 .sf-option-active .sf-label-radio,
#search-filter-form-1908 .sf-label-radio {
	background-color: transparent !important;
	color: #fff !important;
	border-color: #fff !important ;
}
#search-filter-form-66371 .sf-option-active .sf-label-radio,
#search-filter-form-46287 .sf-option-active .sf-label-radio,
#search-filter-form-46822 .sf-option-active .sf-label-radio {
	background-color: #0c223f !important;
	color: #fff !important;
	border-color: #0c223f !important ;
} */

#search-filter-form-1908 li {
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#search-filter-form-46287 h4 {
  margin-right: 16px;
  padding: 0;
  font-family: anth, sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

[data-element="quote_carousel"] #search-filter-form-46287 h4 {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent [data-element="quote_carousel"] #search-filter-form-46287 h4,
#boxcontent_staff [data-element="quote_carousel"] #search-filter-form-46287 h4 {
}

main > figure figcaption#search-filter-form-46287 h4,
main > figure #search-filter-form-46287 h4 {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption#search-filter-form-46287 h4,
#boxcontent_staff main > figure figcaption#search-filter-form-46287 h4,#boxcontent 
main > figure #search-filter-form-46287 h4,
#boxcontent_staff 
main > figure #search-filter-form-46287 h4 {
}

main > figure figcaption#search-filter-form-46287 h4,
main > figure #search-filter-form-46287 h4 {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption#search-filter-form-46287 h4,
#boxcontent_staff main > figure figcaption#search-filter-form-46287 h4,#boxcontent 
main > figure #search-filter-form-46287 h4,
#boxcontent_staff 
main > figure #search-filter-form-46287 h4 {
}

#search-filter-form-1908 .sf-input-radio {
  -webkit-appearance: none;
}

#search-filter-form-1908 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 768px) {
  #search-filter-form-1908 ul {
    width: auto;
  }
}

#search-filter-form-1908 .sf-label-radio {
  cursor: pointer;
  border-radius: 33px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}


.popup-gallery div#search-filter-form-1908 .sf-label-radio {
  border-radius: 20px;
}

[data-element="quote_carousel"] #search-filter-form-1908 .sf-label-radio {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent [data-element="quote_carousel"] #search-filter-form-1908 .sf-label-radio,
#boxcontent_staff [data-element="quote_carousel"] #search-filter-form-1908 .sf-label-radio {
}

main > figure figcaption#search-filter-form-1908 .sf-label-radio,
main > figure #search-filter-form-1908 .sf-label-radio {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption#search-filter-form-1908 .sf-label-radio,
#boxcontent_staff main > figure figcaption#search-filter-form-1908 .sf-label-radio,#boxcontent 
main > figure #search-filter-form-1908 .sf-label-radio,
#boxcontent_staff 
main > figure #search-filter-form-1908 .sf-label-radio {
}

main > figure figcaption#search-filter-form-1908 .sf-label-radio,
main > figure #search-filter-form-1908 .sf-label-radio {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption#search-filter-form-1908 .sf-label-radio,
#boxcontent_staff main > figure figcaption#search-filter-form-1908 .sf-label-radio,#boxcontent 
main > figure #search-filter-form-1908 .sf-label-radio,
#boxcontent_staff 
main > figure #search-filter-form-1908 .sf-label-radio {
}

#search-filter-form-1908 .sf-label-radio {
  font-size: 14px;
  line-height: 16px;
}

#search-filter-form-1908 .sf-option-active .sf-label-radio {
  background-color: #8cb7e8 !important;
  color: #fff !important;
  border-color: #8cb7e8 !important ;
}

#search-filter-form-1908 input.sf-input-text {
  position: relative;
  border-radius: 33px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-template-tpl-admissions #content-wrap #search-filter-form-1908 input.sf-input-text {
}

.page-template-tpl-admissions
	#content-wrap
	[data-element="admission_step_n"]#search-filter-form-1908 input.sf-input-text {
  color: #0c223f;
  background: #B0AA7E;
}

#search-filter-form-1908 input.sf-input-text.bg-blue.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

#search-filter-form-1908 input.sf-input-text.bg-blue.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

.relative#search-filter-form-1908 input.sf-input-text.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.relative#search-filter-form-1908 input.sf-input-text.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

[data-element="quote_carousel"] #search-filter-form-1908 input.sf-input-text {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent [data-element="quote_carousel"] #search-filter-form-1908 input.sf-input-text,
#boxcontent_staff [data-element="quote_carousel"] #search-filter-form-1908 input.sf-input-text {
}

main > figure#search-filter-form-1908 input.sf-input-text {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

main > figure figcaption#search-filter-form-1908 input.sf-input-text,
main > figure #search-filter-form-1908 input.sf-input-text {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption#search-filter-form-1908 input.sf-input-text,
#boxcontent_staff main > figure figcaption#search-filter-form-1908 input.sf-input-text,#boxcontent 
main > figure #search-filter-form-1908 input.sf-input-text,
#boxcontent_staff 
main > figure #search-filter-form-1908 input.sf-input-text {
}

main > figure figcaption#search-filter-form-1908 input.sf-input-text,
main > figure #search-filter-form-1908 input.sf-input-text {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption#search-filter-form-1908 input.sf-input-text,
#boxcontent_staff main > figure figcaption#search-filter-form-1908 input.sf-input-text,#boxcontent 
main > figure #search-filter-form-1908 input.sf-input-text,
#boxcontent_staff 
main > figure #search-filter-form-1908 input.sf-input-text {
}

.error404 .main#search-filter-form-1908 input.sf-input-text {
}

#search-filter-form-1908 input.sf-input-text.pt-\[170px\] {
}

#search-filter-form-1908 input.sf-input-text {
  font-size: 14px;
  line-height: 16px;
}

[data-element="sidebar_menu"] .page_item_has_children > a::after {
  -webkit-filter: invert(1) brightness(0);
          filter: invert(1) brightness(0);
}

/* Sticker */

.sticker-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sticker {
  display: table;
  width: 88px;
  overflow: hidden;
  opacity: 0;
}

.reducewidth {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.reducewidth_inside {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 88px;
}

.sticker-img.sticker-front {
  position: relative;
  width: 100%;
  z-index: 1;
}

.sticker2 {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 3;
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  overflow: hidden;
  -webkit-filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 1));
          filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 1));
}

.ticker-img.sticker-back {
  position: relative;
  width: 100%;
  opacity: 1;
  -webkit-transform: scaleX(-1) scaleY(1);
      -ms-transform: scaleX(-1) scaleY(1);
          transform: scaleX(-1) scaleY(1);
}

.sticker-shadow_down {
  position: absolute;
  width: 65px;
  left: 0px;
  top: 0px;
  z-index: 4;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.sticker-img.sticker-back {
  position: relative;
  width: 100%;
  opacity: 1;
  -webkit-transform: scaleX(-1) scaleY(1);
      -ms-transform: scaleX(-1) scaleY(1);
          transform: scaleX(-1) scaleY(1);
}

[data-element="stats_carousel"] {
  background: #8cb7e8 !important;
  border-radius: 20px;
}

[data-element="stats_carousel"] * {
  color: #0c223f !important;
}

[data-element="stats_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(2 30 66 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

[data-element="stats_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
}

.page-template-tpl-admissions #content-wrap [data-element="stats_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
}

.page-template-tpl-admissions
	#content-wrap
	[data-element="admission_step_n"][data-element="stats_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
  color: #0c223f;
  background: #B0AA7E;
}

.relative[data-element="stats_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.relative[data-element="stats_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

main > figure[data-element="stats_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.error404 .main[data-element="stats_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
}

[data-element="stats_carousel"]
	.swiper-pagination
	span.swiper-pagination-bullet-active.pt-\[170px\] {
}

.button-apply {
  position: relative;
  display: inline-table;
  border-radius: 33px;
  --tw-bg-opacity: 1;
  background-color: rgb(176 170 126 / var(--tw-bg-opacity, 1));
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

.container.button-apply.py-9 {
}

.container.button-apply.py-9 .after\:bg-pdf-icon-navy::after {
}

.button-apply.bg-blue.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.button-apply.bg-blue.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

.button-apply.p-10.my-10 h3,.button-apply.p-10.my-10 p {
}

#boxcontent .button-apply,
#boxcontent_staff .button-apply {
}

.button-apply::after {
  position: absolute;
  top: 50%;
  right: 40px;
  height: 10px;
  width: 16px;
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url('/wp-content/themes/cranleigh/assets/images/arrow-right-black.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.button-apply:hover::after {
  content: var(--tw-content);
  --tw-translate-x: 20px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .button-apply {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .button-apply {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.29px;
  }
}

.button-apply-blue {
  position: relative;
  display: table;
  border-radius: 33px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(2 30 66 / var(--tw-border-opacity, 1));
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.button-apply-blue.bg-blue.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.button-apply-blue.bg-blue.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}


.wysiwyg table.button-apply-blue tfoot th,
.wysiwyg table.button-apply-blue thead th {
}

#boxcontent .button-apply-blue,
#boxcontent_staff .button-apply-blue {
}

.button-apply-blue::after {
  position: absolute;
  top: 50%;
  right: 40px;
  height: 10px;
  width: 16px;
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url('/wp-content/themes/cranleigh/assets/images/arrow-right-white.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.button-apply-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-apply-blue:hover::after {
  --tw-translate-x: 20px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/arrow-right-black.svg');
}

@media (min-width: 768px) {
  .button-apply-blue {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.29px;
  }
}

button[role="tab"].after\:bg-yellow::after {
  background: #8cb7e8 !important;
}

.sf-field-taxonomy-vacancy_type h4,
.sf-field-category h4 {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent .sf-field-taxonomy-vacancy_type h4,
#boxcontent_staff .sf-field-taxonomy-vacancy_type h4,#boxcontent 
.sf-field-category h4,
#boxcontent_staff 
.sf-field-category h4 {
}

#search-filter-form-66371 .sf-label-radio,
#search-filter-form-66427 .sf-label-radio,
#search-filter-form-67716 .sf-label-radio,
#search-filter-form-1908 .sf-label-radio,
#search-filter-form-46822 .sf-label-radio,
#search-filter-form-68701 .sf-label-radio,
#search-filter-form-46287 .sf-label-radio {
  --tw-border-opacity: 1;
  border-color: rgb(2 30 66 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent #search-filter-form-66371 .sf-label-radio,
#boxcontent_staff #search-filter-form-66371 .sf-label-radio,#boxcontent 
#search-filter-form-66427 .sf-label-radio,
#boxcontent_staff 
#search-filter-form-66427 .sf-label-radio,#boxcontent 
#search-filter-form-67716 .sf-label-radio,
#boxcontent_staff 
#search-filter-form-67716 .sf-label-radio,#boxcontent 
#search-filter-form-1908 .sf-label-radio,
#boxcontent_staff 
#search-filter-form-1908 .sf-label-radio,#boxcontent 
#search-filter-form-46822 .sf-label-radio,
#boxcontent_staff 
#search-filter-form-46822 .sf-label-radio,#boxcontent 
#search-filter-form-68701 .sf-label-radio,
#boxcontent_staff 
#search-filter-form-68701 .sf-label-radio,#boxcontent 
#search-filter-form-46287 .sf-label-radio,
#boxcontent_staff 
#search-filter-form-46287 .sf-label-radio {
}

.home [data-element="footer_logo_carousel"] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 210 196 / var(--tw-bg-opacity, 1));
}

[data-element="stats_home"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
}

.page-template-tpl-admissions #content-wrap [data-element="stats_home"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
}

.page-template-tpl-admissions
	#content-wrap
	[data-element="admission_step_n"][data-element="stats_home"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
  color: #0c223f;
  background: #B0AA7E;
}

.relative[data-element="stats_home"]
	.swiper-pagination
	span.swiper-pagination-bullet-active.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.relative[data-element="stats_home"]
	.swiper-pagination
	span.swiper-pagination-bullet-active.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

main > figure[data-element="stats_home"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.error404 .main[data-element="stats_home"]
	.swiper-pagination
	span.swiper-pagination-bullet-active {
}

[data-element="stats_home"]
	.swiper-pagination
	span.swiper-pagination-bullet-active.pt-\[170px\] {
}

span.textbelowimg {
  font-family: "Gloria Hallelujah", cursive;
  font-size: 18px;
}

[data-element="close_popup"] {
  left: 0;
}

@media (min-width: 1024px) {
  [data-element="close_popup"] {
    left: -60px;
  }
}

body:not(.bgtopdark) [data-js="navigation"] svg .txt {
  fill: #000 !important;
}

#main-menu .current_page_item a {
  color: #B0AA7E !important;
}

ul#main-menu > li.current-menu-item > div > a {
  color: #0c223f !important;
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.gform_wrapper.gravity-theme .gfield_error label {
  color: #0c223f !important;
}

#search-filter-form-46300 {
  width: 100%;
}

#search-filter-form-46300 ul,
#search-filter-form-46300 ul li.sf-field-taxonomy-vacancy_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1024px) {
  #search-filter-form-46300 ul,
#search-filter-form-46300 ul li.sf-field-taxonomy-vacancy_type {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#search-filter-form-46300 > ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#search-filter-form-46300 input {
  -webkit-appearance: none;
}

#search-filter-form-46300 .sf-label-radio {
  border-radius: 33px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(2 30 66 / var(--tw-border-opacity, 1));
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: normal;
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent #search-filter-form-46300 .sf-label-radio,
#boxcontent_staff #search-filter-form-46300 .sf-label-radio {
}

#search-filter-form-46300 li {
  margin-right: 16px;
}

#search-filter-form-46300 li:last-child {
  margin: 0;
}

#search-filter-form-46300 .sf-option-active .sf-label-radio {
  --tw-border-opacity: 1;
  border-color: rgb(2 30 66 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-template-tpl-admissions #content-wrap #search-filter-form-46300 .sf-option-active .sf-label-radio {
}

.page-template-tpl-admissions
	#content-wrap
	[data-element="admission_step_n"]#search-filter-form-46300 .sf-option-active .sf-label-radio {
  color: #0c223f;
  background: #B0AA7E;
}

.relative#search-filter-form-46300 .sf-option-active .sf-label-radio.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.relative#search-filter-form-46300 .sf-option-active .sf-label-radio.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

[data-element="quote_carousel"] #search-filter-form-46300 .sf-option-active .sf-label-radio {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent [data-element="quote_carousel"] #search-filter-form-46300 .sf-option-active .sf-label-radio,
#boxcontent_staff [data-element="quote_carousel"] #search-filter-form-46300 .sf-option-active .sf-label-radio {
}

main > figure#search-filter-form-46300 .sf-option-active .sf-label-radio {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

main > figure figcaption#search-filter-form-46300 .sf-option-active .sf-label-radio,
main > figure #search-filter-form-46300 .sf-option-active .sf-label-radio {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption#search-filter-form-46300 .sf-option-active .sf-label-radio,
#boxcontent_staff main > figure figcaption#search-filter-form-46300 .sf-option-active .sf-label-radio,#boxcontent 
main > figure #search-filter-form-46300 .sf-option-active .sf-label-radio,
#boxcontent_staff 
main > figure #search-filter-form-46300 .sf-option-active .sf-label-radio {
}

main > figure figcaption#search-filter-form-46300 .sf-option-active .sf-label-radio,
main > figure #search-filter-form-46300 .sf-option-active .sf-label-radio {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption#search-filter-form-46300 .sf-option-active .sf-label-radio,
#boxcontent_staff main > figure figcaption#search-filter-form-46300 .sf-option-active .sf-label-radio,#boxcontent 
main > figure #search-filter-form-46300 .sf-option-active .sf-label-radio,
#boxcontent_staff 
main > figure #search-filter-form-46300 .sf-option-active .sf-label-radio {
}

.error404 .main#search-filter-form-46300 .sf-option-active .sf-label-radio {
}

#search-filter-form-46300 .sf-option-active .sf-label-radio.pt-\[170px\] {
}

#search-filter-form-46300 input.sf-input-text {
  position: relative;
  border-radius: 33px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-template-tpl-admissions #content-wrap #search-filter-form-46300 input.sf-input-text {
}

.page-template-tpl-admissions
	#content-wrap
	[data-element="admission_step_n"]#search-filter-form-46300 input.sf-input-text {
  color: #0c223f;
  background: #B0AA7E;
}

#search-filter-form-46300 input.sf-input-text.bg-blue.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

#search-filter-form-46300 input.sf-input-text.bg-blue.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

.relative#search-filter-form-46300 input.sf-input-text.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.relative#search-filter-form-46300 input.sf-input-text.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

[data-element="quote_carousel"] #search-filter-form-46300 input.sf-input-text {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent [data-element="quote_carousel"] #search-filter-form-46300 input.sf-input-text,
#boxcontent_staff [data-element="quote_carousel"] #search-filter-form-46300 input.sf-input-text {
}

main > figure#search-filter-form-46300 input.sf-input-text {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

main > figure figcaption#search-filter-form-46300 input.sf-input-text,
main > figure #search-filter-form-46300 input.sf-input-text {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption#search-filter-form-46300 input.sf-input-text,
#boxcontent_staff main > figure figcaption#search-filter-form-46300 input.sf-input-text,#boxcontent 
main > figure #search-filter-form-46300 input.sf-input-text,
#boxcontent_staff 
main > figure #search-filter-form-46300 input.sf-input-text {
}

main > figure figcaption#search-filter-form-46300 input.sf-input-text,
main > figure #search-filter-form-46300 input.sf-input-text {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption#search-filter-form-46300 input.sf-input-text,
#boxcontent_staff main > figure figcaption#search-filter-form-46300 input.sf-input-text,#boxcontent 
main > figure #search-filter-form-46300 input.sf-input-text,
#boxcontent_staff 
main > figure #search-filter-form-46300 input.sf-input-text {
}

.error404 .main#search-filter-form-46300 input.sf-input-text {
}

#search-filter-form-46300 input.sf-input-text.pt-\[170px\] {
}

form#search-filter-form-46375 .sf-field-search {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(2 30 66 / var(--tw-border-opacity, 1));
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 32px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: normal;
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent form#search-filter-form-46375 .sf-field-search,
#boxcontent_staff form#search-filter-form-46375 .sf-field-search {
}

form#search-filter-form-46375 .sf-field-search::after {
  left: auto;
  right: 12px;
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/icon-search-blue.svg');
}

form#search-filter-form-46375 .sf-field-search input {
  padding-top: 8px;
  padding-bottom: 8px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#search-filter-form-46822,
#search-filter-form-46287 {
  width: 100%;
}

#search-filter-form-46822 ul,
#search-filter-form-46287 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 768px) {
  #search-filter-form-46822 ul,
#search-filter-form-46287 ul {
    width: auto;
  }
}

@media (min-width: 1024px) {
  #search-filter-form-46822 ul,
#search-filter-form-46287 ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#search-filter-form-46822 input,
#search-filter-form-46287 input {
  -webkit-appearance: none;
}

#search-filter-form-46822 .sf-label-radio,
#search-filter-form-46287 .sf-label-radio {
  cursor: pointer;
  border-radius: 33px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: normal;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}


.popup-gallery div#search-filter-form-46822 .sf-label-radio,
.popup-gallery div
#search-filter-form-46287 .sf-label-radio {
  border-radius: 20px;
}

[data-element="quote_carousel"] #search-filter-form-46822 .sf-label-radio,[data-element="quote_carousel"] 
#search-filter-form-46287 .sf-label-radio {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent [data-element="quote_carousel"] #search-filter-form-46822 .sf-label-radio,
#boxcontent_staff [data-element="quote_carousel"] #search-filter-form-46822 .sf-label-radio,#boxcontent [data-element="quote_carousel"] 
#search-filter-form-46287 .sf-label-radio,
#boxcontent_staff [data-element="quote_carousel"] 
#search-filter-form-46287 .sf-label-radio {
}

main > figure figcaption#search-filter-form-46822 .sf-label-radio,
main > figure #search-filter-form-46822 .sf-label-radio,main > figure figcaption
#search-filter-form-46287 .sf-label-radio,
main > figure 
#search-filter-form-46287 .sf-label-radio {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption#search-filter-form-46822 .sf-label-radio,
#boxcontent_staff main > figure figcaption#search-filter-form-46822 .sf-label-radio,#boxcontent 
main > figure #search-filter-form-46822 .sf-label-radio,
#boxcontent_staff 
main > figure #search-filter-form-46822 .sf-label-radio,#boxcontent main > figure figcaption
#search-filter-form-46287 .sf-label-radio,
#boxcontent_staff main > figure figcaption
#search-filter-form-46287 .sf-label-radio,#boxcontent 
main > figure 
#search-filter-form-46287 .sf-label-radio,
#boxcontent_staff 
main > figure 
#search-filter-form-46287 .sf-label-radio {
}

main > figure figcaption#search-filter-form-46822 .sf-label-radio,
main > figure #search-filter-form-46822 .sf-label-radio,main > figure figcaption
#search-filter-form-46287 .sf-label-radio,
main > figure 
#search-filter-form-46287 .sf-label-radio {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption#search-filter-form-46822 .sf-label-radio,
#boxcontent_staff main > figure figcaption#search-filter-form-46822 .sf-label-radio,#boxcontent 
main > figure #search-filter-form-46822 .sf-label-radio,
#boxcontent_staff 
main > figure #search-filter-form-46822 .sf-label-radio,#boxcontent main > figure figcaption
#search-filter-form-46287 .sf-label-radio,
#boxcontent_staff main > figure figcaption
#search-filter-form-46287 .sf-label-radio,#boxcontent 
main > figure 
#search-filter-form-46287 .sf-label-radio,
#boxcontent_staff 
main > figure 
#search-filter-form-46287 .sf-label-radio {
}

#search-filter-form-46822 li,
#search-filter-form-46287 li {
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#search-filter-form-46822 li:last-child,
#search-filter-form-46287 li:last-child {
  margin: 0;
}

#search-filter-form-46822 li input,
#search-filter-form-46287 li input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
}

#search-filter-form-46822 .sf-option-active .sf-label-radio,
#search-filter-form-46287 .sf-option-active .sf-label-radio {
  --tw-border-opacity: 1;
  border-color: rgb(176 170 126 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(176 170 126 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

.container#search-filter-form-46822 .sf-option-active .sf-label-radio.py-9,.container
#search-filter-form-46287 .sf-option-active .sf-label-radio.py-9 {
}

.container#search-filter-form-46822 .sf-option-active .sf-label-radio.py-9 .after\:bg-pdf-icon-navy::after,.container
#search-filter-form-46287 .sf-option-active .sf-label-radio.py-9 .after\:bg-pdf-icon-navy::after {
}

#search-filter-form-46822 .sf-option-active .sf-label-radio.p-10.my-10 h3,#search-filter-form-46822 .sf-option-active .sf-label-radio.p-10.my-10 p,
#search-filter-form-46287 .sf-option-active .sf-label-radio.p-10.my-10 h3,
#search-filter-form-46287 .sf-option-active .sf-label-radio.p-10.my-10 p {
}

#boxcontent #search-filter-form-46822 .sf-option-active .sf-label-radio,
#boxcontent_staff #search-filter-form-46822 .sf-option-active .sf-label-radio,#boxcontent 
#search-filter-form-46287 .sf-option-active .sf-label-radio,
#boxcontent_staff 
#search-filter-form-46287 .sf-option-active .sf-label-radio {
}

#search-filter-form-46822 input.sf-input-text,
#search-filter-form-46287 input.sf-input-text {
  position: relative;
  border-radius: 33px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-template-tpl-admissions #content-wrap #search-filter-form-46822 input.sf-input-text,.page-template-tpl-admissions #content-wrap 
#search-filter-form-46287 input.sf-input-text {
}

.page-template-tpl-admissions
	#content-wrap
	[data-element="admission_step_n"]#search-filter-form-46822 input.sf-input-text,.page-template-tpl-admissions
	#content-wrap
	[data-element="admission_step_n"]
#search-filter-form-46287 input.sf-input-text {
  color: #0c223f;
  background: #B0AA7E;
}

#search-filter-form-46822 input.sf-input-text.bg-blue.mb-10,
#search-filter-form-46287 input.sf-input-text.bg-blue.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

#search-filter-form-46822 input.sf-input-text.bg-blue.mb-10 > *,
#search-filter-form-46287 input.sf-input-text.bg-blue.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

.relative#search-filter-form-46822 input.sf-input-text.mb-10,.relative
#search-filter-form-46287 input.sf-input-text.mb-10 {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

.relative#search-filter-form-46822 input.sf-input-text.mb-10 > *,.relative
#search-filter-form-46287 input.sf-input-text.mb-10 > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

[data-element="quote_carousel"] #search-filter-form-46822 input.sf-input-text,[data-element="quote_carousel"] 
#search-filter-form-46287 input.sf-input-text {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent [data-element="quote_carousel"] #search-filter-form-46822 input.sf-input-text,
#boxcontent_staff [data-element="quote_carousel"] #search-filter-form-46822 input.sf-input-text,#boxcontent [data-element="quote_carousel"] 
#search-filter-form-46287 input.sf-input-text,
#boxcontent_staff [data-element="quote_carousel"] 
#search-filter-form-46287 input.sf-input-text {
}

main > figure#search-filter-form-46822 input.sf-input-text,main > figure
#search-filter-form-46287 input.sf-input-text {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 156 192 / var(--tw-bg-opacity, 1));
}

main > figure figcaption#search-filter-form-46822 input.sf-input-text,
main > figure #search-filter-form-46822 input.sf-input-text,main > figure figcaption
#search-filter-form-46287 input.sf-input-text,
main > figure 
#search-filter-form-46287 input.sf-input-text {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption#search-filter-form-46822 input.sf-input-text,
#boxcontent_staff main > figure figcaption#search-filter-form-46822 input.sf-input-text,#boxcontent 
main > figure #search-filter-form-46822 input.sf-input-text,
#boxcontent_staff 
main > figure #search-filter-form-46822 input.sf-input-text,#boxcontent main > figure figcaption
#search-filter-form-46287 input.sf-input-text,
#boxcontent_staff main > figure figcaption
#search-filter-form-46287 input.sf-input-text,#boxcontent 
main > figure 
#search-filter-form-46287 input.sf-input-text,
#boxcontent_staff 
main > figure 
#search-filter-form-46287 input.sf-input-text {
}

main > figure figcaption#search-filter-form-46822 input.sf-input-text,
main > figure #search-filter-form-46822 input.sf-input-text,main > figure figcaption
#search-filter-form-46287 input.sf-input-text,
main > figure 
#search-filter-form-46287 input.sf-input-text {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

#boxcontent main > figure figcaption#search-filter-form-46822 input.sf-input-text,
#boxcontent_staff main > figure figcaption#search-filter-form-46822 input.sf-input-text,#boxcontent 
main > figure #search-filter-form-46822 input.sf-input-text,
#boxcontent_staff 
main > figure #search-filter-form-46822 input.sf-input-text,#boxcontent main > figure figcaption
#search-filter-form-46287 input.sf-input-text,
#boxcontent_staff main > figure figcaption
#search-filter-form-46287 input.sf-input-text,#boxcontent 
main > figure 
#search-filter-form-46287 input.sf-input-text,
#boxcontent_staff 
main > figure 
#search-filter-form-46287 input.sf-input-text {
}

.error404 .main#search-filter-form-46822 input.sf-input-text,.error404 .main
#search-filter-form-46287 input.sf-input-text {
}

#search-filter-form-46822 input.sf-input-text.pt-\[170px\],
#search-filter-form-46287 input.sf-input-text.pt-\[170px\] {
}

@media only screen and (max-width: 1024px) {
}

#videohome img,
#videohome picture,
#videohome[data-element="play_video"] {
  border-radius: 0 !important;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-top-12::before {
  content: var(--tw-content);
  top: -48px;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:h-\[20vh\]::before {
  content: var(--tw-content);
  height: 20vh;
}

.before\:h-\[25\%\]::before {
  content: var(--tw-content);
  height: 25%;
}

.before\:h-\[33\%\]::before {
  content: var(--tw-content);
  height: 33%;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:h-px::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-blue\/50::before {
  content: var(--tw-content);
  background-color: rgb(2 30 66 / 0.5);
}

.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.before\:bg-gradient-to-t::before {
  content: var(--tw-content);
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.before\:from-white\/0::before {
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:to-white\/50::before {
  content: var(--tw-content);
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:content-none::before {
  --tw-content: none;
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-left-3::after {
  content: var(--tw-content);
  left: -12px;
}

.after\:-left-\[17px\]::after {
  content: var(--tw-content);
  left: -17px;
}

.after\:-left-\[50vw\]::after {
  content: var(--tw-content);
  left: -50vw;
}

.after\:-left-\[72px\]::after {
  content: var(--tw-content);
  left: -72px;
}

.after\:-right-\[50px\]::after {
  content: var(--tw-content);
  right: -50px;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0;
}

.after\:bottom-1\/2::after {
  content: var(--tw-content);
  bottom: 50%;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:left-10::after {
  content: var(--tw-content);
  left: 40px;
}

.after\:left-5::after {
  content: var(--tw-content);
  left: 20px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0;
}

.after\:right-1::after {
  content: var(--tw-content);
  right: 4px;
}

.after\:right-10::after {
  content: var(--tw-content);
  right: 40px;
}

.after\:right-6::after {
  content: var(--tw-content);
  right: 24px;
}

.after\:right-\[30px\]::after {
  content: var(--tw-content);
  right: 30px;
}

.after\:right-auto::after {
  content: var(--tw-content);
  right: auto;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:top-10::after {
  content: var(--tw-content);
  top: 40px;
}

.after\:top-5::after {
  content: var(--tw-content);
  top: 20px;
}

.after\:top-8::after {
  content: var(--tw-content);
  top: 32px;
}

.after\:top-\[calc\(50\%_-_12px\)\]::after {
  content: var(--tw-content);
  top: calc(50% - 12px);
}

.after\:z-20::after {
  content: var(--tw-content);
  z-index: 20;
}

.after\:ml-4::after {
  content: var(--tw-content);
  margin-left: 16px;
}

.after\:inline-flex::after {
  content: var(--tw-content);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.after\:h-0::after {
  content: var(--tw-content);
  height: 0;
}

.after\:h-1::after {
  content: var(--tw-content);
  height: 4px;
}

.after\:h-1\/3::after {
  content: var(--tw-content);
  height: 33.333333%;
}

.after\:h-2\.5::after {
  content: var(--tw-content);
  height: 10px;
}

.after\:h-3\/4::after {
  content: var(--tw-content);
  height: 75%;
}

.after\:h-4::after {
  content: var(--tw-content);
  height: 16px;
}

.after\:h-40::after {
  content: var(--tw-content);
  height: 160px;
}

.after\:h-6::after {
  content: var(--tw-content);
  height: 24px;
}

.after\:h-\[154px\]::after {
  content: var(--tw-content);
  height: 154px;
}

.after\:h-\[15px\]::after {
  content: var(--tw-content);
  height: 15px;
}

.after\:h-\[17px\]::after {
  content: var(--tw-content);
  height: 17px;
}

.after\:h-\[26px\]::after {
  content: var(--tw-content);
  height: 26px;
}

.after\:h-\[30px\]::after {
  content: var(--tw-content);
  height: 30px;
}

.after\:h-\[40\%\]::after {
  content: var(--tw-content);
  height: 40%;
}

.after\:h-\[47px\]::after {
  content: var(--tw-content);
  height: 47px;
}

.after\:h-\[50vh\]::after {
  content: var(--tw-content);
  height: 50vh;
}

.after\:h-\[51px\]::after {
  content: var(--tw-content);
  height: 51px;
}

.after\:h-\[54px\]::after {
  content: var(--tw-content);
  height: 54px;
}

.after\:h-\[56px\]::after {
  content: var(--tw-content);
  height: 56px;
}

.after\:h-\[60\%\]::after {
  content: var(--tw-content);
  height: 60%;
}

.after\:h-\[63px\]::after {
  content: var(--tw-content);
  height: 63px;
}

.after\:h-\[68px\]::after {
  content: var(--tw-content);
  height: 68px;
}

.after\:h-\[6px\]::after {
  content: var(--tw-content);
  height: 6px;
}

.after\:h-\[74px\]::after {
  content: var(--tw-content);
  height: 74px;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-0::after {
  content: var(--tw-content);
  width: 0;
}

.after\:w-1::after {
  content: var(--tw-content);
  width: 4px;
}

.after\:w-2\.5::after {
  content: var(--tw-content);
  width: 10px;
}

.after\:w-4::after {
  content: var(--tw-content);
  width: 16px;
}

.after\:w-\[11px\]::after {
  content: var(--tw-content);
  width: 11px;
}

.after\:w-\[14px\]::after {
  content: var(--tw-content);
  width: 14px;
}

.after\:w-\[150vw\]::after {
  content: var(--tw-content);
  width: 150vw;
}

.after\:w-\[17px\]::after {
  content: var(--tw-content);
  width: 17px;
}

.after\:w-\[26px\]::after {
  content: var(--tw-content);
  width: 26px;
}

.after\:w-\[30px\]::after {
  content: var(--tw-content);
  width: 30px;
}

.after\:w-\[50px\]::after {
  content: var(--tw-content);
  width: 50px;
}

.after\:w-\[54px\]::after {
  content: var(--tw-content);
  width: 54px;
}

.after\:w-\[56px\]::after {
  content: var(--tw-content);
  width: 56px;
}

.after\:w-\[5px\]::after {
  content: var(--tw-content);
  width: 5px;
}

.after\:w-\[67px\]::after {
  content: var(--tw-content);
  width: 67px;
}

.after\:w-\[68px\]::after {
  content: var(--tw-content);
  width: 68px;
}

.after\:w-\[74px\]::after {
  content: var(--tw-content);
  width: 74px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:-translate-y-\[calc\(50\%_\+_1px\)\]::after {
  content: var(--tw-content);
  --tw-translate-y: calc(calc(50% + 1px) * -1);
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: 50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:rotate-180::after {
  content: var(--tw-content);
  --tw-rotate: 180deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:rotate-90::after {
  content: var(--tw-content);
  --tw-rotate: 90deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:cursor-pointer::after {
  content: var(--tw-content);
  cursor: pointer;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border-2::after {
  content: var(--tw-content);
  border-width: 2px;
}

.after\:border-b-\[15px\]::after {
  content: var(--tw-content);
  border-bottom-width: 15px;
}

.after\:border-r-\[17px\]::after {
  content: var(--tw-content);
  border-right-width: 17px;
}

.after\:border-t-\[15px\]::after {
  content: var(--tw-content);
  border-top-width: 15px;
}

.after\:border-blue::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(2 30 66 / var(--tw-border-opacity, 1));
}

.after\:border-b-\[transparent\]::after {
  content: var(--tw-content);
  border-bottom-color: transparent;
}

.after\:border-r-\[\#cfd3d9\]::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-right-color: rgb(207 211 217 / var(--tw-border-opacity, 1));
}

.after\:border-r-blue::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-right-color: rgb(2 30 66 / var(--tw-border-opacity, 1));
}

.after\:border-t-\[transparent\]::after {
  content: var(--tw-content);
  border-top-color: transparent;
}

.after\:bg-blue::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.after\:bg-yellow::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(176 170 126 / var(--tw-bg-opacity, 1));
}

.after\:bg-accordion-plus-red::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/accordion-plus-red.svg');
}

.after\:bg-arrow-down-white::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/arrow-down-white.svg');
}

.after\:bg-arrow-right-black::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/arrow-right-black.svg');
}

.after\:bg-arrow-right-yellow::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/arrow-right-yellow.svg');
}

.after\:bg-bio-icon-navy::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/bio-icon-navy.svg');
}

.after\:bg-button-pin-icon-white::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/button-pin-icon-white.svg');
}

.after\:bg-email-icon-white::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/email-icon-white.svg');
}

.after\:bg-envelope-yellow-navy::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/envelope-yellow-navy.svg');
}

.after\:bg-exclamation-mark-icon-navy::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/exclamation-mark-icon-navy.svg');
}

.after\:bg-gradient-to-b::after {
  content: var(--tw-content);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.after\:bg-pdf-icon-navy::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/pdf-icon-navy.svg');
}

.after\:bg-phone-icon-white::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/phone-icon-white.svg');
}

.after\:bg-phone-yellow::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/phone-yellow.svg');
}

.after\:bg-play-icon-red::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/play-icon-red.svg');
}

.after\:bg-quicklinks-arrow-navy::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/quicklinks-arrow-navy.svg');
}

.after\:bg-quote-mark-red::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/quote-mark-red.svg');
}

.after\:bg-quote-mark-white::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/quote-mark-white.svg');
}

.after\:from-white\/0::after {
  content: var(--tw-content);
  --tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-white::after {
  content: var(--tw-content);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.after\:bg-contain::after {
  content: var(--tw-content);
  background-size: contain;
}

.after\:bg-center::after {
  content: var(--tw-content);
  background-position: center;
}

.after\:bg-no-repeat::after {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.after\:duration-300::after {
  content: var(--tw-content);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.after\:ease-in::after {
  content: var(--tw-content);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.after\:\!content-none::after {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:content-none::after {
  --tw-content: none;
  content: var(--tw-content);
}

.first\:mb-\[18px\]:first-child {
  margin-bottom: 18px;
}

.first\:mt-0:first-child {
  margin-top: 0;
}

.first\:mt-2:first-child {
  margin-top: 8px;
}

.first\:w-full:first-child {
  width: 100%;
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.last\:mr-0:last-child {
  margin-right: 0;
}

.last\:border-none:last-child {
  border-style: none;
}

.last\:bg-blue:last-child {
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
}

.last\:text-white:last-child {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.last\:after\:bg-arrow-right-yellow:last-child::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh/assets/images/arrow-right-yellow.svg');
}

.odd\:pr-8:nth-child(odd) {
  padding-right: 32px;
}

.first-of-type\:absolute:first-of-type {
  position: absolute;
}

.first-of-type\:left-0:first-of-type {
  left: 0;
}

.first-of-type\:top-0:first-of-type {
  top: 0;
}

.first-of-type\:h-full:first-of-type {
  height: 100%;
}

.first-of-type\:w-full:first-of-type {
  width: 100%;
}

.hover\:bg-\[\#cca026\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 160 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 30 66 / var(--tw-bg-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:after\:-translate-y-0\.5:hover::after {
  content: var(--tw-content);
  --tw-translate-y: -2px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:after\:translate-x-0:hover::after {
  content: var(--tw-content);
  --tw-translate-x: 0;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:after\:translate-x-5:hover::after {
  content: var(--tw-content);
  --tw-translate-x: 20px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:after\:translate-y-\[5px\]:hover::after {
  content: var(--tw-content);
  --tw-translate-y: 5px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.children\:relative > * {
  position: relative;
}

.children\:mx-auto > * {
  margin-left: auto;
  margin-right: auto;
}

.children\:mb-12 > * {
  margin-bottom: 48px;
}

.children\:mb-2 > * {
  margin-bottom: 8px;
}

.children\:mb-3 > * {
  margin-bottom: 12px;
}

.children\:mb-4 > * {
  margin-bottom: 16px;
}

.children\:ml-5 > * {
  margin-left: 20px;
}

.children\:mr-4 > * {
  margin-right: 16px;
}

.children\:mr-5 > * {
  margin-right: 20px;
}

.children\:flex > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.children\:inline-table > * {
  display: inline-table;
}

.children\:aspect-\[3\/2\] > * {
  aspect-ratio: 3/2;
}

.children\:aspect-\[3\/3\.2\] > * {
  aspect-ratio: 3/3.2;
}

.children\:aspect-\[3\/4\.313\] > * {
  aspect-ratio: 3/4.313;
}

.children\:h-\[150vh\] > * {
  height: 150vh;
}

.children\:h-\[34px\] > * {
  height: 34px;
}

.children\:h-\[60px\] > * {
  height: 60px;
}

.children\:h-auto > * {
  height: auto;
}

.children\:h-full > * {
  height: 100%;
}

.children\:children\:w-full > * > * {
  width: 100%;
}

.children\:w-5\/12 > * {
  width: 41.666667%;
}

.children\:w-\[120px\] > * {
  width: 120px;
}

.children\:w-\[256px\] > * {
  width: 256px;
}

.children\:w-\[34px\] > * {
  width: 34px;
}

.children\:w-\[60px\] > * {
  width: 60px;
}

.children\:w-full > * {
  width: 100%;
}

.children\:cursor-pointer > * {
  cursor: pointer;
}

.children\:list-none > * {
  list-style-type: none;
}

.children\:items-center > * {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.children\:justify-start > * {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.children\:rounded-\[207px\] > * {
  border-radius: 207px;
}

.children\:rounded-bl-\[207px\] > * {
  border-bottom-left-radius: 207px;
}

.children\:rounded-tl-\[207px\] > * {
  border-top-left-radius: 207px;
}

.children\:border-b > * {
  border-bottom-width: 1px;
}

.children\:border-blue\/20 > * {
  border-color: rgb(2 30 66 / 0.2);
}

.children\:bg-pagination-previous-navy > * {
  background-image: url('/wp-content/themes/cranleigh/assets/images/pagination-previous-navy.svg');
}

.children\:bg-contain > * {
  background-size: contain;
}

.children\:bg-no-repeat > * {
  background-repeat: no-repeat;
}

.children\:object-cover > * {
  -o-object-fit: cover;
     object-fit: cover;
}

.children\:object-center > * {
  -o-object-position: center;
     object-position: center;
}

.children\:px-8 > * {
  padding-left: 32px;
  padding-right: 32px;
}

.children\:pb-\[14px\] > * {
  padding-bottom: 14px;
}

.children\:pt-\[14px\] > * {
  padding-top: 14px;
}

.children\:indent-\[9999px\] > * {
  text-indent: 9999px;
}

.children\:font-aspectbold > * {
  font-family: proxima-nova, sans-serif;
}

.children\:text-\[21px\] > * {
  font-size: 21px;
}

.children\:text-base > * {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
}

.children\:text-copy16 > * {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
}

.children\:text-copy19 > * {
  font-size: 19px;
  line-height: 22px;
  letter-spacing: -0.3px;
}

.children\:text-titlesm > * {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: normal;
}

.children\:leading-\[28px\] > * {
  line-height: 28px;
}

.children\:leading-\[30px\] > * {
  line-height: 30px;
}

.children\:leading-\[31px\] > * {
  line-height: 31px;
}

.children\:\!text-white > * {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.children\:text-blue > * {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

.children\:duration-300 > * {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.children\:ease-in-out > * {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.children\:after\:absolute > *::after {
  content: var(--tw-content);
  position: absolute;
}

.children\:after\:-bottom-2 > *::after {
  content: var(--tw-content);
  bottom: -8px;
}

.children\:after\:left-0 > *::after {
  content: var(--tw-content);
  left: 0;
}

.children\:after\:h-0\.5 > *::after {
  content: var(--tw-content);
  height: 2px;
}

.children\:after\:w-full > *::after {
  content: var(--tw-content);
  width: 100%;
}

.children\:after\:content-\[\'\'\] > *::after {
  --tw-content: '';
  content: var(--tw-content);
}

.last\:children\:mb-0 > *:last-child {
  margin-bottom: 0;
}

.last\:children\:mr-0 > *:last-child {
  margin-right: 0;
}

.last\:children\:border-b-0 > *:last-child {
  border-bottom-width: 0px;
}

.odd\:children\:border-r > *:nth-child(odd) {
  border-right-width: 1px;
}

@media (min-width: 640px) {
  .sm\:text-\[48px\] {
    font-size: 48px;
  }

  .sm\:leading-\[48px\] {
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .md\:bottom-9 {
    bottom: 36px;
  }

  .md\:bottom-\[2vw\] {
    bottom: 2vw;
  }

  .md\:left-\[95px\] {
    left: 95px;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mb-4 {
    margin-bottom: 16px;
  }

  .md\:mb-5 {
    margin-bottom: 20px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mt-2 {
    margin-top: 8px;
  }

  .md\:mt-\[20vw\] {
    margin-top: 20vw;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:min-h-\[280px\] {
    min-height: 280px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:p-14 {
    padding: 56px;
  }

  .md\:pr-8 {
    padding-right: 32px;
  }

  .md\:text-\[10vw\] {
    font-size: 10vw;
  }

  .md\:text-\[13px\] {
    font-size: 13px;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:text-base {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
  }

  .md\:leading-\[24px\] {
    line-height: 24px;
  }

  .after\:md\:-left-\[108px\]::after {
    content: var(--tw-content);
    left: -108px;
  }

  .md\:children\:mb-4 > * {
    margin-bottom: 16px;
  }

  .md\:children\:w-\[170px\] > * {
    width: 170px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:-left-\[100px\] {
    left: -100px;
  }

  .lg\:-left-\[76px\] {
    left: -76px;
  }

  .lg\:-left-\[90px\] {
    left: -90px;
  }

  .lg\:-top-\[85px\] {
    top: -85px;
  }

  .lg\:-top-\[90px\] {
    top: -90px;
  }

  .lg\:bottom-10 {
    bottom: 40px;
  }

  .lg\:bottom-16 {
    bottom: 64px;
  }

  .lg\:bottom-8 {
    bottom: 32px;
  }

  .lg\:bottom-\[5vw\] {
    bottom: 5vw;
  }

  .lg\:bottom-\[90px\] {
    bottom: 90px;
  }

  .lg\:left-10 {
    left: 40px;
  }

  .lg\:left-14 {
    left: 56px;
  }

  .lg\:left-8 {
    left: 32px;
  }

  .lg\:left-\[8\%\] {
    left: 8%;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:right-14 {
    right: 56px;
  }

  .lg\:right-\[190px\] {
    right: 190px;
  }

  .lg\:right-\[5\%\] {
    right: 5%;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:top-8 {
    top: 32px;
  }

  .lg\:top-\[120px\] {
    top: 120px;
  }

  .lg\:top-\[35px\] {
    top: 35px;
  }

  .lg\:top-\[5\%\] {
    top: 5%;
  }

  .lg\:top-\[70px\] {
    top: 70px;
  }

  .lg\:top-\[96px\] {
    top: 96px;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .lg\:-mb-10 {
    margin-bottom: -40px;
  }

  .lg\:-mt-10 {
    margin-top: -40px;
  }

  .lg\:-mt-14 {
    margin-top: -56px;
  }

  .lg\:-mt-20 {
    margin-top: -80px;
  }

  .lg\:-mt-32 {
    margin-top: -128px;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mb-10 {
    margin-bottom: 40px;
  }

  .lg\:mb-12 {
    margin-bottom: 48px;
  }

  .lg\:mb-14 {
    margin-bottom: 56px;
  }

  .lg\:mb-20 {
    margin-bottom: 80px;
  }

  .lg\:mb-4 {
    margin-bottom: 16px;
  }

  .lg\:mb-6 {
    margin-bottom: 24px;
  }

  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .lg\:mb-\[44px\] {
    margin-bottom: 44px;
  }

  .lg\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .lg\:mb-\[74px\] {
    margin-bottom: 74px;
  }

  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .lg\:ml-10 {
    margin-left: 40px;
  }

  .lg\:ml-5 {
    margin-left: 20px;
  }

  .lg\:ml-\[33\.333\%\] {
    margin-left: 33.333%;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-10 {
    margin-right: 40px;
  }

  .lg\:mr-12 {
    margin-right: 48px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mt-12 {
    margin-top: 48px;
  }

  .lg\:mt-14 {
    margin-top: 56px;
  }

  .lg\:mt-20 {
    margin-top: 80px;
  }

  .lg\:mt-24 {
    margin-top: 96px;
  }

  .lg\:mt-28 {
    margin-top: 112px;
  }

  .lg\:mt-3 {
    margin-top: 12px;
  }

  .lg\:mt-32 {
    margin-top: 128px;
  }

  .lg\:mt-4 {
    margin-top: 16px;
  }

  .lg\:mt-6 {
    margin-top: 24px;
  }

  .lg\:mt-9 {
    margin-top: 36px;
  }

  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }

  .lg\:mt-\[12vw\] {
    margin-top: 12vw;
  }

  .lg\:mt-\[15vh\] {
    margin-top: 15vh;
  }

  .lg\:mt-\[190px\] {
    margin-top: 190px;
  }

  .lg\:mt-\[206px\] {
    margin-top: 206px;
  }

  .lg\:mt-\[3vw\] {
    margin-top: 3vw;
  }

  .lg\:mt-\[66px\] {
    margin-top: 66px;
  }

  .lg\:mt-\[77px\] {
    margin-top: 77px;
  }

  .lg\:mt-\[90px\] {
    margin-top: 90px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }

  .lg\:h-\[100px\] {
    height: 100px;
  }

  .lg\:h-\[650px\] {
    height: 650px;
  }

  .lg\:h-\[90vh\] {
    height: 90vh;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:min-h-\[189px\] {
    min-height: 189px;
  }

  .lg\:min-h-\[270px\] {
    min-height: 270px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-\[100px\] {
    width: 100px;
  }

  .lg\:w-\[240px\] {
    width: 240px;
  }

  .lg\:w-\[40vw\] {
    width: 40vw;
  }

  .lg\:w-\[590px\] {
    width: 590px;
  }

  .lg\:w-\[600px\] {
    width: 600px;
  }

  .lg\:w-\[62\%\] {
    width: 62%;
  }

  .lg\:w-\[90vw\] {
    width: 90vw;
  }

  .lg\:w-\[calc\(100\%-310px\)\] {
    width: calc(100% - 310px);
  }

  .lg\:w-\[calc\(100\%_\/_3_-_12px\)\] {
    width: calc(100% / 3 - 12px);
  }

  .lg\:w-\[calc\(100vw-124px\)\] {
    width: calc(100vw - 124px);
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[430px\] {
    max-width: 430px;
  }

  .lg\:-translate-y-12 {
    --tw-translate-y: -48px;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-28 {
    --tw-translate-y: -112px;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-7 {
    --tw-translate-y: -28px;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-\[100px\] {
    --tw-translate-y: -100px;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-\[22px\] {
    --tw-translate-y: 22px;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-\[70px\] {
    --tw-translate-y: 70px;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:rotate-0 {
    --tw-rotate: 0deg;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-\[130px_90px_90px_130px_130px\] {
    grid-template-rows: 130px 90px 90px 130px 130px;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .lg\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .lg\:gap-4 {
    gap: 16px;
  }

  .lg\:gap-8 {
    gap: 32px;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .lg\:rounded-tl-\[50\%\] {
    border-top-left-radius: 50%;
  }

  .lg\:rounded-tr-\[50\%\] {
    border-top-right-radius: 50%;
  }

  .lg\:bg-\[transparent\] {
    background-color: transparent;
  }

  .lg\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(176 170 126 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-10 {
    padding: 40px;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-20 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:px-\[57px\] {
    padding-left: 57px;
    padding-right: 57px;
  }

  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:py-\[170px\] {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .lg\:py-\[230px\] {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pb-20 {
    padding-bottom: 80px;
  }

  .lg\:pb-28 {
    padding-bottom: 112px;
  }

  .lg\:pb-8 {
    padding-bottom: 32px;
  }

  .lg\:pb-\[138px\] {
    padding-bottom: 138px;
  }

  .lg\:pb-\[18px\] {
    padding-bottom: 18px;
  }

  .lg\:pb-\[35vw\] {
    padding-bottom: 35vw;
  }

  .lg\:pb-\[44px\] {
    padding-bottom: 44px;
  }

  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .lg\:pb-\[54px\] {
    padding-bottom: 54px;
  }

  .lg\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .lg\:pl-10 {
    padding-left: 40px;
  }

  .lg\:pl-20 {
    padding-left: 80px;
  }

  .lg\:pl-6 {
    padding-left: 24px;
  }

  .lg\:pl-8 {
    padding-left: 32px;
  }

  .lg\:pl-\[10\%\] {
    padding-left: 10%;
  }

  .lg\:pl-\[200px\] {
    padding-left: 200px;
  }

  .lg\:pl-\[49px\] {
    padding-left: 49px;
  }

  .lg\:pl-\[50px\] {
    padding-left: 50px;
  }

  .lg\:pl-\[53px\] {
    padding-left: 53px;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pr-20 {
    padding-right: 80px;
  }

  .lg\:pr-6 {
    padding-right: 24px;
  }

  .lg\:pr-8 {
    padding-right: 32px;
  }

  .lg\:pr-\[10\%\] {
    padding-right: 10%;
  }

  .lg\:pr-\[72px\] {
    padding-right: 72px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pt-10 {
    padding-top: 40px;
  }

  .lg\:pt-20 {
    padding-top: 80px;
  }

  .lg\:pt-6 {
    padding-top: 24px;
  }

  .lg\:pt-\[236px\] {
    padding-top: 236px;
  }

  .lg\:pt-\[45px\] {
    padding-top: 45px;
  }

  .lg\:pt-\[54px\] {
    padding-top: 54px;
  }

  .lg\:pt-\[76px\] {
    padding-top: 76px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-\[100px\] {
    font-size: 100px;
  }

  .lg\:text-\[11vw\] {
    font-size: 11vw;
  }

  .lg\:text-\[120px\] {
    font-size: 120px;
  }

  .lg\:text-\[150px\] {
    font-size: 150px;
  }

  .lg\:text-\[21px\] {
    font-size: 21px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[60px\] {
    font-size: 60px;
  }

  .lg\:text-\[64px\] {
    font-size: 64px;
  }

  .lg\:text-\[78px\] {
    font-size: 78px;
  }

  .lg\:text-base {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
  }

  .lg\:text-copy16 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
  }

  .lg\:text-copy19 {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: -0.3px;
  }

  .lg\:text-title {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.75px;
  }

  .lg\:text-titleh2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1px;
  }

  .lg\:text-titleh4 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.75px;
  }

  .lg\:text-titlelg {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -1.5px;
  }

  .lg\:text-titlemd {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.25px;
  }

  .lg\:text-titlesidebar {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.5px;
  }

  .lg\:text-titlesm {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
  }

  .lg\:text-titlexl {
    font-size: 172px;
    line-height: 172px;
    letter-spacing: -4px;
  }

  .lg\:leading-\[11vw\] {
    line-height: 11vw;
  }

  .lg\:leading-\[120px\] {
    line-height: 120px;
  }

  .lg\:leading-\[140px\] {
    line-height: 140px;
  }

  .lg\:leading-\[150px\] {
    line-height: 150px;
  }

  .lg\:leading-\[16px\] {
    line-height: 16px;
  }

  .lg\:leading-\[48px\] {
    line-height: 48px;
  }

  .lg\:leading-\[60px\] {
    line-height: 60px;
  }

  .lg\:leading-\[64px\] {
    line-height: 64px;
  }

  .lg\:leading-\[76px\] {
    line-height: 76px;
  }

  .lg\:tracking-\[-1\.14px\] {
    letter-spacing: -1.14px;
  }

  .lg\:tracking-\[-1\.67px\] {
    letter-spacing: -1.67px;
  }

  .lg\:tracking-\[-1px\] {
    letter-spacing: -1px;
  }

  .lg\:before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
  }

  .lg\:after\:-right-\[37px\]::after {
    content: var(--tw-content);
    right: -37px;
  }

  .lg\:after\:left-auto::after {
    content: var(--tw-content);
    left: auto;
  }

  .lg\:after\:top-1\/2::after {
    content: var(--tw-content);
    top: 50%;
  }

  .lg\:after\:h-\[25\%\]::after {
    content: var(--tw-content);
    height: 25%;
  }

  .lg\:after\:h-\[40\%\]::after {
    content: var(--tw-content);
    height: 40%;
  }

  .lg\:after\:h-\[51px\]::after {
    content: var(--tw-content);
    height: 51px;
  }

  .lg\:after\:h-\[74px\]::after {
    content: var(--tw-content);
    height: 74px;
  }

  .lg\:after\:w-\[54px\]::after {
    content: var(--tw-content);
    width: 54px;
  }

  .lg\:after\:w-\[74px\]::after {
    content: var(--tw-content);
    width: 74px;
  }

  .lg\:after\:bg-pdf-icon-navy::after {
    content: var(--tw-content);
    background-image: url('/wp-content/themes/cranleigh/assets/images/pdf-icon-navy.svg');
  }

  .lg\:after\:bg-contain::after {
    content: var(--tw-content);
    background-size: contain;
  }

  .lg\:after\:bg-center::after {
    content: var(--tw-content);
    background-position: center;
  }

  .lg\:after\:bg-no-repeat::after {
    content: var(--tw-content);
    background-repeat: no-repeat;
  }

  .lg\:after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
  }

  .lg\:after\:content-none::after {
    --tw-content: none;
    content: var(--tw-content);
  }

  .lg\:first\:mb-6:first-child {
    margin-bottom: 24px;
  }

  .lg\:last\:ml-8:last-child {
    margin-left: 32px;
  }

  .lg\:children\:mr-10 > * {
    margin-right: 40px;
  }

  .children\:lg\:h-\[65px\] > * {
    height: 65px;
  }

  .children\:lg\:w-1\/2 > * {
    width: 50%;
  }

  .children\:lg\:w-\[65px\] > * {
    width: 65px;
  }

  .children\:lg\:w-auto > * {
    width: auto;
  }

  .lg\:children\:w-\[220px\] > * {
    width: 220px;
  }

  .children\:lg\:pb-5 > * {
    padding-bottom: 20px;
  }

  .children\:lg\:text-copy16 > * {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
  }

  .children\:lg\:text-copy19 > * {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: -0.3px;
  }

  .children\:lg\:text-titlemd > * {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.25px;
  }

  .children\:lg\:leading-\[30px\] > * {
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .xl\:-mb-\[210px\] {
    margin-bottom: -210px;
  }

  .xl\:mb-6 {
    margin-bottom: 24px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:pl-16 {
    padding-left: 64px;
  }

  .xl\:text-\[90px\] {
    font-size: 90px;
  }

  .xl\:text-copy16 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
  }

  .xl\:text-title {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.75px;
  }

  .xl\:text-titlelg {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -1.5px;
  }

  .xl\:text-titlexl {
    font-size: 172px;
    line-height: 172px;
    letter-spacing: -4px;
  }

  .xl\:leading-\[90px\] {
    line-height: 90px;
  }

  .xl\:tracking-\[-1\.5px\] {
    letter-spacing: -1.5px;
  }

  .xl\:after\:h-\[40\%\]::after {
    content: var(--tw-content);
    height: 40%;
  }
}

.\[\&\:nth-child\(1\)\]\:children\:col-span-2 > *:nth-child(1) {
  grid-column: span 2 / span 2;
}

.\[\&\:nth-child\(1\)\]\:children\:col-span-4 > *:nth-child(1) {
  grid-column: span 4 / span 4;
}

.\[\&\:nth-child\(1\)\]\:children\:col-start-2 > *:nth-child(1) {
  grid-column-start: 2;
}

.\[\&\:nth-child\(1\)\]\:children\:col-start-4 > *:nth-child(1) {
  grid-column-start: 4;
}

.\[\&\:nth-child\(1\)\]\:children\:row-span-3 > *:nth-child(1) {
  grid-row: span 3 / span 3;
}

.\[\&\:nth-child\(1\)\]\:children\:row-start-2 > *:nth-child(1) {
  grid-row-start: 2;
}

.\[\&\:nth-child\(1\)\]\:children\:mt-10 > *:nth-child(1) {
  margin-top: 40px;
}

.\[\&\:nth-child\(1\)\]\:children\:pl-8 > *:nth-child(1) {
  padding-left: 32px;
}

@media (min-width: 1024px) {
  .\[\&\:nth-child\(1\)\]\:children\:lg\:mt-0 > *:nth-child(1) {
    margin-top: 0;
  }

  .\[\&\:nth-child\(1\)\]\:children\:lg\:w-7\/12 > *:nth-child(1) {
    width: 58.333333%;
  }
}

.\[\&\:nth-child\(2\)\]\:children\:col-span-2 > *:nth-child(2) {
  grid-column: span 2 / span 2;
}

.\[\&\:nth-child\(2\)\]\:children\:col-span-3 > *:nth-child(2) {
  grid-column: span 3 / span 3;
}

.\[\&\:nth-child\(2\)\]\:children\:col-start-4 > *:nth-child(2) {
  grid-column-start: 4;
}

.\[\&\:nth-child\(2\)\]\:children\:col-start-6 > *:nth-child(2) {
  grid-column-start: 6;
}

.\[\&\:nth-child\(2\)\]\:children\:row-span-1 > *:nth-child(2) {
  grid-row: span 1 / span 1;
}

.\[\&\:nth-child\(2\)\]\:children\:row-span-2 > *:nth-child(2) {
  grid-row: span 2 / span 2;
}

.\[\&\:nth-child\(2\)\]\:children\:row-start-1 > *:nth-child(2) {
  grid-row-start: 1;
}

.\[\&\:nth-child\(2\)\]\:children\:mt-14 > *:nth-child(2) {
  margin-top: 56px;
}

.\[\&\:nth-child\(2\)\]\:children\:pr-8 > *:nth-child(2) {
  padding-right: 32px;
}

.\[\&\:nth-child\(2\)\]\:children\:pt-10 > *:nth-child(2) {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .\[\&\:nth-child\(2\)\]\:children\:lg\:mt-28 > *:nth-child(2) {
    margin-top: 112px;
  }

  .\[\&\:nth-child\(2\)\]\:children\:lg\:w-4\/12 > *:nth-child(2) {
    width: 33.333333%;
  }
}

.\[\&\:nth-child\(3\)\]\:children\:col-span-3 > *:nth-child(3) {
  grid-column: span 3 / span 3;
}

.\[\&\:nth-child\(3\)\]\:children\:col-start-1 > *:nth-child(3) {
  grid-column-start: 1;
}

.\[\&\:nth-child\(3\)\]\:children\:row-span-2 > *:nth-child(3) {
  grid-row: span 2 / span 2;
}

.\[\&\:nth-child\(3\)\]\:children\:row-span-3 > *:nth-child(3) {
  grid-row: span 3 / span 3;
}

.\[\&\:nth-child\(3\)\]\:children\:row-start-1 > *:nth-child(3) {
  grid-row-start: 1;
}

.\[\&\:nth-child\(3\)\]\:children\:mt-10 > *:nth-child(3) {
  margin-top: 40px;
}

.\[\&\:nth-child\(3\)\]\:children\:pb-24 > *:nth-child(3) {
  padding-bottom: 96px;
}

.\[\&\:nth-child\(3\)\]\:children\:pl-10 > *:nth-child(3) {
  padding-left: 40px;
}

@media (min-width: 1024px) {
  .\[\&\:nth-child\(3\)\]\:children\:lg\:ml-\[16\%\] > *:nth-child(3) {
    margin-left: 16%;
  }

  .\[\&\:nth-child\(3\)\]\:children\:lg\:mt-24 > *:nth-child(3) {
    margin-top: 96px;
  }

  .\[\&\:nth-child\(3\)\]\:children\:lg\:w-5\/12 > *:nth-child(3) {
    width: 41.666667%;
  }

  .\[\&\:nth-child\(3\)\]\:children\:lg\:pl-24 > *:nth-child(3) {
    padding-left: 96px;
  }

  .\[\&\:nth-child\(3\)\]\:children\:lg\:pt-20 > *:nth-child(3) {
    padding-top: 80px;
  }
}

.\[\&\:nth-child\(4\)\]\:children\:col-span-3 > *:nth-child(4) {
  grid-column: span 3 / span 3;
}

.\[\&\:nth-child\(4\)\]\:children\:col-start-8 > *:nth-child(4) {
  grid-column-start: 8;
}

.\[\&\:nth-child\(4\)\]\:children\:row-span-3 > *:nth-child(4) {
  grid-row: span 3 / span 3;
}

.\[\&\:nth-child\(4\)\]\:children\:row-start-2 > *:nth-child(4) {
  grid-row-start: 2;
}

@media (min-width: 1024px) {
  .\[\&\:nth-child\(4\)\]\:children\:lg\:pr-24 > *:nth-child(4) {
    padding-right: 96px;
  }
}

.\[\&\:nth-child\(5\)\]\:children\:col-span-2 > *:nth-child(5) {
  grid-column: span 2 / span 2;
}

.\[\&\:nth-child\(5\)\]\:children\:col-start-2 > *:nth-child(5) {
  grid-column-start: 2;
}

.\[\&\:nth-child\(5\)\]\:children\:row-span-2 > *:nth-child(5) {
  grid-row: span 2 / span 2;
}

.\[\&\:nth-child\(5\)\]\:children\:row-start-4 > *:nth-child(5) {
  grid-row-start: 4;
}

@media (min-width: 1024px) {
  .\[\&\:nth-child\(5\)\]\:children\:lg\:pb-20 > *:nth-child(5) {
    padding-bottom: 80px;
  }

  .\[\&\:nth-child\(5\)\]\:children\:lg\:pl-20 > *:nth-child(5) {
    padding-left: 80px;
  }
}

.\[\&\>div\:nth-child\(3\)\]\:border-none>div:nth-child(3) {
  border-style: none;
}

.\[\&_\.box\]\:\[\&\:nth-child\(1\)\]\:children\:relative > *:nth-child(1) .box {
  position: relative;
}

.\[\&_\.box\]\:\[\&\:nth-child\(1\)\]\:children\:bottom-0 > *:nth-child(1) .box {
  bottom: 0;
}

.\[\&_\.box\]\:\[\&\:nth-child\(1\)\]\:children\:right-0 > *:nth-child(1) .box {
  right: 0;
}

.\[\&_\.box\]\:\[\&\:nth-child\(1\)\]\:children\:block > *:nth-child(1) .box {
  display: block;
}

.\[\&_\.box\]\:\[\&\:nth-child\(1\)\]\:children\:bg-ivory > *:nth-child(1) .box {
  --tw-bg-opacity: 1;
  background-color: rgb(214 210 196 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .\[\&_\.box\]\:\[\&\:nth-child\(1\)\]\:children\:lg\:absolute > *:nth-child(1) .box {
    position: absolute;
  }

  .\[\&_\.box\]\:\[\&\:nth-child\(1\)\]\:children\:lg\:w-4\/5 > *:nth-child(1) .box {
    width: 80%;
  }

  .\[\&_\.box\]\:\[\&\:nth-child\(1\)\]\:children\:lg\:pl-12 > *:nth-child(1) .box {
    padding-left: 48px;
  }

  .\[\&_\.box\]\:\[\&\:nth-child\(1\)\]\:children\:lg\:pt-12 > *:nth-child(1) .box {
    padding-top: 48px;
  }
}

.\[\&_\.button\]\:mx-auto .button {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_\.button\]\:mt-2 .button {
  margin-top: 8px;
}

.\[\&_\.button\]\:table .button {
  display: table;
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.button\]\:mt-20 .button {
    margin-top: 80px;
  }
}

.\[\&_\.screen-reader-text\]\:hidden .screen-reader-text {
  display: none;
}

.\[\&_\.search-field\]\:w-full .search-field {
  width: 100%;
}

.\[\&_\.search-field\]\:py-\[13px\] .search-field {
  padding-top: 13px;
  padding-bottom: 13px;
}

.\[\&_\.search-field\]\:pl-6 .search-field {
  padding-left: 24px;
}

.\[\&_\.search-field\]\:pr-14 .search-field {
  padding-right: 56px;
}

.\[\&_\.search-field\]\:text-textfooter .search-field {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
}

.\[\&_\.search-field\]\:outline-none .search-field {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.search-submit\]\:absolute .search-submit {
  position: absolute;
}

.\[\&_\.search-submit\]\:right-0 .search-submit {
  right: 0;
}

.\[\&_\.search-submit\]\:top-0 .search-submit {
  top: 0;
}

.\[\&_\.search-submit\]\:block .search-submit {
  display: block;
}

.\[\&_\.search-submit\]\:h-full .search-submit {
  height: 100%;
}

.\[\&_\.search-submit\]\:w-14 .search-submit {
  width: 56px;
}

.\[\&_\.search-submit\]\:cursor-pointer .search-submit {
  cursor: pointer;
}

.\[\&_\.search-submit\]\:bg-icon-search-blue .search-submit {
  background-image: url('/wp-content/themes/cranleigh/assets/images/icon-search-blue.svg');
}

.\[\&_\.search-submit\]\:bg-\[29px\] .search-submit {
  background-position: 29px;
}

.\[\&_\.search-submit\]\:bg-center .search-submit {
  background-position: center;
}

.\[\&_\.search-submit\]\:bg-no-repeat .search-submit {
  background-repeat: no-repeat;
}

.\[\&_\.search-submit\]\:indent-\[9999px\] .search-submit {
  text-indent: 9999px;
}

.\[\&_a\]\:\!text-white a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_a\]\:text-blue a {
  --tw-text-opacity: 1;
  color: rgb(2 30 66 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:\!underline a {
  text-decoration-line: underline !important;
}

.\[\&_a\]\:\!underline-offset-4 a {
  text-underline-offset: 4px !important;
}

.\[\&_form\]\:relative form {
  position: relative;
}

.\[\&_g\]\:stroke-blue g {
  stroke: #021E42;
}

.\[\&_h2\]\:mb-8 h2 {
  margin-bottom: 32px;
}

.\[\&_h2\]\:mb-\[49px\] h2 {
  margin-bottom: 49px;
}

.\[\&_h2\]\:font-aspectregular h2 {
  font-family: anth, sans-serif;
}

.\[\&_h2\]\:text-\[30px\] h2 {
  font-size: 30px;
}

.\[\&_h2\]\:text-\[40px\] h2 {
  font-size: 40px;
}

.\[\&_h2\]\:text-\[48px\] h2 {
  font-size: 48px;
}

.\[\&_h2\]\:leading-\[33px\] h2 {
  line-height: 33px;
}

.\[\&_h2\]\:leading-\[40px\] h2 {
  line-height: 40px;
}

.\[\&_h2\]\:leading-\[48px\] h2 {
  line-height: 48px;
}

@media (min-width: 1024px) {
  .lg\:\[\&_h2\]\:text-\[44px\] h2 {
    font-size: 44px;
  }

  .lg\:\[\&_h2\]\:text-\[78px\] h2 {
    font-size: 78px;
  }

  .lg\:\[\&_h2\]\:text-\[80px\] h2 {
    font-size: 80px;
  }

  .lg\:\[\&_h2\]\:leading-\[48px\] h2 {
    line-height: 48px;
  }

  .lg\:\[\&_h2\]\:leading-\[68px\] h2 {
    line-height: 68px;
  }

  .lg\:\[\&_h2\]\:leading-\[84px\] h2 {
    line-height: 84px;
  }
}

.\[\&_h2_strong\]\:block h2 strong {
  display: block;
}

.\[\&_img\]\:aspect-\[3\/2\] img {
  aspect-ratio: 3/2;
}

.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&_img\]\:hover\:scale-\[1\.3\]:hover img {
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&_path\]\:fill-\[none\] path {
  fill: none;
}

.\[\&_path\]\:fill-blue path {
  fill: #021E42;
}

.\[\&_path\]\:stroke-blue path {
  stroke: #021E42;
}

.\[\&_strong\]\:block strong {
  display: block;
}

.\[\&_strong_b\]\:relative strong b {
  position: relative;
}

.\[\&_strong_b\]\:after\:absolute strong b::after {
  content: var(--tw-content);
  position: absolute;
}

.\[\&_strong_b\]\:after\:-bottom-10 strong b::after {
  content: var(--tw-content);
  bottom: -40px;
}

.\[\&_strong_b\]\:after\:right-\[0\] strong b::after {
  content: var(--tw-content);
  right: 0;
}

.\[\&_strong_b\]\:after\:h-\[45px\] strong b::after {
  content: var(--tw-content);
  height: 45px;
}

.\[\&_strong_b\]\:after\:w-\[141px\] strong b::after {
  content: var(--tw-content);
  width: 141px;
}

.\[\&_strong_b\]\:after\:bg-learn-line strong b::after {
  content: var(--tw-content);
  background-image: url('/wp-content/themes/cranleigh-child-2/assets/images/learn-line.svg');
}

.\[\&_strong_b\]\:after\:bg-contain strong b::after {
  content: var(--tw-content);
  background-size: contain;
}

.\[\&_strong_b\]\:after\:bg-no-repeat strong b::after {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.\[\&_strong_b\]\:after\:content-\[\'\'\] strong b::after {
  --tw-content: '';
  content: var(--tw-content);
}
